C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the Logistic loss objective function More...
DAAL_DEPRECATED Input | ( | ) |
Default constructor
DAAL_DEPRECATED services::Status check | ( | const daal::algorithms::Parameter * | par, |
int | method | ||
) | const |
Checks the correctness of the input
[in] | par | Pointer to the structure of the algorithm parameters |
[in] | method | Computation method |
DAAL_DEPRECATED data_management::NumericTablePtr get | ( | InputId | id | ) | const |
Returns the input numeric table for Logistic loss objective function
[in] | id | Identifier of the input numeric table |
DAAL_DEPRECATED void set | ( | InputId | id, |
const data_management::NumericTablePtr & | ptr | ||
) |
Sets one input object for Logistic loss objective function
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the object |
For more complete information about compiler optimizations, see our Optimization Notice.