Package org.nlpub.watset.graph
Class MaxMax.Implementation<V,E> 
java.lang.Object
org.nlpub.watset.graph.MaxMax.Implementation<V,E> 
- Type Parameters:
- V- the type of nodes in the graph
- E- the type of edges in the graph
Actual implementation of MaxMax.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionImplementation(org.jgrapht.Graph<V, E> graph) Create an instance of the MaxMax clustering algorithm implementation.
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidBuild the intermediate directed graph.compute()Perform clustering with MaxMax.Extract the quasi-strongly connected subgraphs from the intermediate directed graph.
- 
Field Details- 
graphThe graph.
- 
weightsThe weights.
- 
digraphThe directed graph.
 
- 
- 
Constructor Details- 
ImplementationCreate an instance of the MaxMax clustering algorithm implementation.- Parameters:
- graph- the graph
 
 
- 
- 
Method Details- 
computePerform clustering with MaxMax.- Returns:
- the clustering
 
- 
buildArcsprotected void buildArcs()Build the intermediate directed graph.
- 
extractClustersExtract the quasi-strongly connected subgraphs from the intermediate directed graph.- Returns:
- the map of cluster roots to the clusters
 
 
-