Package org.nlpub.watset.graph
Class MaxMax<V,E>
java.lang.Object
org.nlpub.watset.graph.MaxMax<V,E>
- Type Parameters:
V
- the type of nodes in the graphE
- the type of edges in the graph
- All Implemented Interfaces:
org.jgrapht.alg.interfaces.ClusteringAlgorithm<V>
public class MaxMax<V,E>
extends Object
implements org.jgrapht.alg.interfaces.ClusteringAlgorithm<V>
Implementation of the MaxMax soft clustering algorithm.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder forMaxMax
.protected static class
Actual implementation of MaxMax. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MaxMax
Create an instance of the MaxMax algorithm.- Parameters:
graph
- the graph
-
-
Method Details
-
builder
Create a builder.- Type Parameters:
V
- the type of nodes in the graphE
- the type of edges in the graph- Returns:
- a builder
-
getClustering
- Specified by:
getClustering
in interfaceorg.jgrapht.alg.interfaces.ClusteringAlgorithm<V>
-