Package org.nlpub.watset.graph
Class EmptyClustering.Builder<V,E>
java.lang.Object
org.nlpub.watset.graph.EmptyClustering.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>, EmptyClustering<V>> ClusteringAlgorithmBuilder<V,
E, EmptyClustering<V>>
- Enclosing class:
- EmptyClustering<V>
public static class EmptyClustering.Builder<V,E>
extends Object
implements ClusteringAlgorithmBuilder<V,E,EmptyClustering<V>>
Builder for
EmptyClustering
.