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

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

Definition at line 214 of file svm.cpp.

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

Referenced by Kernel().

00215         {
00216                 return tanh(gamma*dot(x[i],x[j])+coef0);
00217         }

Here is the call graph for this function:


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