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

List of all members
Result Class Reference

Provides interface for the result of model-based prediction. 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 *  par,
const int  method 
)

Allocates memory to store a partial result of model-based prediction

Parameters
[in]inputInput object
[in]parParameter of the algorithm
[in]methodAlgorithm method
Returns
Status of allocation
DAAL_DEPRECATED services::Status check ( const daal::algorithms::Input *  input,
const daal::algorithms::Parameter *  par,
int  method 
) const

Checks the result of model-based prediction

Parameters
[in]inputInput object
[in]parParameter of the algorithm
[in]methodComputation method
Returns
Status of checking
DAAL_DEPRECATED data_management::NumericTablePtr get ( classifier::prediction::ResultId  id) const

Returns the result of model-based prediction

Parameters
[in]idIdentifier of the result
Returns
Result that corresponds to the given identifier
DAAL_DEPRECATED data_management::NumericTablePtr get ( ResultNumericTableId  id) const

Returns the result of model-based prediction

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

Sets the result of model-based prediction

Parameters
[in]idIdentifier of the input object
[in]valueInput object
DAAL_DEPRECATED void set ( ResultNumericTableId  id,
const data_management::NumericTablePtr &  value 
)

Sets the result of model-based prediction

Parameters
[in]idIdentifier of the input object
[in]valueInput object

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

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