Module ojalgo

Class AutomaticClusterer

    • Constructor Detail

    • Method Detail

      • cluster

        public java.util.List<java.util.Set<Point>> cluster​(java.util.Collection<Point> input)
        Description copied from interface: ClusteringAlgorithm
        Partitions the given items into clusters.
        Parameters:
        input - The items to cluster; must not be null. May be empty.
        Returns:
        A list of clusters; each element of the list is a Set<T> representing one cluster and containing its members. Sets are non-empty and pairwise disjoint; ordering is unspecified.