Basic implementation of KNN algorithm using euclidean distance in C++. Tested on iris dataset from UCI Machine Learning Repository. Application reads data from .csv file.
-
Notifications
You must be signed in to change notification settings - Fork 0
st3yk/knn
About
Basic implementation of KNN algorithm using euclidean distance in C++. Tested on iris dataset from UCI Machine Learning Repository.