Interface ClusteringAlgorithm.Clustering<V>
- Type Parameters:
V- the graph vertex type
- All Known Implementing Classes:
ClusteringAlgorithm.ClusteringImpl
- Enclosing interface:
ClusteringAlgorithm<V>
-
Method Summary
Modifier and TypeMethodDescriptionGet the clusters.intGet the number of clusters.Methods inherited from interface Iterable
forEach, iterator, spliterator
-
Method Details
-
getNumberClusters
int getNumberClusters()Get the number of clusters.- Returns:
- the number of clusters
-
getClusters
-