An example project using the kmeans package.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Taylor Bockman 7ee7b63ec0 Update requirements to use https, and update code to use k_means instead of unweighted_k_means 5 лет назад
.gitignore init 5 лет назад
README.md init 5 лет назад
example.png init 5 лет назад
main.py Update requirements to use https, and update code to use k_means instead of unweighted_k_means 5 лет назад
requirements.txt Update requirements to use https, and update code to use k_means instead of unweighted_k_means 5 лет назад
run_sample.sh init 5 лет назад

README.md

K-Means Example

An example project using the kmeans library.