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

List of all members
Result Class Reference

Provides methods to access final results obtained with the compute() method of the z-score normalization algorithm in the batch processing mode. More...

Class Declaration

Member Function Documentation

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

Allocates memory to store final results of the z-score normalization algorithms

Parameters
[in]inputInput objects for the z-score normalization algorithm
[in]parameterPointer to algorithm parameter
[in]methodAlgorithm computation method
Returns
Status of computations
DAAL_EXPORT services::Status allocate ( const daal::algorithms::Input *  input,
const int  method 
)

Allocates memory to store final results of the z-score normalization algorithms

Parameters
[in]inputInput objects for the z-score normalization algorithm
[in]methodAlgorithm computation method
Returns
Status of computations
services::Status check ( const daal::algorithms::Input *  in,
const daal::algorithms::Parameter *  par,
int  method 
) const

Checks the correctness of the Result object

Parameters
[in]inPointer to the input object
[in]parPointer to the parameter object
[in]methodAlgorithm computation method
Returns
Status of computations
data_management::NumericTablePtr get ( ResultId  id) const

Returns the final result of the z-score normalization algorithm

Parameters
[in]idIdentifier of the final result, daal::algorithms::normalization::zscore::ResultId
Returns
Final result that corresponds to the given identifier
void set ( ResultId  id,
const data_management::NumericTablePtr &  value 
)

Sets the Result object of the z-score normalization algorithm

Parameters
[in]idIdentifier of the Result object
[in]valuePointer to the Result object

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

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