SAMMONM Sammon mapping
W = SAMMONM(A,K,MAX)
DescriptionThis is a simplified interface to the more complex MDS routine for high dimensional data visualisation. The output is a non-linear projection of the original vector space to a K-dimensional target space. The main differences with MDS are that SAMMONM operates on feature based datasets, while MDS expects dissimilarity matrices; MDS maps new objects by a second optimisation procedures minimizing the stress for the test objects, while SAMMONM uses a linear mapping between dissimilarities and the target space. See also PREX_MDS for examples. A different procedure for the same purpose is TSNEM. Example(s)
prdatasets; % make sure prdatasets is in the path
Reference(s)1. JW Sammon Jr A nonlinear mapping for data structure analysis, IEEE Transactions on Computers C-18, pp. 401-409,1969. See alsodatasets, mappings, pcam, mds, tsnem, prex_mds, scatterd, scattern,
|