C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Parameter Struct Reference

Gradient Boosted Trees algorithm parameters. More...

Class Declaration

Deprecated:
This item will be removed in a future release.
struct DAAL_EXPORT Parameter : public classifier::Parameter, public daal::algorithms::gbt::training::Parameter
{
Parameter(size_t nClasses) : classifier::Parameter(nClasses), loss(crossEntropy), varImportance(0) {}
services::Status check() const DAAL_C11_OVERRIDE;
DAAL_UINT64 varImportance;
};

Constructor & Destructor Documentation

DAAL_DEPRECATED Parameter ( size_t  nClasses)
inline

Default constructor

Member Data Documentation

Loss function type


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

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