Description Usage Arguments Value References Examples
Creates a q-dimensional representation of multidimensional data. Requires a subsample (sample.indices) and its qD representation (Ys).
1 |
X |
A data frame or matrix. |
sample.indices |
The indices of data points in X used as subsamples. If not given, some rows from X will be randomly selected and Ys will be generated by calling forceScheme on them. |
Ys |
Initial kD configuration of the data subsamples (will be ignored if sample.indices is NULL). |
k |
Number of neighbors used to build the neighborhood graph. |
q |
The target dimensionality. |
The qD representation of the data.
F. V. Paulovich, L. Nonato, R. Minghim, and H. Levkowitz, Least-Square Projection: A fast high-precision multidimensional projection technique and its application to document mapping, vol. 14, no. 3, pp. 564-575.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.