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
5da4439e94
commit
1abff6c00d
@ -8,7 +8,7 @@ Machine learning is a vast and exiciting discipline, garnering attention from sp
|
||||
</p>
|
||||
|
||||
## Usage
|
||||
<p> 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>
|
||||
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.
|
||||
```cpp
|
||||
|
Loading…
Reference in New Issue
Block a user