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

Static Public Attributes | List of all members
PredictionMethod Class Reference

Available methods for the multi-class classifier prediction. More...

Class Constructor

◆ PredictionMethod()

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 multiClassClassifierWu
 
static final PredictionMethod voteBased
 

Detailed Description

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the value corresponding to the prediction method object

Returns
Value corresponding to the prediction method object

Member Data Documentation

◆ multiClassClassifierWu

final PredictionMethod multiClassClassifierWu
static
Initial value:
multiClassClassifierWuValue)

Prediction method for the Multi-class classifier proposed by Ting-Fan Wu et al

◆ voteBased

final PredictionMethod voteBased
static
Initial value:
voteBasedValue)

Prediction method that is based on votes returned by two-class classifiers


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

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