We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8eaa4 commit 16a11a1Copy full SHA for 16a11a1
svm/svm1.py
@@ -88,7 +88,7 @@
88
# use automatic grid search across the parameter space of kernel specified above
89
# (ignoring kernel parameters set previously)
90
91
- # if available in python bindings; see open issue: https://github.com/opencv/opencv/issues/7224
+ # if it is available : see https://github.com/opencv/opencv/issues/7224
92
93
svm.trainAuto(cv2.ml.TrainData_create(training_attributes, cv2.ml.ROW_SAMPLE, training_class_labels.astype(int)), kFold=10);
94
else :
0 commit comments