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.