Click or drag to resize
Accord.NET (logo)

NaiveBayesTDistributionCompute Method (Double, Double)

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 Decide or LogLikelihood instead.")]
public int Compute(
	double[] input,
	out double logLikelihood
)
Request Example View Source

Parameters

input
Type: SystemDouble
logLikelihood
Type: SystemDouble

Return Value

Type: Int32
See Also