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