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

List of all members

Trains a model of the AdaBoost algorithm in the batch processing mode. More...

Class Constructor

◆ TrainingBatch() [1/2]

TrainingBatch ( DaalContext  context,
TrainingBatch  other 
)

Constructs the AdaBoost training algorithm by copying input objects and parameters of another AdaBoost training algorithm

Parameters
contextContext to manage AdaBoost training
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

◆ TrainingBatch() [2/2]

TrainingBatch ( DaalContext  context,
Class<? extends Number >  cls,
TrainingMethod  method 
)

Constructs the AdaBoost training algorithm

Parameters
contextContext to manage AdaBoost training
clsData type to use in intermediate computations for AdaBoost training, Double.class or Float.class
methodAdaBoost training method, TrainingMethod

Detailed Description

References

Member Function Documentation

◆ clone()

TrainingBatch clone ( DaalContext  context)

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

Parameters
contextContext to manage AdaBoost training
Returns
The newly allocated algorithm

◆ compute()

TrainingResult compute ( )

Trains a model of the AdaBoost algorithm

Returns
Structure that contains results of the AdaBoost training algorithm

Member Data Documentation

◆ method

Training method for the algorithm

◆ parameter

Parameter parameter

Parameters of the algorithm


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

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