[inline]
Definition at line 1154 of file svm.cpp.
References cache, svm_parameter::cache_size, and svm_problem::l.
01155 :Kernel(prob.l, prob.x, param) 01156 { 01157 cache = new Cache(prob.l,(int)(param.cache_size*(1<<20))); 01158 }