Description Usage Arguments Value
View source: R/DMapProjection.R
Manifold learning via diffusion map
1 | manifoldLearn(H0, mult = 3, kappa = 1, delta = 0.001)
|
H0 |
The normalized sample matrix, m-by-n. |
mult |
Multiples of the mean square distance within the set, determines the scale parameter. |
kappa |
Analysis scale, as "relative time" for the diffusion to reach the whole set. |
delta |
Convergence criterion |
A list: lambda, eigenvalues of the diffusion map; g, diffusion map basis; k, minimal truncation order satisfying the convergence criterion.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.