Package org.nlpub.watset.graph
Class EmptyClustering<V>
java.lang.Object
org.nlpub.watset.graph.EmptyClustering<V>
- Type Parameters:
V
- the type of nodes in the graph
- All Implemented Interfaces:
org.jgrapht.alg.interfaces.ClusteringAlgorithm<V>
public class EmptyClustering<V>
extends Object
implements org.jgrapht.alg.interfaces.ClusteringAlgorithm<V>
A trivial clustering algorithm that returns no clusters.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <V,
E> EmptyClustering.Builder<V, E> builder()
Create a builder.org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V>
-
Constructor Details
-
EmptyClustering
public EmptyClustering()
-
-
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>
-