C# (CSharp) numl.Math.Kernels Namespace

Classes

Name Description
LinearKernel The Linear Kernel measures similarity between the inner product space. ||xi * xj||
LogisticKernel Logistic Kernel for computing the similarity between the inner product space. logit(L * xi * xj)
PolyKernel Polynomial kernel of arbitrary dimension.
RBFKernel The Radial Basis Function (RBF) Kernel is a projection into infinite dimensional space and acts as a pseudo similarity measure in the projected inner product space. It is governed by exp(||x - x'||2 / 2sigm^2)