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

It may be better to call the current "metric-mds" function as "classical-mds"

yuki-koyama opened this issue · comments

In my understanding, classical MDS is a special case of metric MDS. Currently the metric-mds function performs classical MDS. To avoid confusion, it may be better to rename it.