Guest User

Untitled

a guest
Apr 29th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. MulticlassMachine
  2. Traceback (most recent call last):
  3. File "classifier_multiclass_ecoc_ovr.py", line 39, in <module>
  4. classifier_multiclasslinearmachine_modular(*parameter_list[0])
  5. File "classifier_multiclass_ecoc_ovr.py", line 30, in classifier_multiclasslinearmachine_modular
  6. ecoc_strategy = ECOCStrategy(a, b)
  7. NotImplementedError: Wrong number or type of arguments for overloaded function 'new_ECOCStrategy'.
  8. Possible C/C++ prototypes are:
  9. shogun::CECOCStrategy::CECOCStrategy()
  10. shogun::CECOCStrategy::CECOCStrategy(CECOCEncoder *,CECOCDecoder *)
Advertisement
Add Comment
Please, Sign In to add comment