diff --git a/README.md b/README.md index 28d750b..49b2285 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ model.modelTest(testSetInstance); ``` 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 model.modelSetTest(testSet); ```