Class MaxMax.Builder<V,E>

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

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

    • Builder

      public Builder()
  • Method Details