Uses of Class
org.hipparchus.clustering.Cluster
Packages that use Cluster
Package
Description
Clustering algorithms.
Cluster evaluation methods.
-
Uses of Cluster in org.hipparchus.clustering
Subclasses of Cluster in org.hipparchus.clusteringModifier and TypeClassDescriptionclass
CentroidCluster<T extends Clusterable>
A Cluster used by centroid-based clustering algorithms.Methods in org.hipparchus.clustering that return types with arguments of type ClusterModifier 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
Methods in org.hipparchus.clustering.evaluation with parameters of type ClusterModifier and TypeMethodDescriptionprotected Clusterable
ClusterEvaluator.centroidOf
(Cluster<T> cluster) Computes the centroid for a cluster.Method parameters in org.hipparchus.clustering.evaluation with type arguments of type ClusterModifier and TypeMethodDescriptionabstract double
Computes the evaluation score for the given list of clusters.double
Computes the evaluation score for the given list of clusters.