malcolmgreaves / smo-fun

An efficient implementation of the Sequential Minimal Optimization algorithm for training SVMs.
Other
3 stars 1 forks source link

Optimize kernel cache (v2) #10

Open malcolmgreaves opened 8 years ago

malcolmgreaves commented 8 years ago

Additional KernelCache implementation:

Factory for a KernelCache that saves up to n values. Uses a LRU eviction policy.