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

Static Public Member Functions | List of all members
Model Class Reference

Model of the classifier trained by the brownboost::training::Batch algorithm. More...

Static Public Member Functions

template<typename modelFPType >
static DAAL_EXPORT services::SharedPtr< Modelcreate (size_t nFeatures, services::Status *stat=NULL)
 

Class Declaration

References

Constructor & Destructor Documentation

◆ Model() [1/2]

DAAL_EXPORT Model ( size_t  nFeatures,
modelFPType  dummy 
)

Constructs the BrownBoost Model

Template Parameters
modelFPTypeData type to store BrownBoost model data, double or float
Parameters
[in]nFeaturesNumber of features in the dataset
[in]dummyDummy variable for the templated constructor
Deprecated:
This item will be removed in a future release. Use Model::create instead.

◆ Model() [2/2]

Model ( )
inline

Empty constructor for deserialization

Deprecated:
This item will be removed in a future release. Use Model::create instead.

Member Function Documentation

◆ create()

static DAAL_EXPORT services::SharedPtr<Model> create ( size_t  nFeatures,
services::Status stat = NULL 
)
static

Constructs the BrownBoost model

Template Parameters
modelFPTypeData type to store BrownBoost model data, double or float
Parameters
[in]nFeaturesNumber of features in the dataset
[out]statStatus of the model construction

◆ getAlpha()

data_management::NumericTablePtr getAlpha ( )

Returns a pointer to the array of weights of weak learners constructed during training of the BrownBoost algorithm. The size of the array equals the number of weak learners

Returns
Array of weights of weak learners.

The documentation for this class was generated from the following file:

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