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

List of all members
PartialModel Class Reference

Multinomial naive Bayes PartialModel. More...

Detailed Description

Member Function Documentation

◆ getClassGroupSum()

NumericTable getClassGroupSum ( )

Returns Numeric Table containing group sums with class label used as an index

Returns
Numeric Table containing group sums with class label used as an index

◆ getClassSize()

NumericTable getClassSize ( )

Returns Numeric Table containing sum of all observations and features for each class

Returns
Numeric Table containing sum of all observations and features for each class

◆ getNFeatures()

long getNFeatures ( )

Returns number of features in training dataset

Returns
Number of features in training dataset

◆ getNObservations()

long getNObservations ( )

Returns number of observations in training dataset

Returns
Number of observations 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.