Description Usage Arguments Value
View source: R/DMapProjection.R
Manifold sampling: Gaussian KDE projected on truncated diffusion maps basis.
1 | manifoldSample(H0, g, m, mult = 0L, avgScatter = 0.1, seed = 42L)
|
H0 |
The normalized sample matrix, n-by-m. |
g |
Diffusion map basis |
m |
Truncation order |
mult |
Multiple in sample size of the new sample; if 0, project the original sample. |
avgScatter |
Average relative scattering distance from the original sample. |
seed |
Seed for random number generation. |
A list: kde, KDE sample matrix, n-by-m x mult; kdem, manifold-reduced sample matrix, n-by-m x mult.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.