From 47b9c5f2666272e69de499fd88fc7b03a1199bde Mon Sep 17 00:00:00 2001 From: marc <78002988+novak-99@users.noreply.github.com> Date: Fri, 28 May 2021 22:46:13 -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 10424dc..0466d00 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 instances, use the following function: +To test an entire dataset of testing instances, use the following function: ```cpp model.modelSetTest(testSet); ```