Click or drag to resize
Accord.NET (logo)

Normalized< T> . Function Method

Normalized Kernel Function

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

Parameters

x
Type:System.Double[]
Vector x in input space.
y
Type:System.Double[]
Vector y in input space.

Return Value

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

Implements

IKernel<T>.Function(T, T)
IKernel<T>.Function(T, T)
See Also