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

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

Definition at line 210 of file svm.cpp.

References dot(), gamma, x, and x_square.

Referenced by Kernel().

00211         {
00212                 return exp(-gamma*(x_square[i]+x_square[j]-2*dot(x[i],x[j])));
00213         }

Here is the call graph for this function:


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