Class ProgressChangedEventArgs
Provides information about the progress of the inference algorithm, as it is being executed.
Inherited Members
Namespace: Microsoft.ML.Probabilistic
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class ProgressChangedEventArgs : EventArgs
Constructors
ProgressChangedEventArgs(Int32)
Create a ProgressChangedEventArgs with the given iteration number
Declaration
public ProgressChangedEventArgs(int iteration)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | iteration |
Properties
Iteration
The iteration of inference that has just been completed (the first iteration is 0).
Declaration
public int Iteration { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |