IDivergenceT Interface |
Namespace: Accord.Statistics.Distances
public interface IDivergence<in T> : IDivergence<T, T>, IDistance<T, T>, IDistance<T> where T : IDistribution
The IDivergenceT type exposes the following members.
Name | Description | |
---|---|---|
Distance |
Computes the distance d(x,y) between points
x and y.
(Inherited from IDistanceT, U.) |