Update README.md

This commit is contained in:
marc 2021-05-28 22:55:59 -07:00 committed by GitHub
parent b4eb01597f
commit 3bf1333c28
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 testing instances, use the following function: To test an entire test set, use the following function:
```cpp ```cpp
model.modelSetTest(testSet); model.modelSetTest(testSet);
``` ```