Interface ClusteringAlgorithm<V>

Type Parameters:
V - the graph vertex type
All Known Implementing Classes:
GirvanNewmanClustering, KSpanningTreeClustering, LabelPropagationClustering

public interface ClusteringAlgorithm<V>
An algorithm which computes a graph vertex clustering.