Click or drag to resize
Accord.NET (logo)

IHiddenMarkovClassifier Interface

Note: This API is now obsolete.

Common interface for sequence classifiers using hidden Markov models.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use IMulticlassClassifier from Accord.MachineLearning namespace.")]
public interface IHiddenMarkovClassifier
Request Example View Source

The IHiddenMarkovClassifier type exposes the following members.

Properties
  NameDescription
Public propertyClasses
Gets the number of classes which can be recognized by this classifier.
Top
Methods
  NameDescription
Public methodCompute
Computes the most likely class for a given sequence.
Top
See Also