Naive Bayes algorithm parameters.
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
Main constructor
- Parameters
-
| nClasses | Number of classes |
| priorClassEstimates_ | Prior class estimates, numeric table of size [nClasses x 1] |
| alpha_ | Imagined occurrences of the each feature, numeric table of size [1 x nFeatures] |
check(Parameter self) -> Status
Imagined occurrences of the each word
| priorClassEstimates = ... |
|
static |
The documentation for this class was generated from the following file:
- algorithms/multinomial_naive_bayes/__init__.py