Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

SVC_Q::SVC_Q ( const svm_problem prob,
const svm_parameter param,
const schar y_ 
) [inline]

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:


Generated on Fri Mar 19 10:32:41 2010 for ImpalaSrc by  doxygen 1.5.1