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

List of all members
Result Class Reference

Provides methods to access prediction results obtained with the compute() method of the classifier prediction algorithm in the batch processing mode. More...

Class Declaration

Deprecated:
This item will be removed in a future release.

Member Function Documentation

DAAL_EXPORT DAAL_DEPRECATED services::Status allocate ( const daal::algorithms::Input *  input,
const daal::algorithms::Parameter *  parameter,
const int  method 
)

Allocates memory for storing prediction results of the classification algorithm

Template Parameters
algorithmFPTypeData type for storing prediction results
Parameters
[in]inputPointer to the input objects of the classification algorithm
[in]parameterPointer to the parameters of the classification algorithm
[in]methodComputation method
services::Status check ( const daal::algorithms::Input *  input,
const daal::algorithms::Parameter *  parameter,
int  method 
) const

Checks the correctness of the Result object

Parameters
[in]inputPointer to the the input object
[in]parameterPointer to the algorithm parameters
[in]methodComputation method
Deprecated:
This item will be removed in a future release.
DAAL_DEPRECATED data_management::NumericTablePtr get ( ResultId  id) const

Returns the prediction result of the classification algorithm

Parameters
[in]idIdentifier of the prediction result, ResultId
Returns
Prediction result that corresponds to the given identifier
DAAL_DEPRECATED void set ( ResultId  id,
const data_management::NumericTablePtr &  value 
)

Sets the prediction result of the classification algorithm

Parameters
[in]idIdentifier of the prediction result, ResultId
[in]valuePointer to the prediction result

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

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