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

Namespaces | Classes | Enumerations

Namespaces

 daal::algorithms::brownboost::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 BrownBoost algorithm. This class is associated with daal::algorithms::brownboost::prediction::interface1::Batch class. More...
 
class  Batch< algorithmFPType, method >
 Predicts BrownBoost classification results. More...
 

Enumerations

enum  Method { defaultDense = 0 }
 

Enumeration Type Documentation

enum Method

Available methods for predictions based on the BrownBoost model

Enumerator
defaultDense 

Default method

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