An open API service indexing awesome lists of open source software.

https://github.com/betabison/edm

euclidean distance matrix tools and examples
https://github.com/betabison/edm

Last synced: about 1 year ago
JSON representation

euclidean distance matrix tools and examples

Awesome Lists containing this project

README

          

# Euclidean Distance Matrix (EDM) Library

Examples and algorithms implemented from the paper
_Euclidean Distance Matrices: A Short Walk Through Theory, Algorithms and Applications_ by Ivan Dokmanic, Reza Parhizkar, Juri Ranieri, and Martin Vetterli.

## Install
Install dependencies
```
pip3 install numpy matplotlib networkx cvxpy
```

## Run
Run the files with python3
```
python3 ex_1_classic_mds.py
```

![classic-mds](docs/images/classic_mds.png)