Click or drag to resize
Accord.NET (logo)

HammingDistanceGetDistance Method

Please use Accord.Math.Distances.Hamming instead.

Namespace:  Accord.Math.Metrics
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double GetDistance(
	double[] p,
	double[] q
)
Request Example View Source

Parameters

p
Type: SystemDouble
q
Type: SystemDouble

Return Value

Type: Double

Implements

IDistanceGetDistance(Double, Double)
See Also