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

List of all members
Input Class Reference

Input class for the Stochastic average gradient descent algorithm More...

Class Declaration

class DAAL_EXPORT Input : public optimization_solver::iterative_solver::Input
{
private:
typedef optimization_solver::iterative_solver::Input super;
public:
Input();
Input(const Input& other);
using super::set;
using super::get;
data_management::NumericTablePtr get(OptionalDataId id) const;
void set(OptionalDataId id, const data_management::NumericTablePtr &ptr);
virtual services::Status check(const daal::algorithms::Parameter *par, int method) const DAAL_C11_OVERRIDE;
};

Member Function Documentation

virtual services::Status check ( const daal::algorithms::Parameter *  par,
int  method 
) const
virtual

Checks the correctness of the input

Parameters
[in]parPointer to the structure of the algorithm parameters
[in]methodComputation method
Returns
Status of computations
data_management::NumericTablePtr get ( OptionalDataId  id) const

Returns input NumericTable containing accumulated sum of gradients

Parameters
[in]idIdentifier of the input numeric table
Returns
Input numeric table that corresponds to the given identifier
void set ( OptionalDataId  id,
const data_management::NumericTablePtr &  ptr 
)

Sets optional input for the algorithm

Parameters
[in]idIdentifier of the input object
[in]ptrPointer to the object

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

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