Closed UriahHuang closed 4 years ago
Thanks for raising this, I'll fix this next time I push some code up.
I found this error before seeing that this issue was already brought up and submitted a PR: https://github.com/genbattle/dkm/pull/16
PR merged. Fixed.
in section Usage of readme, the return type of kmeans_lloyd() should be std::tuple<std::vector<std::array<T, N>>, std::vector>
not
std::tuple<std::array<T, N>, std::vector>
which make me confuse at the first look