d_LLE | R Documentation |
Perform LLE decomposition using RDRToolbox::lle
d_LLE(x, k = 2, nn = 6, verbose = TRUE)
x |
Input data |
k |
Integer: dimensionality of the embedding |
nn |
Integer: Number of neighbors. |
verbose |
Logical: If TRUE, print messages to screen. Default = TRUE |
Project scaled variables to LLE components Input must be n by p, where n represents number of cases, and p represents number of features.
rtDecom
object
E.D. Gennatas
Other Decomposition:
d_H2OAE()
,
d_H2OGLRM()
,
d_ICA()
,
d_Isomap()
,
d_KPCA()
,
d_MDS()
,
d_NMF()
,
d_PCA()
,
d_SPCA()
,
d_SVD()
,
d_TSNE()
,
d_UMAP()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.