Search Results for

    Show / Hide Table of Contents

    Interface IImmutableDistribution

    Base type for all immutable distributions that doesn't specify over which domain distribution is defined.

    Inherited Members
    ICloneable.Clone()
    Diffable.MaxDiff(Object)
    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.

    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.