Package org.nlpub.watset.graph
Class MaxMax.Implementation<V,E>
- java.lang.Object
-
- org.nlpub.watset.graph.MaxMax.Implementation<V,E>
-
-
Constructor Summary
Constructors Constructor Description Implementation(org.jgrapht.Graph<V,E> graph)Create an instance of the MaxMax clustering algorithm implementation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildArcs()Build the intermediate directed graph.MaxMaxClustering<V>compute()Perform clustering with MaxMax.protected Map<V,Set<V>>extractClusters()Extract the quasi-strongly connected subgraphs from the intermediate directed graph.
-
-
-
Method Detail
-
compute
public MaxMaxClustering<V> compute()
Perform clustering with MaxMax.- Returns:
- the clustering
-
buildArcs
protected void buildArcs()
Build the intermediate directed graph.
-
-