Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Class for the results of the multi-class confusion matrix algorithm. More...
| MultiClassConfusionMatrixResult | ( | DaalContext | context | ) |
Constructs the result of the multi-class confusion matrix algorithm
| context | Context to manage the result of the multi-class confusion matrix algorithm |
Returns the confusion matrix of the multi-class classification algorithm
| id | Identifier of the result |
| void set | ( | MultiClassConfusionMatrixResultId | id, |
| NumericTable | val | ||
| ) |
Sets the result of the training stage of the classification 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.