Model of the classifier trained by the brownboost::training::Batch algorithm.
More...
|
template<typename modelFPType > |
DAAL_EXPORT static
DAAL_DEPRECATED
services::SharedPtr< Model > | create (size_t nFeatures, services::Status *stat=NULL) |
|
- Deprecated:
- This item will be removed in a future release.
- References
-
DAAL_EXPORT DAAL_DEPRECATED Model |
( |
size_t |
nFeatures, |
|
|
modelFPType |
dummy |
|
) |
| |
Constructs the BrownBoost Model
- Template Parameters
-
modelFPType | Data type to store BrownBoost model data, double or float |
- Parameters
-
[in] | nFeatures | Number of features in the dataset |
[in] | dummy | Dummy variable for the templated constructor |
- Deprecated:
- This item will be removed in a future release. Use Model::create instead.
DAAL_DEPRECATED Model |
( |
| ) |
|
|
inline |
Empty constructor for deserialization
- Deprecated:
- This item will be removed in a future release. Use Model::create instead.
DAAL_EXPORT static DAAL_DEPRECATED services::SharedPtr<Model> create |
( |
size_t |
nFeatures, |
|
|
services::Status * |
stat = NULL |
|
) |
| |
|
static |
Constructs the BrownBoost model
- Template Parameters
-
modelFPType | Data type to store BrownBoost model data, double or float |
- Parameters
-
[in] | nFeatures | Number of features in the dataset |
[out] | stat | Status of the model construction |
DAAL_DEPRECATED 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: