- 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.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A clustering.static class
Default implementation of the clustering interface. -
Method Summary
Modifier and TypeMethodDescriptionComputes a clustering.
-
Method Details
-
getClustering
ClusteringAlgorithm.Clustering<V> getClustering()Computes a clustering.- Returns:
- a clustering
-