Class EmptyClustering.Builder<V,E>

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

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

    • Builder

      public Builder()
  • Method Details