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. |