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

List of all members
Result Class Reference

Results obtained with the compute() method of the multi-class confusion matrix 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 for storing the computed quality metric

Parameters
[in]inputPointer to the input structure
[in]parameterPointer to the parameter structure
[in]methodComputation method of the algorithm

◆ check()

services::Status check ( const daal::algorithms::Input input,
const daal::algorithms::Parameter parameter,
int  method 
) const
virtual

Checks the correctness of the Result object

Parameters
[in]inputPointer to the input structure
[in]parameterPointer to the structure of the algorithm parameters
[in]methodComputation method

Reimplemented from Result.

◆ get()

data_management::NumericTablePtr get ( ResultId  id) const

Returns the quality metric of the classification algorithm

Parameters
[in]idIdentifier of the result, ResultId
Returns
Quality metric of the classification algorithm

◆ set()

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

Sets the result of the quality metric of the classification algorithm

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

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

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