Click or drag to resize
Accord.NET (logo)

BhattacharyyaDistance Method (Double, Double)

Bhattacharyya distance between two datasets, assuming their contents can be modelled by multivariate Gaussians.

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 dataset.
y
Type: SystemDouble
The second dataset.

Return Value

Type: Double
The Bhattacharyya between the two datasets.

Implements

IDistanceT, UDistance(T, U)
See Also