API Reference - Models - NaiveBayesBaseModel
The base model for all Naive Bayes models.
Constructors
new()
Creates a new Naive Bayes base model.
NaiveBayesBaseModel.new(useLogProbabilities: boolean): NaiveBayesBaseModelObject
Parameters:
- useLogProbabilities: Set whether or not the probability calculations are converted using logarithm function. [Default: False]