gnu-octave / statistics

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

improved knnsearch with kdtreesearch #104

Closed AZM999 closed 1 year ago

AZM999 commented 1 year ago

Implemented kdtree search method that recursively builds kdtree and searches for query points for nearest neighbours, added documentation with uses of function, added includeties flag, added sortindices flag, added additional input param checks, added additional BISTs , please review and suggest any changes.

AZM999 commented 1 year ago

added demos from fisheriris dataset to find NN using different distance metrics and using kd-tree method