|
HiddenMarkovClassifierLearningComputeError Method
|
Compute model error for a given data set.
Namespace:
Accord.Statistics.Models.Markov.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double ComputeError(
int[][] inputs,
int[] outputs
)
Public Function ComputeError (
inputs As Integer()(),
outputs As Integer()
) As Double
Request Example
View SourceParameters
- inputs
- Type: SystemInt32
The input points. - outputs
- Type: SystemInt32
The output points.
Return Value
Type:
DoubleThe percent of misclassification errors for the data.
See Also