Computes the confusion matrix for a binary classifier in the batch processing mode.
More...
Constructs the binary confusion matrix algorithm in the batch processing mode by copying input objects and parameters of another confusion matrix algorithm
- Parameters
-
context | Context to manage the binary confusion matrix algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Constructs the binary confusion matrix algorithm in the batch processing mode
- Parameters
-
context | Context to manage the binary confusion matrix algorithm |
cls | Data type to use in intermediate computations of the binary confusion matrix, Double.class or Float.class |
method | Method for computing the binary confusion matrix, BinaryConfusionMatrixMethod |
Returns the newly allocated binary confusion matrix algorithm with a copy of input objects and parameters of this binary confusion matrix algorithm
- Parameters
-
context | Context to manage the binary confusion matrix algorithm |
- Returns
- The newly allocated algorithm
Computes the binary confusion matrix
- Returns
- Structure that contains results of the binary confusion matrix algorithm
Registers user-allocated memory for storing results of the binary confusion matrix algorithm
- Parameters
-
result | Structure for storing results of the binary confusion matrix algorithm |
The documentation for this class was generated from the following file:
- BinaryConfusionMatrixBatch.java