Interface MaxMaxClustering<V>

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

    public interface MaxMaxClustering<V>
    extends org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V>
    A MaxMax clustering.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.jgrapht.Graph<V,​org.jgrapht.graph.DefaultEdge> getDigraph()
      Return the directed graph representation of the input graph.
      Set<V> getRoots()
      Return the set of root nodes.
      • Methods inherited from interface org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering

        getClusters, getNumberClusters
    • Method Detail

      • getDigraph

        org.jgrapht.Graph<V,​org.jgrapht.graph.DefaultEdge> getDigraph()
        Return the directed graph representation of the input graph.
        Returns:
        a directed graph
      • getRoots

        Set<V> getRoots()
        Return the set of root nodes.
        Returns:
        a set of root nodes