Base class for the input objects of the confusion matrix algorithm in the training stage of the classification algorithm.
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks the correctness of the input object
- Parameters
-
parameter | Pointer to the structure of the algorithm parameters |
method | Computation method |
Returns the input object of the quality metric of the classification algorithm
- Parameters
-
id | Identifier of the input object, InputId |
- Returns
- Input object that corresponds to the given identifier
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the input object of the quality metric of the classification algorithm
- Parameters
-
id | Identifier of the input object, InputId |
value | Pointer to the input object |
The documentation for this class was generated from the following file:
- multiclass_confusion_matrix.py