mirror of
https://github.com/Relintai/MLPP.git
synced 2025-02-10 16:10:06 +01:00
Update README.md
This commit is contained in:
parent
bb60eacefa
commit
8e9ec6e7ce
@ -9,7 +9,8 @@ Machine learning is a vast and exiciting discipline, garnering attention from sp
|
|||||||
|
|
||||||
## Usage
|
## 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.
|
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
|
```cpp
|
||||||
#include "MLPP/LinReg/LinReg.hpp"
|
#include "MLPP/LinReg/LinReg.hpp"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user