IKernelT Interface |
Namespace: Accord.Statistics.Kernels
The IKernelT type exposes the following members.
In Machine Learning and statistics, a Kernel is a function that returns the value of the dot product between the images of the two arguments.
k(x,y) = ‹S(x),S(y)›
References: