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