Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members

Parameters for multinomial naive Bayes algorithm. More...

Detailed Description

Member Function Documentation

NumericTable getAlpha ( )

Returnss imagined occurrences of the each feature, numeric table of size [1 x nFeatures]

Returns
Imagined occurrences of the each feature
NumericTable getPriorClassEstimates ( )

Returnss prior class estimates, numeric table of size [nClasses x 1]

Returns
Prior class estimates
void setAlpha ( NumericTable  alpha)

Sets imagined occurrences of the each feature, numeric table of size [1 x nFeatures]

Parameters
alphaImagined occurrences of the each feature
void setPriorClassEstimates ( NumericTable  priorClassEstimates)

Sets prior class estimates, numeric table of size [nClasses x 1]

Parameters
priorClassEstimatesPrior class estimates

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.