Interface WatsetClustering<V>

  • Type Parameters:
    V - the type of nodes in the graph
    All Superinterfaces:
    org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V>, Iterable<Set<V>>

    public interface WatsetClustering<V>
    extends org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V>
    A Watset clustering.