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