Class Watset.Builder<V,E>

java.lang.Object
org.nlpub.watset.graph.Watset.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>,Watset<V,E>>, ClusteringAlgorithmBuilder<V,E,Watset<V,E>>
Enclosing class:
Watset<V,E>

public static class Watset.Builder<V,E> extends Object implements ClusteringAlgorithmBuilder<V,E,Watset<V,E>>
Builder for Watset.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • apply

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

      public Watset.Builder<V,E> setLocal(ClusteringAlgorithmBuilder<V,E,?> local)
      Set the local clustering algorithm supplier.
      Parameters:
      local - the local clustering algorithm supplier
      Returns:
      the builder
    • setGlobal

      public Watset.Builder<V,E> setGlobal(ClusteringAlgorithmBuilder<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge,?> global)
      Set the global clustering algorithm supplier.
      Parameters:
      global - the global clustering algorithm supplier
      Returns:
      the builder