C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

References | Namespaces | Classes | Enumerations

Contains classes for checking the quality of the model trained with the Naive Bayes algorithm. More...

References

 Batch
 

Namespaces

 daal::algorithms::multinomial_naive_bayes::quality_metric_set
 Contains classes for checking the quality of the model trained with the Naive Bayes algorithm.
 
 daal::algorithms::multinomial_naive_bayes::quality_metric_set::interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

struct  Parameter
 Parameters for the Naive Bayes compute() method. More...
 
class  ResultCollection
 Class that implements functionality of the collection of result objects of the quality metrics algorithm specialized for using with the Naive Bayes training algorithm. More...
 
class  InputDataCollection
 Class that implements functionality of the collection of input objects for the quality metrics algorithm specialized for using with the Naive Bayes training algorithm. More...
 

Enumerations

enum  QualityMetricId { confusionMatrix }
 

Enumeration Type Documentation

enum QualityMetricId

Available identifiers of the quality metrics available for the model trained with the Naive Bayes algorithm

Enumerator
confusionMatrix 

Confusion matrix

For more complete information about compiler optimizations, see our Optimization Notice.