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.