Learn R Programming

greed (version 0.6.1)

spectral: Regularized spectral clustering

Description

performs regularized spectral clustering of a sparse adjacency matrix

Usage

spectral(X, K)

Value

cl Vector of cluster labels

Arguments

X

An adjacency matrix in sparse format (see the Matrix package)

K

Desired number of cluster

References

Tai Qin, Karl Rohe. Regularized Spectral Clustering under the Degree-Corrected Stochastic Block Model. Nips 2013.