Skip to content

Commit 34490e8

Browse files
authored
Update SVM.py
1 parent 6825032 commit 34490e8

File tree

1 file changed

+2
-1
lines changed
  • arc_design_contest/2019/NCKU_New_Vision_World/Software-verification

1 file changed

+2
-1
lines changed

arc_design_contest/2019/NCKU_New_Vision_World/Software-verification/SVM.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ def predict(params, sv, nv, a, b, cs, x_test):
6262
# Use the functions to predict
6363
predict_algorithm = predict(params, sv, nv, a, b, cs, x_test)
6464
print(predict_algorithm)
65-
print('OK')
65+
print('OK')
66+

0 commit comments

Comments
 (0)