Interface IDistribution
Base type for all distributions that doesn't specify over which domain distribution is defined.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[Quality(QualityBand.Mature)]
public interface IDistribution : ICloneable, Diffable, SettableToUniform
Remarks
This interface is useful in generic code where distributions of different types have to be stored in single container. Container of IDistribution is a more specific type than container of Object and adds some type-safety in these cases.