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

List of all members

Predicts gradient boosted trees classification classification results. More...

Class Constructor

PredictionBatch ( DaalContext  context,
PredictionBatch  other 
)

Constructs the gradient boosted trees classification prediction algorithm by copying input objects and parameters of another gradient boosted trees classification prediction algorithm

Parameters
contextContext to manage gradient boosted trees classification prediction
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
PredictionBatch ( DaalContext  context,
Class<?extends Number >  cls,
PredictionMethod  method,
long  nClasses 
)

Constructs the gradient boosted trees classification prediction algorithm

Parameters
contextContext to manage gradient boosted trees classification prediction
clsData type to use in intermediate computations for gradient boosted trees classification prediction, Double.class or Float.class
methodgradient boosted trees classification prediction method, PredictionMethod
nClassesNumber of classes

Detailed Description

References

Member Function Documentation

PredictionBatch clone ( DaalContext  context)

Returns the newly allocated gradient boosted trees classification prediction algorithm with a copy of input objects and parameters of this gradient boosted trees classification prediction algorithm

Parameters
contextContext to manage gradient boosted trees classification prediction
Returns
The newly allocated algorithm

Member Data Documentation

Input data

Prediction method for the algorithm

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.