Package org.nlpub.watset.graph
Class ComponentsClustering.Builder<V,E>
java.lang.Object
org.nlpub.watset.graph.ComponentsClustering.Builder<V,E>
- Type Parameters:
V
- the type of nodes in the graphE
- the type of edges in the graph
- All Implemented Interfaces:
Function<org.jgrapht.Graph<V,
,E>, ComponentsClustering<V, E>> ClusteringAlgorithmBuilder<V,
E, ComponentsClustering<V, E>>
- Enclosing class:
- ComponentsClustering<V,
E>
public static class ComponentsClustering.Builder<V,E>
extends Object
implements ClusteringAlgorithmBuilder<V,E,ComponentsClustering<V,E>>
Builder for
ComponentsClustering
.