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

Static Public Attributes | List of all members

Available methods for computing the results of the naive Bayes model based prediction. More...

Class Constructor

PredictionMethod ( int  value)

Constructs the prediction method object using the provided value

Parameters
valueValue corresponding to the prediction method object

Static Public Attributes

static final PredictionMethod defaultDense = new PredictionMethod(DefaultDense)
 
static final PredictionMethod fastCSR = new PredictionMethod(FastCSR)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the prediction method object

Returns
Value corresponding to the prediction method object

Member Data Documentation

final PredictionMethod defaultDense = new PredictionMethod(DefaultDense)
static

Default Multinomial Naive Bayes prediction method

final PredictionMethod fastCSR = new PredictionMethod(FastCSR)
static

Multinomial naive Bayes model based prediction for sparse data in CSR format


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

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