Interface ClusteringAlgorithm.Clustering<V>

    • Method Detail

      • getNumberClusters

        int getNumberClusters()
        Get the number of clusters.
        Returns:
        the number of clusters
      • getClusters

        List<Set<V>> getClusters()
        Get the clusters.
        Returns:
        a list of clusters