Skip to content
/ knn Public

Implementation of the K-nn algorithm in c++

Notifications You must be signed in to change notification settings

gwint/knn

Repository files navigation

knn

Implementation of the K-nn algorithm in c++

Nonoptimal design choices made

  • No copy constructor provided for Data class + automatic storage used for 1d vector containing data causing entire dataset to be copied.

About

Implementation of the K-nn algorithm in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published