Click or drag to resize
Accord.NET (logo)

PolynomialReverseDistance Method

Computes the distance in input space between two points given in feature space.

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

Parameters

x
Type: SystemDouble
Vector x in feature (kernel) space.
y
Type: SystemDouble
Vector y in feature (kernel) space.

Return Value

Type: Double
Distance between x and y in input space.

Implements

IReverseDistanceReverseDistance(Double, Double)
See Also