Description Usage Arguments Value References Examples
Creates a k-dimensional representation of the data. As input, a subsample and its k-dimensional mapping (control points) are required. The method approximates the subsample mapping to a linear mapping and then applies the same mapping to all instances.
1 |
X |
A dataframe or matrix representing the data. |
sample.indices |
The indices of subsamples used as control points. |
Ys |
The control points. |
k |
The target dimensionality. |
The low-dimensional representation of the data.
Paulovich, F.V.; Silva, C.T.; Nonato, L.G., "Two-Phase Mapping for Projecting Massive Data Sets," Visualization and Computer Graphics, IEEE Transactions on , vol.16, no.6, pp.1281,1290, Nov.-Dec. 2010.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.