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

List of all members
Parameter Struct Reference

Class for the parameters of the Decision Forest classification algorithm. More...

Class Declaration

struct DAAL_EXPORT Parameter : public daal::algorithms::classifier::Parameter
{
Parameter(size_t nClasses, VotingMethod votingMethod = weighted) :
daal::algorithms::classifier::Parameter(nClasses),
votingMethod(votingMethod) {}
VotingMethod votingMethod;
services::Status check() const DAAL_C11_OVERRIDE;
};

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

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