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