Search Results for

    Show / Hide Table of Contents

    Enum DistributionKind

    Type of distribution.

    Namespace: Microsoft.ML.Probabilistic.Distributions.Automata
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public enum DistributionKind

    Fields

    Name Description
    UniformOverLengthThenValue

    All sequence lengths have the same probability. For a given sequence length, all sequences have the same probability.

    UniformOverValue

    All sequences in the language have the same probability.

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