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::Parameter
{
Parameter() : daal::algorithms::Parameter(), nIterations(0) {}
Parameter(const Parameter& o) : daal::algorithms::Parameter(o), nIterations(o.nIterations){}
size_t nIterations;
};

Member Data Documentation

size_t nIterations

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


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

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