exemplarsvm icon indicating copy to clipboard operation
exemplarsvm copied to clipboard

BUGFIX. Unused variable removed, that caused quadratic running time o…

Open asanakoy opened this issue 8 years ago • 1 comments

  1. Fixed BUG, that caused looping over all dataset every time we applied SVM to an image during mining of negatives. Running time improved from quadratic to linear.
  2. Optimized method for ipdating mining queue update_mq_onepass. No need to loop through all the queue two times to find elements to delete, because in 'onepass' mode we loop images iteratively one-by-one.

asanakoy avatar Oct 24 '15 17:10 asanakoy