A python package that implements unweighted and weighted k-means.
25개 이상의 토픽을 선택하실 수 없습니다. 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.