|
PrecomputedFunction Method (Int32, Int32)
|
The kernel function.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic double Function(
int x,
int y
)
Public Function Function (
x As Integer,
y As Integer
) As Double
Request Example
View SourceParameters
- x
- Type: SystemInt32
Vector x in input space. - y
- Type: SystemInt32
Vector y in input space.
Return Value
Type:
DoubleDot product in feature (kernel) space.
Implements
IKernelTFunction(T, T)
See Also