Uses of Class
org.hipparchus.clustering.Cluster
Package
Description
Clustering algorithms.
Cluster evaluation methods.
Various examples.
-
Uses of Cluster in org.hipparchus.clustering
Modifier and TypeClassDescriptionclass
CentroidCluster<T extends Clusterable>
A Cluster used by centroid-based clustering algorithms.Modifier and TypeMethodDescriptionClusterer.cluster
(Collection<T> points) Perform a cluster analysis on the given set ofClusterable
instances.DBSCANClusterer.cluster
(Collection<T> points) Performs DBSCAN cluster analysis. -
Uses of Cluster in org.hipparchus.clustering.evaluation
Modifier and TypeMethodDescriptionprotected Clusterable
ClusterEvaluator.centroidOf
(Cluster<T> cluster) Computes the centroid for a cluster.Modifier and TypeMethodDescriptionabstract double
Computes the evaluation score for the given list of clusters.double
Computes the evaluation score for the given list of clusters. -
Uses of Cluster in org.hipparchus.samples
ModifierConstructorDescriptionClusterPlot
(List<? extends Cluster<DoublePoint>> clusters, long duration) Simple constructor.