Click or drag to resize
Accord.NET (logo)

AdaBoostTModelComputeError Method

Computes the error ratio, the number of misclassifications divided by the total number of samples in a dataset.

Namespace:  Accord.MachineLearning.Boosting
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double ComputeError(
	double[][] inputs,
	int[] outputs
)
Request Example View Source

Parameters

inputs
Type: SystemDouble
outputs
Type: SystemInt32

Return Value

Type: Double
See Also