Cpp ML Library  1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
KNNRegressor Member List

This is the complete list of members for KNNRegressor, including all inherited members.

fit(const std::vector< std::vector< double >> &X, const std::vector< double > &y)KNNRegressor
KNNRegressor(int k=3)KNNRegressorexplicit
predict(const std::vector< std::vector< double >> &X) constKNNRegressor
~KNNRegressor()KNNRegressor