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

List of all members
Parameter Struct Reference

Parameter for the Objective function More...

Class Declaration

struct DAAL_EXPORT Parameter : public daal::algorithms::Parameter
{
Parameter(const DAAL_UINT64 resultsToCompute = gradient);
Parameter(const Parameter &other);
virtual ~Parameter() {}
DAAL_UINT64 resultsToCompute;
};

Constructor & Destructor Documentation

Parameter ( const DAAL_UINT64  resultsToCompute = gradient)

Constructs the parameter of the Objective function

Parameters
[in]resultsToCompute64 bit integer flag that indicates the results to compute
Parameter ( const Parameter other)

Constructs an Parameter by copying input objects and parameters of another Parameter

Parameters
[in]otherAn object to be used as the source to initialize object

Member Data Documentation

DAAL_UINT64 resultsToCompute

64 bit integer flag that indicates the results to compute


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

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