C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

References | Functions
Prediction

Contains classes for prediction based on boosting models. More...

References

 Batch
 

Functions

 Batch (const Batch &other)
 
services::SharedPtr< Batch > clone () const
 

Function Documentation

Batch ( const Batch other)
inline

Constructs boosting classifier prediction algorithm by copying input objects and parameters of another boosting classifier prediction algorithm

Parameters
[in]otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
services::SharedPtr<Batch> clone ( ) const
inline

Returns a pointer to the newly allocated boosting classifier prediction algorithm with a copy of input objects and parameters of this boosting classifier prediction algorithm

Returns
Pointer to the newly allocated algorithm

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