Update README.md

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

View File

@ -9,7 +9,7 @@ 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.
Begin by including the respective header file of your choice.
<p> Begin by including the respective header file of your choice. </p>
```cpp
#include "MLPP/LinReg/LinReg.hpp"
```