mirror of
https://github.com/Relintai/MLPP.git
synced 2024-11-12 10:15:01 +01:00
Update README.md
This commit is contained in:
parent
f4ec440132
commit
bb60eacefa
@ -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"
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user