类 CentroidCluster<T extends Clusterable>

java.lang.Object
org.hipparchus.clustering.Cluster<T>
org.hipparchus.clustering.CentroidCluster<T>
类型参数:
T - 可以进行聚类的点的类型
所有已实现的接口:
Serializable

public class CentroidCluster<T extends Clusterable> 扩展自 Cluster<T>
由基于质心的聚类算法使用的聚类。

此外定义了一个聚类中心,该中心不一定是原始数据集的成员。

另请参阅:
  • 构造器详细资料

    • CentroidCluster

      public CentroidCluster(Clusterable center)
      构建以指定点为中心的聚类。
      参数:
      center - 将成为此聚类中心的点
  • 方法详细资料

    • getCenter

      public Clusterable getCenter()
      获取选择为此聚类中心的点。
      返回:
      选择的聚类中心