Update README.md

This commit is contained in:
marc 2021-05-27 22:47:08 -07:00 committed by GitHub
parent 5b49e3fe51
commit 4e45af4cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,13 @@ Machine learning is a vast and exiciting discipline, garnering attention from sp
width = 600 height = 400>
</p>
## Usage
Begin by including the respective header file of your choice.
```cpp
#include "MLPP/LinReg/LinReg.hpp"
```
## Contents of the Library
1. ***Regression***
1. Linear Regression