skent259 / mildsvm

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

Improve efficiency of `cv_misvm()` #71

Open skent259 opened 1 year ago

skent259 commented 1 year ago

Currently, cv_misvm() doesn't use any efficiency in pre-computing the kernel matrix. It would be great to add in some logic that helped with that. Optimal would be only 1 kernel computation per value of cost. Note that `misvm(..., method="heuristic") currently does not support pre-computed kernel, and would need separate logic.