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

List of all members
Parameter Struct Reference

Stump algorithm parameters. More...

Class Declaration

struct DAAL_EXPORT Parameter : public daal::algorithms::Parameter
{
Parameter() : daal::algorithms::Parameter(), varImportance(none) {}
services::Status check() const DAAL_C11_OVERRIDE;
VariableImportanceMode varImportance;
};

Constructor & Destructor Documentation

Parameter ( )
inline

Main constructor

Member Function Documentation

services::Status check ( ) const

Checks a parameter of the Decision tree algorithm

Member Data Documentation

VariableImportanceMode varImportance

Variable importance mode. Variable importance computation is not supported for current version of the library


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

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