Package org.nlpub.watset.graph
Class ChineseWhispers.Builder<V,E>
java.lang.Object
org.nlpub.watset.graph.ChineseWhispers.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>, ChineseWhispers<V, E>> ClusteringAlgorithmBuilder<V,
E, ChineseWhispers<V, E>>
- Enclosing class:
- ChineseWhispers<V,
E>
public static class ChineseWhispers.Builder<V,E>
extends Object
implements ClusteringAlgorithmBuilder<V,E,ChineseWhispers<V,E>>
Builder for
ChineseWhispers
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The default number of Chinese Whispers iterations. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetIterations
(int iterations) Set the maximal number of iterations.Set the random number generator.setWeighting
(NodeWeighting<V, E> weighting) Set the the node weighting approach.
-
Field Details
-
ITERATIONS
public static final int ITERATIONSThe default number of Chinese Whispers iterations.- See Also:
-
-
Constructor Details
-
Builder
public Builder()Create an instance ofChineseWhispers
builder.
-
-
Method Details
-
apply
-
setWeighting
Set the the node weighting approach.- Parameters:
weighting
- the node weighting approach- Returns:
- the builder
-
setIterations
Set the maximal number of iterations.- Parameters:
iterations
- the maximal number of iterations- Returns:
- the builder
-
setRandom
Set the random number generator.- Parameters:
random
- the random number generator- Returns:
- the builder
-