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

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

Definition at line 206 of file svm.cpp.

References coef0, degree, dot(), gamma, and x.

Referenced by Kernel().

00207         {
00208                 return pow(gamma*dot(x[i],x[j])+coef0,degree);
00209         }

Here is the call graph for this function:


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