getSpectralClusters {SpecDetec}R Documentation

Clustering with the smallest eigenvectors from eigenvector Matrix

Description

Clustering with the smallest eigenvectors from eigenvector Matrix

Usage

getSpectralClusters(eigenvectorMatrix, numberOfClusters = 2)

Arguments

eigenvectorMatrix

Eigenvector matrix based on the affinity matrix

numberOfClusters

maximum number of clusters for prediction

Details

Modified standard function present in kernlab to perform clustering with graph spectrum using standard version of K-Means

Value

K-Means Cluster Object

Author(s)

Luis Gustavo Uzai


[Package SpecDetec version 1.0.0 Index]