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

Improved implementation of Polynomial Regression. More...

#include <vector>
#include <cmath>
#include <stdexcept>
#include <algorithm>
#include <numeric>

Go to the source code of this file.

Classes

class  PolynomialRegression
 Polynomial Regression model for fitting polynomial curves. More...
 

Detailed Description

Improved implementation of Polynomial Regression.