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 Classes Modifier and Type Interface Description static classMaxMaxClustering.MaxMaxClusteringImpl<V>Default implementation of the MaxMax clustering.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jgrapht.Graph<V,org.jgrapht.graph.DefaultEdge>getDigraph()Return the directed graph representation of the input graph.Set<V>getRoots()Return the set of root nodes.-
Methods inherited from interface org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering
getClusters, getNumberClusters
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-