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
- Host: GitHub
- URL: https://github.com/betabison/edm
- Owner: betaBison
- Created: 2021-01-25T06:11:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T20:52:29.000Z (over 2 years ago)
- Last Synced: 2025-01-16T14:45:37.356Z (over 1 year ago)
- Language: Python
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
