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

Namespaces | Classes | Enumerations

Namespaces

 daal::algorithms::adaboost::prediction::interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  BatchContainer< algorithmFPType, method, cpu >
 Provides methods to run implementations of the AdaBoost algorithm. It is associated with daal::algorithms::adaboost::prediction::interface1::Batch class and supports method to compute AdaBoost prediction. More...
 
class  Batch< algorithmFPType, method >
 Predict AdaBoost classification results. More...
 

Enumerations

enum  Method { defaultDense = 0 }
 

Enumeration Type Documentation

enum Method

Available methods for making predictions based on AdaBoost model

Enumerator
defaultDense 

Default method

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