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

List of all members

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

Class Constructor

TrainingBatch ( DaalContext  context,
TrainingBatch  other 
)

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

Parameters
contextContext to manage LogitBoost training
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,
long  nClasses 
)

Constructs the LogitBoost training algorithm

Parameters
contextContext to manage LogitBoost training
clsData type to use in intermediate computations for LogitBoost training, Double.class or Float.class
methodLogitBoost training method, TrainingMethod
nClassesNumber of classes

Detailed Description

References

Member Function Documentation

TrainingBatch clone ( DaalContext  context)

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

Parameters
contextContext to manage LogitBoost training
Returns
The newly allocated algorithm
TrainingResult compute ( )

Trains a model of the LogitBoost algorithm

Returns
Structure that contains results of the LogitBoost training algorithm

Member Data Documentation

Training method for the algorithm

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.