|
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()
Public Function GetEnumerator As IEnumerator(Of TModel)
Request Example
View SourceReturn Value
Type:
IEnumeratorTModel
A
IEnumeratorT that
can be used to iterate through the collection.
See Also