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

Qfloat* ONE_CLASS_Q::get_Q ( int  i,
int  len 
) const [inline, virtual]

Implements Kernel.

Definition at line 1160 of file svm.cpp.

References cache, Cache::get_data(), and Kernel::kernel_function.

01161         {
01162                 Qfloat *data;
01163                 int start;
01164                 if((start = cache->get_data(i,&data,len)) < len)
01165                 {
01166                         for(int j=start;j<len;j++)
01167                                 data[j] = (Qfloat)(this->*kernel_function)(i,j);
01168                 }
01169                 return data;
01170         }

Here is the call graph for this function:


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