Click or drag to resize
Accord.NET (logo)

NaiveBayesTDistributionError Method

Note: This API is now obsolete.

Obsolete.

Namespace:  Accord.MachineLearning.Bayes
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use ZeroOneLoss function instead.")]
public double Error(
	double[][] inputs,
	int[] outputs
)
Request Example View Source

Parameters

inputs
Type: SystemDouble
outputs
Type: SystemInt32

Return Value

Type: Double
See Also