Search Results for

    Show / Hide Table of Contents

    Interface CanCreateUniform<TDist>

    Whether the distribution can be uniform.

    Namespace: Microsoft.ML.Probabilistic.Distributions
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    [Quality(QualityBand.Experimental)]
    public interface CanCreateUniform<out TDist>
    Type Parameters
    Name Description
    TDist

    The type of the distribution.

    Methods

    CreateUniform()

    Creates a uniform distribution

    Declaration
    TDist CreateUniform()
    Returns
    Type Description
    TDist

    The created distribution.

    IsUniform()

    Checks whether the current distribution is uniform.

    Declaration
    bool IsUniform()
    Returns
    Type Description
    Boolean

    true if the current distribution is uniform, false otherwise.

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