Description Usage Arguments Value Examples
This is Spectral Clustering Algorithm extracted from SNFtools package spectralClustering() with a tiny modification.
1 | spectralAlg(affinity, K, type = 3)
|
affinity |
Similarity matrix |
K |
Number of clusters |
type |
The variants of spectral clustering to use. |
A vector consisting of cluster labels of each sample.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.