Description Usage Arguments Value
Given a data matrix x, samples are clustered into k groups using a spectral (eigen-) decomposition of the graph Laplacian. Uses the implementation of kmeans from this package 'k_means'.
1 | spectralClustering(x, c = 1, k = 10)
|
x |
numeric matrix of data, where rows are samples |
c |
|
k |
the number of groups |
vector of groups
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.