C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Contains classes for computing the multi-class confusion matrix. More...
References | |
Batch | |
Namespaces | |
daal::algorithms::classifier::quality_metric::multiclass_confusion_matrix | |
Contains classes for computing the multi-class confusion matrix. | |
daal::algorithms::classifier::quality_metric::multiclass_confusion_matrix::interface1 | |
Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface. | |
Classes | |
struct | Parameter |
Parameters for the compute() method of the multi-class confusion matrix. More... | |
class | Input |
Base class for the input objects of the confusion matrix algorithm in the training stage of the classification algorithm. More... | |
class | Result |
Results obtained with the compute() method of the multi-class confusion matrix algorithm in the batch processing mode. More... | |
Enumerations | |
enum | Method { defaultDense = 0 } |
enum | InputId { predictedLabels, groundTruthLabels } |
enum | ResultId { confusionMatrix, multiClassMetrics } |
enum | MultiClassMetricsId { averageAccuracy, errorRate, microPrecision, microRecall, microFscore, macroPrecision, macroRecall, macroFscore } |
enum InputId |
enum Method |
enum MultiClassMetricsId |
Available values stored in a numeric table corresponding to the ResultId::binaryMatrix index
For more complete information about compiler optimizations, see our Optimization Notice.