K means plus K means++实现
Kmeansplus带有可选k-means++初始化的K-means实现,基于John Aleshunas的k-means多属性实现。需要C++11,没有其他依赖。通过在源目录中运行make进行编译。使用方式:运行k-means++ [control file name]。
控制文件格式:
-
#k-count
-
#input-filename
-
#output-filename
-
#use-labels
-
#tolerance
下载地址
用户评论