Update README.md

This commit is contained in:
marc 2021-05-27 22:56:53 -07:00 committed by GitHub
parent bb60eacefa
commit 8e9ec6e7ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@ Machine learning is a vast and exiciting discipline, garnering attention from sp
## Usage
Please note that ML++ uses the ```std::vector<double>``` data type for emulating vectors, and the ```std::vector<std::vector<double>>``` data type for emulating matricies.
<p> Begin by including the respective header file of your choice. </p>
<p> </p>
Begin by including the respective header file of your choice.
```cpp
#include "MLPP/LinReg/LinReg.hpp"
```