Update README.md

This commit is contained in:
marc 2021-05-27 22:58:28 -07:00 committed by GitHub
parent 5da4439e94
commit 1abff6c00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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