Input class for the Adaptive gradient descent algorithm
More...
class DAAL_EXPORT Input : public optimization_solver::iterative_solver::Input
{
public:
typedef optimization_solver::iterative_solver::Input super;
Input();
Input(const Input& other);
using super::set;
using super::get;
virtual services::Status
check(
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
};
virtual services::Status check |
( |
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
|
virtual |
Checks the correctness of the input
- Parameters
-
[in] | par | Pointer to the structure of the algorithm parameters |
[in] | method | Computation method |
- Returns
- Status of computations
Returns input NumericTable containing accumulated sum of gradients
- Parameters
-
[in] | id | Identifier 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] | id | Identifier of the input object |
[in] | ptr | Pointer to the object |
The documentation for this class was generated from the following file: