|
HybridMarkovClassifierCompute Method (Double)
|
Computes the most likely class for a given sequence.
Namespace:
Accord.Statistics.Models.Markov.Hybrid
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int Compute(
double[][] sequence
)
Public Function Compute (
sequence As Double()()
) As Integer
Request Example
View SourceParameters
- sequence
- Type: SystemDouble
The sequence of observations.
Return Value
Type:
Int32Return the label of the given sequence, or -1 if it has
been rejected by the
threshold model.
See Also