Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

Static Public Attributes | List of all members
TrainingMethod Class Reference

Available methods for training decision forest regression models. More...

Class Constructor

TrainingMethod ( int  value)

Constructs the training method object using the provided value

Parameters
valueValue corresponding to the training method object

Static Public Attributes

static final TrainingMethod defaultDense = new TrainingMethod(defaultDenseId)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the training method object

Returns
Value corresponding to the training method object

Member Data Documentation

final TrainingMethod defaultDense = new TrainingMethod(defaultDenseId)
static

Default method. Bagging, random choice of features, variance-based impurity.


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

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