From 3bf1333c28ff9f405dc840a532539f57ad619a6f Mon Sep 17 00:00:00 2001 From: marc <78002988+novak-99@users.noreply.github.com> Date: Fri, 28 May 2021 22:55:59 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ```