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

List of all members
Parameter Struct Reference

Parameters of the prediction algorithm. More...

Class Declaration

struct DAAL_EXPORT Parameter : public daal::algorithms::classifier::Parameter
{
Parameter(size_t nClasses = 2) : daal::algorithms::classifier::Parameter(nClasses), nIterations(0) {}
Parameter(const Parameter& o) : daal::algorithms::classifier::Parameter(o), nIterations(o.nIterations){}
size_t nIterations;
};

Member Data Documentation

size_t nIterations

Number of iterations of the trained model to be used for prediction


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

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