C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Result Class Reference

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

Additional Inherited Members

- Static Protected Member Functions inherited from Argument
static data_management::DataCollectionPtr & getStorage (Argument &a)
 
static const data_management::DataCollectionPtr & getStorage (const Argument &a)
 

Class Declaration

Member Function Documentation

◆ allocate()

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 quantile algorithms

Parameters
[in]inputInput objects for the quantiles algorithm
[in]parameterParameters of the quantiles algorithm
[in]methodAlgorithm computation method

◆ check()

virtual services::Status check ( const daal::algorithms::Input in,
const daal::algorithms::Parameter par,
int  method 
) const
virtual

Checks the correctness of the Result object

Parameters
[in]inPointer to the object
[in]parPointer to the parameters structure
[in]methodAlgorithm computation method

Reimplemented from Result.

◆ get()

data_management::NumericTablePtr get ( ResultId  id) const

Returns the final result of the quantiles algorithm

Parameters
[in]idIdentifier of the final result, ResultId
Returns
Final result that corresponds to the given identifier

◆ set()

void set ( ResultId  id,
const data_management::NumericTablePtr &  value 
)

Sets the Result object of the quantiles 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.