yuki-koyama / mathtoolbox

Mathematical tools (interpolation, dimensionality reduction, optimization, etc.) written in C++11 with Eigen

Home Page:https://yuki-koyama.github.io/mathtoolbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The input matrix of metric-mds should be fixed

yuki-koyama opened this issue · comments

The current code of metric-mds takes a squared distance matrix as input, but this is not natural. It is more natural if it takes a distance matrix as input.