C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

References | Namespaces | Classes | Functions

Contains classes to make predictions based on the weak learner model. More...

References

 Batch
 

Namespaces

 daal::algorithms::weak_learner::prediction
 Contains classes to make predictions based on the weak learner model.
 
 daal::algorithms::weak_learner::prediction::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

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

Functions

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

Function Documentation

Batch ( const Batch other)
inline

Constructs algorithm for making predictions based on the weak learner model by copying input objects and parameters of another 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 algorithm for making predictions based on the weak learner model with a copy of input objects and parameters of this algorithm

Returns
Pointer to the newly allocated algorithm

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