|
Cpp ML Library
1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
|
This is the complete list of members for PolynomialRegression, including all inherited members.
| getCoefficients() const | PolynomialRegression | inline |
| PolynomialRegression(int degree, double regularizationParameter=0.0) | PolynomialRegression | inline |
| predict(double x) const | PolynomialRegression | inline |
| train(const std::vector< double > &x, const std::vector< double > &y) | PolynomialRegression | inline |