Changes for version 0.10
- add k_means* methods
- add find_farthest_vector* methods
- rename find_nearest_neighbor* methods to find_nearest_vector* (though, the old names are keep in order to preserve backward compatibility)
- most methods have been rewritten from scratch using better algorithms and removing recursion when possible
- change internal data structure
- lots of new tests
Modules
kd-Tree implementation on top of Math::Vector::Real