C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to access partial results obtained with the compute() method of the classifier training algorithm in the online or distributed processing mode. More...
services::Status check | ( | const daal::algorithms::Input * | input, |
const daal::algorithms::Parameter * | parameter, | ||
int | method | ||
) | const |
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 |
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.