类 CentroidCluster<T extends Clusterable>
java.lang.Object
org.hipparchus.clustering.Cluster<T>
org.hipparchus.clustering.CentroidCluster<T>
- 类型参数:
-
T
- 可以进行聚类的点的类型
- 所有已实现的接口:
-
Serializable
由基于质心的聚类算法使用的聚类。
此外定义了一个聚类中心,该中心不一定是原始数据集的成员。
- 另请参阅: