聚類 python中k-means幾種初始化質心的方式

def k_means(X, n_clusters, init='k-means++', precompute_distances='auto', n_init=10, max_iter=300, verbose=False, tol=1e-4, random_state=None, copy_x=True, n_jobs=1,
相關文章
相關標籤/搜索