Multidimensional scaling: Difference between revisions

Content deleted Content added
Yensaa (talk | contribs)
Implementations: examples of implementations in R
Yensaa (talk | contribs)
m Implementations: details on R packages
Line 113:
* [[ELKI]] includes two MDS implementations.
* [[MATLAB]] includes two MDS implementations (for classical (''cmdscale'') and non-classical (''mdscale'') MDS respectively).
* The [[R (programming language)|R programming language]] offers several MDS implementations, (e.g. base ''cmdscale'' function, packages [https://CRAN.R-project.org/package=smacof smacof]<ref>{{Cite journal|last=Leeuw|first=Jan de|last2=Mair|first2=Patrick|date=2009|title=Multidimensional Scaling Using Majorization: SMACOF in R|url=http://www.jstatsoft.org/v31/i03/|journal=Journal of Statistical Software|language=en|volume=31|issue=3|doi=10.18637/jss.v031.i03|issn=1548-7660}}</ref> (mMDS and nMDS), and [https://CRAN.R-project.org/package=vegan vegan]. (weighted MDS).
* [[scikit-learn|sklearn]] contains function [http://scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html sklearn.manifold.MDS].