|
BaseViterbiLearningTCurrentIteration Property
|
Gets the current iteration.
Namespace:
Accord.Statistics.Models.Markov.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int CurrentIteration { get; }
Public ReadOnly Property CurrentIteration As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32The current iteration.
See Also