From 9636b5e82126705df4efb8f68992ba8dda86b75e Mon Sep 17 00:00:00 2001 From: Ishank gulati Date: Tue, 22 Dec 2015 15:47:11 +0530 Subject: [PATCH] reduce k_fold parameter --- modules/ml/src/svm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ml/src/svm.cpp b/modules/ml/src/svm.cpp index 757bb7a171..e6f2dc9c87 100644 --- a/modules/ml/src/svm.cpp +++ b/modules/ml/src/svm.cpp @@ -1442,7 +1442,7 @@ public: //check that while cross-validation there were the samples from all the classes if( class_ranges[class_count] <= 0 ) CV_Error( CV_StsBadArg, "While cross-validation one or more of the classes have " - "been fell out of the sample. Try to enlarge " ); + "been fell out of the sample. Try to reduce " ); if( svmType == NU_SVC ) {