C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Base class to represent partial results of the computation. Algorithm-specific partial results are represented as derivative classes of the PartialResult class. More...
Additional Inherited Members | |
![]() | |
static data_management::DataCollectionPtr & | getStorage (Argument &a) |
static const data_management::DataCollectionPtr & | getStorage (const Argument &a) |
|
inline |
Default constructor. Constructs empty partial results
|
inline |
Constructs partial results with n elements
[in] | n | Number of elements in the partial results |
|
inlinevirtual |
Checks the correctness of the partial results structure
[in] | input | Pointer to the input arguments of the algorithm |
[in] | parameter | Pointer to the parameters of the algorithm |
[in] | method | Computation method |
|
inlinevirtual |
Checks the correctness of the partial results structure
[in] | parameter | Pointer to the parameters of the algorithm |
[in] | method | Computation method |
|
inline |
Retrieves the initialization flag
|
inlinevirtual |
Returns a serialization tag, a unique identifier of this class used in serialization
|
inline |
Sets the initialization flag
[in] | flag | Initialization flag. True, if the partial results are already initialized; false - otherwise. |
For more complete information about compiler optimizations, see our Optimization Notice.