Commit Graph

6 Commits

Author SHA1 Message Date
340d873d3a iterator: move each iterator to their own unit 2019-03-18 16:18:27 +11:00
f6056153e3 rename root namespace from util to cruft
This places, at long last, the core library code into the same namespace
as the extended library code.
2018-08-05 14:42:02 +10:00
803acc9a87 relicense under MPL-2.0 2018-08-04 15:14:06 +10:00
e2b55c7ee5 kmeans: use norm as default metric
this avoids relying on 'point' being the coordinate type
2018-04-24 11:53:58 +10:00
337e53b725 kmeans: allow parameterised distance metrics 2018-04-23 23:19:14 +10:00
f31a344912 kmeans: add naive kmeans impl 2018-04-18 21:48:55 +10:00