Click or drag to resize
Accord.NET (logo)

RunningMarkovClassifier Properties

The RunningMarkovClassifier type exposes the following members.

Properties
  NameDescription
Public propertyClassification
Gets the current classification label for the sequence up to the current observation.
Public propertyClassifier
Gets the HiddenMarkovClassifier used in this filter.
Public propertyResponses
Gets the class response probabilities measuring the likelihood of the current sequence belonging to each of the classes.
Public propertyThreshold
Gets the current rejection threshold level generated by classifier's threshold model.
Top
See Also