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

ONE_CLASS_Q::ONE_CLASS_Q ( const svm_problem prob,
const svm_parameter param 
) [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         }


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