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

Namespaces | Classes | Enumerations

Namespaces

 daal::algorithms::stump::prediction
 Contains classes to make prediction based on the decision stump model.
 
 daal::algorithms::stump::prediction::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  BatchContainer< algorithmFPType, method, cpu >
 Provides methods to run implementations of the decision stump prediction algorithm. It is associated with the daal::algorithms::stump::prediction::interface1::Batch class and supports methods to run based on the decision stump model. More...
 
class  Batch< algorithmFPType, method >
 Predicts results of the decision stump classification. More...
 

Enumerations

enum  Method { defaultDense = 0 }
 

Enumeration Type Documentation

enum Method

Available methods to make prediction based on the decision stump model

Enumerator
defaultDense 

Default method

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