Class MaxMax.Builder<V,​E>

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • build

        public MaxMax<V,​E> build​(org.jgrapht.Graph<V,​E> graph)
        Description copied from interface: ClusteringBuilder
        Construct an instance of the clustering algorithm with the parameters specified in the builder.
        Specified by:
        build in interface ClusteringBuilder<V,​E,​MaxMax<V,​E>>
        Parameters:
        graph - the graph
        Returns:
        a fully-configured clustering algorithm
      • provider

        public Function<org.jgrapht.Graph<V,​E>,​Clustering<V>> provider()
        Description copied from interface: ClusteringBuilder
        Construct a factory function that sets up the algorithm for the given graph.
        Specified by:
        provider in interface ClusteringBuilder<V,​E,​MaxMax<V,​E>>
        Returns:
        a factory function that sets up the algorithm for the given graph