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 binary 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 results of the quality metric algorithm

Parameters
[in]inputPointer to the input objects 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 structure of the input objects
[in]parameterPointer to 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 binary confusion matrix algorithm

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

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

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