Click or drag to resize
Accord.NET (logo)

NaiveBayes Constructor (Int32, Double, Int32)

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 specify the prior by writing to the Priors property.")]
public NaiveBayes(
	int classes,
	double[] priors,
	params int[] symbols
)
Request Example View Source

Parameters

classes
Type: SystemInt32
priors
Type: SystemDouble
symbols
Type: SystemInt32
See Also