Click or drag to resize
Accord.NET (logo)

HiddenMarkovClassifierLearningTDistributionComputeError 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(
	Array[] inputs,
	int[] outputs
)
Request Example View Source

Parameters

inputs
Type: SystemArray
The input points.
outputs
Type: SystemInt32
The output points.

Return Value

Type: Double
The percent of misclassification errors for the data.
See Also