Click or drag to resize
Accord.NET (logo)

PrecomputedFunction Method (Double, Double)

Kernel function.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Function(
	double[] x,
	double[] y
)
Request Example View Source

Parameters

x
Type: SystemDouble
An array containing a first element with the index for input vector x.
y
Type: SystemDouble
An array containing a first element with the index for input vector y.

Return Value

Type: Double
Dot product in feature (kernel) space.

Implements

IKernelTFunction(T, T)
See Also