Skip to content

Commit 16a11a1

Browse files
committed
update comment only
1 parent 0d8eaa4 commit 16a11a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svm/svm1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# use automatic grid search across the parameter space of kernel specified above
8989
# (ignoring kernel parameters set previously)
9090

91-
# if available in python bindings; see open issue: https://github.com/opencv/opencv/issues/7224
91+
# if it is available : see https://github.com/opencv/opencv/issues/7224
9292

9393
svm.trainAuto(cv2.ml.TrainData_create(training_attributes, cv2.ml.ROW_SAMPLE, training_class_labels.astype(int)), kFold=10);
9494
else :

0 commit comments

Comments
 (0)