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