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

List of all members

Base class for training the weak learner model in the batch processing mode. More...

Class Constructor

TrainingBatch ( DaalContext  context,
TrainingBatch  other 
)

Constructs algorithm for training the weak learner model by copying input objects and parameters of another algorithm

Parameters
contextContext to manage the weak learner algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
TrainingBatch ( DaalContext  context)

Constructs algorithm for training the weak learner model

Parameters
contextContext to manage the weak learner algorithm

Detailed Description

References

Member Function Documentation

TrainingBatch clone ( DaalContext  context)

Returns the newly allocated algorithm for training the weak learner model with a copy of input objects and parameters of this algorithm

Parameters
contextContext to manage the weak learner algorithm
Returns
The newly allocated algorithm
TrainingResult compute ( )

Trains the weak learner model

Returns
Structure that contains computed training results

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

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