Click or drag to resize
Accord.NET (logo)

NaiveBayesLearningTDistribution, TOptionsCreate 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<TDistribution> Create(
	double[][] x,
	int y
)
Request Example View Source

Parameters

x
Type: SystemDouble
y
Type: SystemInt32

Return Value

Type: NaiveBayesTDistribution
See Also