Synopsis
Returns classification model using estimated normal distributions.
Description
Naive Bayes learner.
Input
- training set: expects: ExampleSet
Output
- model:
- exampleSet:
Parameters
- laplace correction: Use Laplace correction to prevent high influence of zero probabilities.