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

List of all members
PredictionBatch Class Reference

Base class for making predictions based on the weak learner model. More...

Class Constructor

PredictionBatch ( DaalContext  context,
PredictionBatch  other 
)

Constructs algorithm for making predictions based on 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

Constructs algorithm for making predictions based on the weak learner model

Parameters
contextContext to manage the weak learner algorithm

Detailed Description

References

Member Function Documentation

PredictionBatch clone ( DaalContext  context)

Returns the newly allocated algorithm for making predictions based on 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

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

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