Search Results for

    Show / Hide Table of Contents

    Class InferenceProgressEventArgs

    Provides information about the progress of the inference algorithm, as it is being executed.

    Inheritance
    Object
    EventArgs
    InferenceProgressEventArgs
    Inherited Members
    EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Models
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class InferenceProgressEventArgs : EventArgs

    Properties

    Algorithm

    The compiled algorithm which is performing the inference.

    Declaration
    public IGeneratedAlgorithm Algorithm { get; }
    Property Value
    Type Description
    IGeneratedAlgorithm

    Iteration

    The iteration of inference that has just been completed.

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