Uses of Interface
org.apache.commons.math3.stat.clustering.Clusterable
Packages that use Clusterable
Package
Description
All classes and sub-packages of this package are deprecated.
-
Uses of Clusterable in org.apache.commons.math3.stat.clustering
Classes in org.apache.commons.math3.stat.clustering with type parameters of type ClusterableModifier and TypeClassDescriptionclassCluster<T extends Clusterable<T>>Deprecated.classDBSCANClusterer<T extends Clusterable<T>>Deprecated.As of 3.2 (to be removed in 4.0), useDBSCANClustererinsteadclassKMeansPlusPlusClusterer<T extends Clusterable<T>>Deprecated.As of 3.2 (to be removed in 4.0), useKMeansPlusPlusClustererinsteadClasses in org.apache.commons.math3.stat.clustering that implement ClusterableModifier and TypeClassDescriptionclassDeprecated.As of 3.2 (to be removed in 4.0), useDoublePointinsteadclassDeprecated.As of 3.2 (to be removed in 4.0), useDoublePointinsteadFields in org.apache.commons.math3.stat.clustering declared as ClusterableModifier and TypeFieldDescriptionprivate final TCluster.centerDeprecated.Center of the cluster.Methods in org.apache.commons.math3.stat.clustering with type parameters of type ClusterableModifier and TypeMethodDescriptionprivate static <T extends Clusterable<T>>
intKMeansPlusPlusClusterer.assignPointsToClusters(List<Cluster<T>> clusters, Collection<T> points, int[] assignments) Deprecated.Adds the given points to the closestCluster.private static <T extends Clusterable<T>>
List<Cluster<T>> KMeansPlusPlusClusterer.chooseInitialCenters(Collection<T> points, int k, Random random) Deprecated.Use K-means++ to choose the initial centers.private static <T extends Clusterable<T>>
intKMeansPlusPlusClusterer.getNearestCluster(Collection<Cluster<T>> clusters, T point) Deprecated.Returns the nearestClusterto the given pointMethod parameters in org.apache.commons.math3.stat.clustering with type arguments of type ClusterableModifier and TypeMethodDescriptionDBSCANClusterer.expandCluster(Cluster<T> cluster, T point, List<T> neighbors, Collection<T> points, Map<Clusterable<T>, DBSCANClusterer.PointStatus> visited) Deprecated.Expands the cluster to include density-reachable items.
Clusterinstead