Package org.nlpub.watset.graph
Interface MaxMaxClustering<V>
- Type Parameters:
V
- the type of nodes in the graph
- All Known Implementing Classes:
MaxMaxClustering.MaxMaxClusteringImpl
public interface MaxMaxClustering<V>
extends org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V>
A MaxMax clustering.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Default implementation of the MaxMax clustering. -
Method Summary
Methods inherited from interface org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering
getClusters, getNumberClusters
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getDigraph
org.jgrapht.Graph<V,org.jgrapht.graph.DefaultEdge> getDigraph()Return the directed graph representation of the input graph.- Returns:
- a directed graph
-
getRoots
Return the set of root nodes.- Returns:
- a set of root nodes
-