文件名称:K-means-plus-plus:K-means++ 实现
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-25 14:50:07
C++
Kmeansplusplus
带有可选 k-means++ 初始化的 K-means 实现,基于 John Aleshunas 的 k-means 多属性实现。
需要 C++11; 没有其他依赖。 通过在源目录中运行make编译。
用法
运行k-means++ [control file name]
控制文件格式
控制文件是一个带有标签和值的文本文件。
#k-count
【文件预览】:
K-means-plus-plus-master
----.gitignore(67B)
----k-means-multi.h(4KB)
----README.md(2KB)
----makefile(417B)
----main.cpp(3KB)
----k-means-multi.cpp(22KB)