Click or drag to resize
Accord.NET (logo)

NaiveBayesLearningCreate Method

Creates an instance of the model to be learned.

Namespace:  Accord.MachineLearning.Bayes
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected override NaiveBayes Create(
	int[][] x,
	int y
)
Request Example View Source

Parameters

x
Type: SystemInt32
y
Type: SystemInt32

Return Value

Type: NaiveBayes
See Also