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

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...

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 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
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 input structure
[in]parameterPointer to the structure of the algorithm parameters
[in]methodComputation method
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
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.