Click or drag to resize
Accord.NET (logo)

BaseViterbiLearningTBatches Property

Gets or sets on how many batches the learning data should be divided during learning. Batches are used to estimate adequately the first models so they can better compute the Viterbi paths for subsequent passes of the algorithm. Default is 1.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int Batches { get; set; }
Request Example View Source

Property Value

Type: Int32
See Also