Click or drag to resize
Accord.NET (logo)

NaiveBayesTDistributionEstimateTOptions Method (Double, Int32, Boolean, TOptions)

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<TOptions>(
	double[][] inputs,
	int[] outputs,
	bool empirical = true,
	TOptions options = null
)
where TOptions : class, new(), IFittingOptions
Request Example View Source

Parameters

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

Type Parameters

TOptions

Return Value

Type: Double
See Also