Click or drag to resize

DistanceHamming(Double, Double) Method

Hamming Distance, i.e. the number of positions that have different values in the vectors.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Hamming(
	double[] a,
	double[] b
)

Parameters

a  Double
The first vector.
b  Double
The second vector.

Return Value

Double
The distance value.
See Also