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

A simple implementation of Multilinear Regression with improvements. More...

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

Go to the source code of this file.

Classes

class  MultilinearRegression
 A class that implements Multilinear Regression for predicting values based on multiple features. More...
 

Detailed Description

A simple implementation of Multilinear Regression with improvements.