ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.83k stars 160 forks source link

Clusters #41

Closed andrewheusser closed 7 years ago

andrewheusser commented 7 years ago

implements clustering with k-means

jeremymanning commented 7 years ago

@andrewheusser -- i'm ok for you to merge (for this and future pull requests, at least until we do the public release) without someone else checking over the code, unless you have specific questions. (i haven't checked this particular branch over.)

once we have the testing framework in place (whatever shape that takes), it'll be easier to test for broken parts of the code.

for now, as long as the examples all work, we can use that as a "poor man's" test for whether we broke anything.