C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

Namespaces | Enumerations
daal::algorithms::multi_class_classifier::prediction Namespace Reference

Contains classes for prediction based on multi-class classifier models.

Namespaces

 interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Enumerations

enum  Method { defaultDense = 0, multiClassClassifierWu = 0, voteBased = 1 }
 

Enumeration Type Documentation

◆ Method

enum Method

Computation methods for the multi-class classifier prediction algorithm

Enumerator
defaultDense 

Default: Prediction method for the multi-class classifier proposed by Ting-Fan Wu et al.

multiClassClassifierWu 

Prediction method for the multi-class classifier proposed by Ting-Fan Wu et al.

voteBased 

Prediction method that is based on votes returned by two-class classifiers

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