|
NaiveBayesLearningTDistribution, TOptions, TInputCreate 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, TInput> Create(
TInput[][] x,
int y
)
Protected Overrides Function Create (
x As TInput()(),
y As Integer
) As NaiveBayes(Of TDistribution, TInput)
Request Example
View SourceParameters
- x
- Type: TInput
- y
- Type: SystemInt32
Return Value
Type:
NaiveBayesTDistribution,
TInputSee Also