C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameter for the Sum of functions More...
Parameter | ( | size_t | numberOfTerms, |
data_management::NumericTablePtr | batchIndices = data_management::NumericTablePtr() , |
||
const DAAL_UINT64 | resultsToCompute = objective_function::gradient |
||
) |
Constructs the parameter of Sum of functions
[in] | numberOfTerms | The number of terms in the function |
[in] | batchIndices | Numeric table of size 1 x m where m is batch size that represent a batch of indices used to compute the function results, e.g., value of the sum of the functions. If no indices are provided, all terms will be used in the computations. |
[in] | resultsToCompute | 64 bit integer flag that indicates the results to compute |
|
virtual |
data_management::NumericTablePtr batchIndices |
Numeric table of size 1 x m where m is batch size that represent a batch of indices used to compute the function results, e.g., value of the sum of the functions. If no indices are provided, all terms will be used in the computations.
size_t numberOfTerms |
The number of terms in the function
For more complete information about compiler optimizations, see our Optimization Notice.