garydoranjr / misvm

Multiple-Instance Support Vector Machines
BSD 3-Clause "New" or "Revised" License
238 stars 81 forks source link

"get_params" of miSVM #12

Closed suehiro93 closed 6 years ago

suehiro93 commented 6 years ago

Hi, thank you for your great work and enjoying your program.

In l298 of "mi_svm.py", I think super_args = super(MISVM, self).get_params() should be super_args = super(miSVM, self).get_params(). Could you check this part and please modify if it is necessary.

Thank you.

garydoranjr commented 6 years ago

Yes, good catch, thanks!