Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Class for the results of the binary confusion matrix algorithm. More...
BinaryConfusionMatrixResult | ( | DaalContext | context | ) |
Constructs the result of the classification algorithms
context | Context to manage the result of the classification algorithms |
NumericTable get | ( | BinaryConfusionMatrixResultId | id | ) |
Returns the quality metric of the classification algorithm
id | Identifier of the result |
void set | ( | BinaryConfusionMatrixResultId | id, |
NumericTable | val | ||
) |
Sets the result of the binary confusion matrix algorithm
id | Identifier of the result |
val | Value that corresponds to the given identifier |
For more complete information about compiler optimizations, see our Optimization Notice.