Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. [INFO] 6 trainlabels, 3 classes
  2. [INFO] Computing gradient for initial set of non-zero alphas
  3. [INFO]
  4. optimization finished, #iter = 2
  5. [INFO] nu = 1.000000
  6. [INFO] obj = -2.2758420109748840, rho = -0.0190476179122925
  7. [INFO] nSV = 4, nBSV = 4
  8. [INFO] Computing gradient for initial set of non-zero alphas
  9. [INFO]
  10. optimization finished, #iter = 13
  11. [INFO] nu = 0.690777
  12. [INFO] obj = -1.3815789427913923, rho = -0.0131576587997274
  13. [INFO] nSV = 4, nBSV = 0
  14. [INFO] Computing gradient for initial set of non-zero alphas
  15. [INFO]
  16. optimization finished, #iter = 13
  17. [INFO] nu = 0.792059
  18. [INFO] obj = -1.5841584219487355, rho = 0.0032973588914318
  19. [INFO] nSV = 4, nBSV = 0
  20. [INFO] Total nSV = 6
  21. [DEBUG] setting SV[0] to 0
  22. [DEBUG] setting SV[1] to 1
  23. [DEBUG] setting SV[2] to 0
  24. [DEBUG] setting SV[3] to 1
  25. [DEBUG] svm[0] has 4 sv (total: 6), b=0.019048 label:(1,2) -> svm[2]
  26. [DEBUG] setting SV[0] to 0
  27. [DEBUG] setting SV[1] to 1
  28. [DEBUG] setting SV[2] to 0
  29. [DEBUG] setting SV[3] to 1
  30. [DEBUG] svm[1] has 4 sv (total: 6), b=0.013158 label:(1,3) -> svm[3]
  31. Traceback (most recent call last):
  32. File "<stdin>", line 1, in <module>
  33. SystemError: [ERROR] In file /home/wiking/shogun/src/shogun/multiclass/MulticlassLibSVM.cpp line 200: SVM set failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement