Merge pull request #6860 from IshankGulati:svm-error-message

pull/6950/head
Vadim Pisarevsky 8 years ago
commit b28194addc
  1. 2
      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 <Params::k_fold>" );
"been fell out of the sample. Try to reduce <Params::k_fold>" );
if( svmType == NU_SVC )
{

Loading…
Cancel
Save