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

List of all members

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

Detailed Description

Member Function Documentation

◆ getLogP()

NumericTable getLogP ( )

Returns Numeric Table with logarithms of prior probabilities of classes

Returns
Numeric Table with logarithms of prior probabilities of classes

◆ getLogTheta()

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

◆ getNFeatures()

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.