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

Static Public Attributes | List of all members
ResultNumericTableId Class Reference

Available identifiers of the result of decision forest model-based training. More...

Class Constructor

ResultNumericTableId ( int  value)

Constructs the result numeric table object identifier using the provided value

Parameters
valueValue corresponding to the result numeric table object identifier

Static Public Attributes

static final ResultNumericTableId outOfBagError = new ResultNumericTableId(outOfBagErrorId)
 
static final ResultNumericTableId variableImportance = new ResultNumericTableId(variableImportanceId)
 
static final ResultNumericTableId outOfBagErrorPerObservation = new ResultNumericTableId(outOfBagErrorPerObservationId)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the result numeric table object identifier

Returns
Value corresponding to the result numeric table object identifier

Member Data Documentation

final ResultNumericTableId outOfBagError = new ResultNumericTableId(outOfBagErrorId)
static

Out-of-bag error result

final ResultNumericTableId outOfBagErrorPerObservation = new ResultNumericTableId(outOfBagErrorPerObservationId)
static

Out-of-bag error perf observation result

final ResultNumericTableId variableImportance = new ResultNumericTableId(variableImportanceId)
static

Variable importance result


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

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