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 graph
E - 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 Details

    • ITERATIONS

      public static final int ITERATIONS
      The default number of Chinese Whispers iterations.
      See Also:
  • Constructor Details

  • Method Details

    • apply

      public ChineseWhispers<V,E> apply(org.jgrapht.Graph<V,E> graph)
      Specified by:
      apply in interface Function<V,E>
    • setWeighting

      public ChineseWhispers.Builder<V,E> setWeighting(NodeWeighting<V,E> weighting)
      Set the the node weighting approach.
      Parameters:
      weighting - the node weighting approach
      Returns:
      the builder
    • setIterations

      public ChineseWhispers.Builder<V,E> setIterations(int iterations)
      Set the maximal number of iterations.
      Parameters:
      iterations - the maximal number of iterations
      Returns:
      the builder
    • setRandom

      public ChineseWhispers.Builder<V,E> setRandom(Random random)
      Set the random number generator.
      Parameters:
      random - the random number generator
      Returns:
      the builder