mirror of
https://github.com/Relintai/MLPP.git
synced 2025-02-04 15:55:53 +01:00
Update README.md
This commit is contained in:
parent
1abff6c00d
commit
7e13602e4b
@ -14,7 +14,7 @@ Begin by including the respective header file of your choice.
|
|||||||
```cpp
|
```cpp
|
||||||
#include "MLPP/LinReg/LinReg.hpp"
|
#include "MLPP/LinReg/LinReg.hpp"
|
||||||
```
|
```
|
||||||
Next, instantiate an object of the class. Don't forget to pass the input set, output set as parameters.
|
Next, instantiate an object of the class. Don't forget to pass the input set and output set as parameters.
|
||||||
```cpp
|
```cpp
|
||||||
LinReg model(inputSet, outputSet);
|
LinReg model(inputSet, outputSet);
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user