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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Default implementation of the MaxMax clustering.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jgrapht.Graph<V,org.jgrapht.graph.DefaultEdge>
    Return the directed graph representation of the input graph.
    Return the set of root nodes.

    Methods inherited from interface org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering

    getClusters, getNumberClusters

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • 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