|
IRadialBasisKernelFunction Method (Double)
|
The kernel function.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax double Function(
double z
)
Function Function (
z As Double
) As Double
Request Example
View SourceParameters
- z
- Type: SystemDouble
Distance z between two vectors in input space.
Return Value
Type:
DoubleDot product in feature (kernel) space.
See Also