Description Usage Arguments Details Value References Examples
Locally Linear Embedding
1 |
data |
N x D matrix (N samples, D features) |
dim |
integer; The target dimension. |
k |
integer; Number of nearest neighbor. |
This is the exact same function as LLE in "RDRToolbox" except that the matrix inverse operation is replaced by the pseudoinverse operation since the former often has numerical issues. See "?RDRToolbox::LLE" for more details about usage.
Projected data; N x dim matrix
Roweis, Sam T. and Saul, Lawrence K., "Nonlinear Dimensionality Reduction by Locally Linear Embedding", 2000
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.