Class InferenceProgressEventArgs
Provides information about the progress of the inference algorithm, as it is being executed.
Inherited Members
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 |