C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Provides methods to access partial results obtained with the compute() method of the classifier training algorithm in the online or distributed processing mode. More...
Additional Inherited Members | |
![]() | |
static data_management::DataCollectionPtr & | getStorage (Argument &a) |
static const data_management::DataCollectionPtr & | getStorage (const Argument &a) |
|
virtual |
Checks the correctness of the PartialResult object
[in] | input | Pointer to the structure of the input objects |
[in] | parameter | Pointer to the structure of the algorithm parameters |
[in] | method | Computation method |
Reimplemented from PartialResult.
Reimplemented in PartialResult.
classifier::ModelPtr get | ( | PartialResultId | id | ) | const |
Returns the partial result in the training stage of the classification algorithm
[in] | id | Identifier of the partial result, PartialResultId |
void set | ( | PartialResultId | id, |
const daal::algorithms::classifier::ModelPtr & | value | ||
) |
Sets the partial result in the training stage of the classification algorithm
[in] | id | Identifier of the partial result, PartialResultId |
[in] | value | Pointer to the partial result |
For more complete information about compiler optimizations, see our Optimization Notice.