Click or drag to resize
Accord.NET (logo)

NaiveBayesTDistributionEstimate Method (Double, Int32, Boolean)

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

Parameters

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

Return Value

Type: Double
See Also