Lines Matching refs:CV_StsBadArg
140 CV_Error( CV_StsBadArg, "_labels_i should be a column matrix" ); in train()
148 CV_Error( CV_StsBadArg, "data and labels must be a floating point matrix" ); in train()
169 CV_Error( CV_StsBadArg, "data should have atleast 2 classes" ); in train()
174 CV_Error( CV_StsBadArg, "number of rows in data and labels should be the equal" ); in train()
218 CV_Error( CV_StsBadArg, "check training parameters. Invalid training classifier" ); in train()
234 CV_Error( CV_StsBadArg, "classifier should be trained first" ); in predict()
238 CV_Error( CV_StsBadArg, "data must be of floating type" ); in predict()
361 CV_Error( CV_StsBadArg, "check training parameters for the classifier" ); in compute_batch_gradient()
366 CV_Error( CV_StsBadArg, "number of iterations cannot be zero or a negative number" ); in compute_batch_gradient()
391 CV_Error( CV_StsBadArg, "check training parameters. Invalid training classifier" ); in compute_batch_gradient()
436 CV_Error( CV_StsBadArg, "check training parameters for the classifier" ); in compute_mini_batch_gradient()
441 CV_Error( CV_StsBadArg, "number of iterations cannot be zero or a negative number" ); in compute_mini_batch_gradient()
477 CV_Error( CV_StsBadArg, "check training parameters. Invalid training classifier" ); in compute_mini_batch_gradient()
576 CV_Error(CV_StsBadArg,"file can't open. Check file path"); in write()
598 CV_Error( CV_StsBadArg, "empty FileNode object" ); in read()