Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierTModel, TDistribution, TObservationGetEnumerator Method

Returns an enumerator that iterates through the models in the classifier.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public IEnumerator<TModel> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorTModel
A IEnumeratorT that can be used to iterate through the collection.
See Also