Search Results for

    Show / Hide Table of Contents

    Class Automaton<TSequence, TElement, TElementDistribution, TSequenceManipulator, TThis>.UnlimitedStatesComputation

    Temporarily allow for large automata.

    Inheritance
    Object
    Automaton<TSequence, TElement, TElementDistribution, TSequenceManipulator, TThis>.UnlimitedStatesComputation
    Implements
    IDisposable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Distributions.Automata
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public class UnlimitedStatesComputation : IDisposable

    Constructors

    UnlimitedStatesComputation()

    Initializes a new instance of the Automaton<TSequence, TElement, TElementDistribution, TSequenceManipulator, TThis>.UnlimitedStatesComputation class.

    Declaration
    public UnlimitedStatesComputation()

    Methods

    CheckStateCount(TThis)

    Verifies that the resulting automaton is within the range for MaxStateCount.

    Declaration
    public void CheckStateCount(TThis automaton)
    Parameters
    Type Name Description
    TThis automaton

    Dispose()

    Declaration
    public void Dispose()

    Implements

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