Cpp ML Library  1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
Classes
KNNRegressor.hpp File Reference

Implementation of the K-Nearest Neighbors Regressor. More...

#include <vector>
#include <cmath>
#include <algorithm>

Go to the source code of this file.

Classes

class  KNNRegressor
 K-Nearest Neighbors Regressor for regression tasks. More...
 

Detailed Description

Implementation of the K-Nearest Neighbors Regressor.