A python package that implements unweighted and weighted k-means.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Taylor Bockman ea95719e99 Add install_requires to setup.py 5 年前
kmeans Update 5 年前
.gitignore Repackaging k-means into it's own package. 5 年前
README.md Repackaging k-means into it's own package. 5 年前
requirements.txt Add back requirements file with numpy dependency. 5 年前
setup.py Add install_requires to setup.py 5 年前

README.md

K-Means

Implementations of Unweighted and Weighted K-Means.