Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Spectral clustering algorithm from Ng et al at NeurIPS 2001. More...
#include <Cluster_engine_spectral_clustering.hpp>
Spectral clustering algorithm from Ng et al at NeurIPS 2001.
Performs kmeans on the normalized rows coding the least eigenvectors of the normalized Laplacian of the graph processed.
GraphType | The edge weighted graph to which the clustering is applied – for example SC_graph_type. |