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

double Kernel::kernel_linear ( int  i,
int  j 
) const [inline, private]

Definition at line 202 of file svm.cpp.

References dot(), and x.

Referenced by Kernel().

00203         {
00204                 return dot(x[i],x[j]);
00205         }

Here is the call graph for this function:


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