Interface ClusteringAlgorithm<V>

  • Type Parameters:
    V - the graph vertex type
    All Known Implementing Classes:
    KSpanningTreeClustering

    public interface ClusteringAlgorithm<V>
    An algorithm which computes a graph vertex clustering.