Click or drag to resize
Accord.NET (logo)

IDivergenceT Interface

Common interface for divergence measures (between probability distributions).

Namespace:  Accord.Statistics.Distances
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IDivergence<in T> : IDivergence<T, T>, 
	IDistance<T, T>, IDistance<T>
where T : IDistribution
Request Example View Source

Type Parameters

T
The type of the distributions to be compared.

The IDivergenceT type exposes the following members.

Methods
See Also