Click or drag to resize
Accord.NET (logo)

IDivergenceT, U 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, in U> : IDistance<T, U>
where T : IDistribution
where U : IDistribution
Request Example View Source

Type Parameters

T
The type of the first distribution to be compared.
U
The type of the second distribution to be compared.

The IDivergenceT, U type exposes the following members.

Methods
See Also