|
NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptionsFit Method
|
Fits one of the distributions in the naive bayes model.
Namespace:
Accord.MachineLearning.Bayes
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax protected virtual void Fit(
int i,
TInput[][] values,
double[] weights,
bool transposed
)
Protected Overridable Sub Fit (
i As Integer,
values As TInput()(),
weights As Double(),
transposed As Boolean
)
Request Example
View SourceParameters
- i
- Type: SystemInt32
- values
- Type: TInput
- weights
- Type: SystemDouble
- transposed
- Type: SystemBoolean
See Also