ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Type definitions for possible kernels in kernel ridge regression.
[ILNumerics Core Module]
Namespace: ILNumerics.Toolboxes
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
linear | 0 | Linear kernel k(x,y) = x'*y | |
polynomial | 1 | Polynominal kernel k(x,y) = (x'*y + c)^d | |
gaussian | 2 | Gaussian (exponential) kernel k(x,y) = exp(-norm(x-y)/sigma) |
Remarks
[ILNumerics Core Module]
See Also