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

List of all members
Batch Class Referenceabstract

Base class for training the weak learner model in the batch processing mode More...

Class Declaration

Enumerations
References

Constructor & Destructor Documentation

Batch ( const Batch other)
inline

Constructs algorithm for training 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

Member Function Documentation

services::SharedPtr<Batch> clone ( ) const
inline

Returns a pointer to the newly allocated algorithm for training the weak learner model with a copy of input objects and parameters of this algorithm

Returns
Pointer to the newly allocated algorithm
weak_learner::training::ResultPtr getResult ( )
inline

Returns structure that contains computed weak learner results

Returns
Structure that contains computed weak learner results

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

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