Interface ClusteringAlgorithm<V>

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

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