View source: R/diffusionMaps.R
diffusionMaps | R Documentation |
equivalent to diffusion maps (Coifman, 2015) with adaptive scaling according to local density.
diffusionMaps(R, k = 7, sigma = NULL)
R |
distance or any similarity matrix. |
k |
number of neighbours in adaptive-scaling. (ignored if sigma is specified) |
sigma |
fixed sigma for isotropic diffusion |
"Self-tuning spectral clustering"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.