betaBison / edm

euclidean distance matrix tools and examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

euclidean distance matrix tools and examples


Languages

Language:Python 100.0%