|
HybridMarkovClassifier Constructor
|
Creates a new Sequence Classifier with the given number of classes.
Namespace:
Accord.Statistics.Models.Markov.Hybrid
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public HybridMarkovClassifier(
IEnumerable<IHybridMarkovModel> models
)
Public Sub New (
models As IEnumerable(Of IHybridMarkovModel)
)
Request Example
View SourceParameters
- models
- Type: System.Collections.GenericIEnumerableIHybridMarkovModel
The models specializing in each of the classes of
the classification problem.
See Also