A python package that implements unweighted and weighted k-means.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Taylor Bockman ea95719e99 Add install_requires to setup.py 5 anni fa
kmeans Update 5 anni fa
.gitignore Repackaging k-means into it's own package. 5 anni fa
README.md Repackaging k-means into it's own package. 5 anni fa
requirements.txt Add back requirements file with numpy dependency. 5 anni fa
setup.py Add install_requires to setup.py 5 anni fa

README.md

K-Means

Implementations of Unweighted and Weighted K-Means.