gnu-octave / statistics

The Statistics package for GNU Octave
GNU General Public License v3.0
24 stars 22 forks source link

`kdtree` option in `knnsearch` and `rangesearch` functions is VERY slow #151

Open pr0m1th3as opened 1 month ago

pr0m1th3as commented 1 month ago

The implementation of the kdtree nearest search method is extremely slow. I have disable it in the predict method of the ClassificationKNN class until it is fixed.