Update README.md

This commit is contained in:
marc 2021-05-28 22:46:13 -07:00 committed by GitHub
parent e5598185dd
commit 47b9c5f266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ model.modelTest(testSetInstance);
``` ```
This will return the model's singular prediction for that example. This will return the model's singular prediction for that example.
To test an entire dataset of instances, use the following function: To test an entire dataset of testing instances, use the following function:
```cpp ```cpp
model.modelSetTest(testSet); model.modelSetTest(testSet);
``` ```