Interface Clusterer<V>

    • Method Detail

      • cluster

        List<Set<V>> cluster​(Graph<V> g)
        Clusters the vertices of the given graph and returns a list of clusters (sets).
        Parameters:
        g - the graph
        Returns:
        the clusters