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

List of all members
Batch Class Referenceabstract

Provides methods for the regression model-based training in the batch processing mode. More...

Class Declaration

References

Member Function Documentation

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

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

Returns
Pointer to the newly allocated algorithm
virtual InputType* getInput ( )
pure virtual

Get input objects for the regression model-based training algorithm

Returns
Input objects for the regression model-based training algorithm
ResultPtr getResult ( )
inline

Returns the structure that contains the result of the regression model-based training

Returns
Structure that contains the result of the regression model-based training
services::Status setResult ( const ResultPtr &  res)
inline

Registers user-allocated memory to store the result of the regression model-based training

Parameters
[in]resStructure to store the result of the regression model-based training
Returns
Status of computations

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

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