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

List of all members
TrainingBatch Class Reference

Trains the decision stump model. More...

Class Constructor

TrainingBatch ( DaalContext  context,
TrainingBatch  other 
)

Constructs the decision stump training algorithm by copying input objects of another decision stump training algorithm

Parameters
contextContext to manage the stump training algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
TrainingBatch ( DaalContext  context,
Class<?extends Number >  cls,
TrainingMethod  method 
)

Constructs the decision stump training algorithm

Parameters
contextContext to manage created stump training algorithm
clsData type to use in intermediate computations for the decision stump training algorithm, Double.class or Float.class
methodthe decision stump training method, TrainingMethod

Detailed Description

Member Function Documentation

TrainingBatch clone ( DaalContext  context)

Returns the newly allocated decision stump training algorithm with a copy of input objects and parameters of this decision stump training algorithm

Parameters
contextContext to manage the stump training algorithm
Returns
The newly allocated algorithm

Member Data Documentation

Training method for the algorithm


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

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