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.