A python package that implements unweighted and weighted k-means.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
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.