[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: