|
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
)
Protected Overrides Function Create (
x As Integer()(),
y As Integer
) As NaiveBayes
Request Example
View SourceParameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
Return Value
Type:
NaiveBayesSee Also