skent259 / mildsvm

Multiple Instance Learning with Distributions, SVM
Other
3 stars 0 forks source link

Fix bug in omisvm dual #51

Closed skent259 closed 2 years ago

skent259 commented 2 years ago

Kernel matrix being passed into misvm_dualqpheuristic_fit() wasn't being re-ordered properly, causing essentially no learning to happen. Bug was introduced with #44