Search Results for

    Show / Hide Table of Contents

    Struct Automaton<TSequence, TElement, TElementDistribution, TSequenceManipulator, TThis>.Determinization.OutgoingTransition

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Distributions.Automata
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public struct OutgoingTransition

    Constructors

    OutgoingTransition(TElementDistribution, Weight, Automaton<TSequence, TElement, TElementDistribution, TSequenceManipulator, TThis>.Determinization.WeightedStateSet)

    Declaration
    public OutgoingTransition(TElementDistribution elementDistribution, Weight weight, Automaton<TSequence, TElement, TElementDistribution, TSequenceManipulator, TThis>.Determinization.WeightedStateSet destinations)
    Parameters
    Type Name Description
    TElementDistribution elementDistribution
    Weight weight
    Automaton.Determinization.WeightedStateSet<> destinations

    Properties

    Destinations

    Declaration
    public readonly Automaton<TSequence, TElement, TElementDistribution, TSequenceManipulator, TThis>.Determinization.WeightedStateSet Destinations { get; }
    Property Value
    Type Description
    Automaton.Determinization.WeightedStateSet<>

    ElementDistribution

    Declaration
    public readonly TElementDistribution ElementDistribution { get; }
    Property Value
    Type Description
    TElementDistribution

    Weight

    Declaration
    public readonly Weight Weight { get; }
    Property Value
    Type Description
    Weight
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.