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