Click or drag to resize
Accord.NET (logo)

BhattacharyyaDistance Method (Double, Double)

Bhattacharyya distance between two histograms.

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

Parameters

x
Type: SystemDouble
The first histogram.
y
Type: SystemDouble
The second histogram.

Return Value

Type: Double
The Bhattacharyya between the two histograms.

Implements

IDistanceT, UDistance(T, U)
See Also