| 
            
              BaseHiddenMarkovClassifierTModel, TDistribution, TObservation Constructor (Int32)
             | 
          
        
          
    Namespace: 
   Accord.Statistics.Models.Markov
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxprotected BaseHiddenMarkovClassifier(
	int classes
)
Protected Sub New ( 
	classes As Integer
)
 Request Example
		View SourceParameters
- classes
 - Type: SystemInt32
The number of classes in the classification problem. 
See Also