Results obtained with the compute() method of the binary confusion matrix algorithm in the batch processing mode.
More...
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] | input | Pointer to the input objects structure |
[in] | parameter | Pointer to the parameter structure |
[in] | method | Computation 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] | input | Pointer to the structure of the input objects |
[in] | parameter | Pointer to the algorithm parameters |
[in] | method | Computation method |
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns the quality metric of the classification algorithm
- Parameters
-
[in] | id | Identifier 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] | id | Identifier of the result, ResultId |
[in] | value | Pointer to the result |
The documentation for this class was generated from the following file: