API定义
virtual void updateCentroids(idx_t n, const int8_t *x);
功能描述
基类中定义的虚函数,具体描述参考子类。
输入
idx_t n:训练集中特征向量的条数。
const int8_t *x:特征向量数据。
输出
无
返回值
约束说明