nshakedsl / AP1

0 stars 0 forks source link

Find K nearest neighbors #20

Closed OfirGurvits closed 1 year ago

OfirGurvits commented 1 year ago

In the function std::vector<vector> getDistancesK(const std::vector &vector, const std::string &format,int k). Sort the vectors and return a list of the K nearest neighbors.

OfirGurvits commented 1 year ago

issue sounds like tissue