A python package that implements unweighted and weighted k-means.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Taylor Bockman ea95719e99 Add install_requires to setup.py hace 5 años
kmeans Update hace 5 años
.gitignore Repackaging k-means into it's own package. hace 5 años
README.md Repackaging k-means into it's own package. hace 5 años
requirements.txt Add back requirements file with numpy dependency. hace 5 años
setup.py Add install_requires to setup.py hace 5 años

README.md

K-Means

Implementations of Unweighted and Weighted K-Means.