Definition at line 1115 of file svm.cpp. References cache, svm_parameter::cache_size, clone(), svm_problem::l, and y. 01116 :Kernel(prob.l, prob.x, param) 01117 { 01118 clone(y,y_,prob.l); 01119 cache = new Cache(prob.l,(int)(param.cache_size*(1<<20))); 01120 }
Here is the call graph for this function:
|