Click or drag to resize
Accord.NET (logo)

NaiveBayesEstimate 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 NaiveBayesLearning instead.")]
public double Estimate(
	int[][] inputs,
	int[] outputs,
	bool empirical = true,
	double regularization = 1E-05
)
Request Example View Source

Parameters

inputs
Type: SystemInt32
outputs
Type: SystemInt32
empirical (Optional)
Type: SystemBoolean
regularization (Optional)
Type: SystemDouble

Return Value

Type: Double
See Also