C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to access final results obtained with the compute() method in the batch processing mode or finalizeCompute() method in the online or distributed processing mode of the classification algorithm. More...
services::Status check | ( | const daal::algorithms::Input * | input, |
const daal::algorithms::Parameter * | parameter, | ||
int | method | ||
) | const |
Checks the correctness of the Result 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 |
daal::algorithms::classifier::ModelPtr get | ( | ResultId | id | ) | const |
Returns the model trained with the classification algorithm
[in] | id | Identifier of the result, ResultId |
void set | ( | ResultId | id, |
const daal::algorithms::classifier::ModelPtr & | value | ||
) |
Sets the result of the training stage of the classification algorithm
[in] | id | Identifier of the result, ResultId |
[in] | value | Pointer to the training result |
For more complete information about compiler optimizations, see our Optimization Notice.