Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Parameters for multinomial naive Bayes algorithm. More...
NumericTable getAlpha | ( | ) |
Returnss imagined occurrences of the each feature, numeric table of size [1 x nFeatures]
NumericTable getPriorClassEstimates | ( | ) |
Returnss prior class estimates, numeric table of size [nClasses x 1]
void setAlpha | ( | NumericTable | alpha | ) |
Sets imagined occurrences of the each feature, numeric table of size [1 x nFeatures]
alpha | Imagined occurrences of the each feature |
void setPriorClassEstimates | ( | NumericTable | priorClassEstimates | ) |
Sets prior class estimates, numeric table of size [nClasses x 1]
priorClassEstimates | Prior class estimates |
For more complete information about compiler optimizations, see our Optimization Notice.