Base class for input objects of the binary confusion matrix algorithm.
More...
◆ check()
Checks the correctness of an input object
- Parameters
-
[in] | parameter | Pointer to the algorithm parameters |
[in] | method | Computation method |
Reimplemented from Input.
◆ get()
data_management::NumericTablePtr get |
( |
InputId |
id | ) |
const |
Returns an input object of the quality metric
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ set()
void set |
( |
InputId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets an input object of the quality metric
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Pointer to the input object |
The documentation for this class was generated from the following file: