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

List of all members
Batch Class Referenceabstract

Base class for making predictions based on the model of the classification algorithms. More...

Class Declaration

Deprecated:
This item will be removed in a future release.
Enumerations
References

Constructor & Destructor Documentation

Batch ( )
inline

Constructs a classifier prediction algorithm by default

Deprecated:
This item will be removed in a future release.
Batch ( const Batch other)
inline

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

Parameters
[in]otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
Deprecated:
This item will be removed in a future release.

Member Function Documentation

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

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

Returns
Pointer to the newly allocated algorithm
virtual DAAL_DEPRECATED_VIRTUAL InputType* getInput ( )
pure virtual
DAAL_DEPRECATED interface1::ResultPtr getResult ( )
inline

Returns the structure that contains computed prediction results

Returns
Structure that contains computed prediction results
DAAL_DEPRECATED services::Status setResult ( const interface1::ResultPtr &  result)
inline

Registers user-allocated memory for storing the prediction results

Parameters
[in]resultStructure for storing the prediction results
Returns
Status of computation

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

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