C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Naive Bayes algorithm parameters. More...
|
inline |
Main constructor
[in] | nClasses | Number of classes |
[in] | priorClassEstimates_ | Prior class estimates, numeric table of size [nClasses x 1] |
[in] | alpha_ | Imagined occurrences of the each feature, numeric table of size [1 x nFeatures] |
data_management::NumericTablePtr alpha |
Imagined occurrences of the each word
data_management::NumericTablePtr priorClassEstimates |
Prior class estimates
For more complete information about compiler optimizations, see our Optimization Notice.