C++ API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members

Gradient Boosted Trees algorithm parameters. More...

Class Declaration

struct DAAL_EXPORT Parameter : public classifier::Parameter, public daal::algorithms::gbt::training::Parameter
{
Parameter(size_t nClasses) : classifier::Parameter(nClasses), loss(crossEntropy) {}
services::Status check() const DAAL_C11_OVERRIDE;
LossFunctionType loss; /* Defaut is crossEntropy */
};

Constructor & Destructor Documentation

Parameter ( size_t  nClasses)
inline

Default constructor


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

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