Class Watset.Builder<V,​E>

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • 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