MAPSD Train mapping between two representations
[W,V] = MAPSD(S,D,P,Q)
DescriptionThis mapping is useful to generalise mappings like MDS and TSNEM such that they can be applied to new datasets. Once by such routines a proper low-dimensional representation D is found for the original dataset S then W can be applied to find an approximate representation D2 of a similar to S source representation S2 by D2 = S2*W. See alsodatasets, mappings, mds, tsnem,
|