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

List of all members

Model of the multinomial naive Bayes classifier trained in the batch processing mode. More...

Detailed Description

Member Function Documentation

NumericTable getLogP ( )

Returns Numeric Table with logarithms of prior probabilities of classes

Returns
Numeric Table with logarithms of prior probabilities of classes
NumericTable getLogTheta ( )

Returns Numeric Table with logarithms of the conditional probabilities of features given a class

Returns
Numeric Table with logarithms of the conditional probabilities of features given a class
long getNFeatures ( )

Returns number of features in training dataset

Returns
Number of features in training dataset

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

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