Search Results for

    Show / Hide Table of Contents

    Interface IDistribution

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

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

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