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

Static Public Member Functions | List of all members
Batch< algorithmFPType, method > Class Template Reference

Computes Adaptive gradient descent in the batch processing mode. More...

Static Public Member Functions

static DAAL_DEPRECATED
services::SharedPtr< Batch
< algorithmFPType, method > > 
create ()
 

Class Declaration

template<typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, Method method = defaultDense>
class daal::algorithms::optimization_solver::adagrad::interface1::Batch< algorithmFPType, method >

Deprecated:
This item will be removed in a future release.
Template Parameters
algorithmFPTypeData type to use in intermediate computations for the Adaptive gradient descent algorithm, double or float
methodAdaptive gradient descent computation method
Enumerations

Constructor & Destructor Documentation

DAAL_DEPRECATED Batch ( sum_of_functions::interface1::BatchPtr  objectiveFunction = sum_of_functions::interface1::BatchPtr())
inline

Default constructor

DAAL_DEPRECATED Batch ( const Batch< algorithmFPType, method > &  other)
inline

Constructs a Adaptive gradient descent algorithm by copying input objects of another Adaptive gradient descent algorithm

Parameters
[in]otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

Member Function Documentation

DAAL_DEPRECATED services::SharedPtr<Batch<algorithmFPType, method> > clone ( ) const
inline

Returns a pointer to the newly allocated Adaptive gradient descent algorithm with a copy of input objects of this Adaptive gradient descent algorithm

Returns
Pointer to the newly allocated algorithm
static DAAL_DEPRECATED services::SharedPtr<Batch<algorithmFPType, method> > create ( )
static

Creates the instance of the class

Returns
New instance of the class
virtual DAAL_DEPRECATED_VIRTUAL services::Status createResult ( )
inlinevirtual

Creates user-allocated memory to store results of the iterative solver algorithm

Returns
Status of computations

Implements Batch.

virtual DAAL_DEPRECATED_VIRTUAL iterative_solver::interface1::Input* getInput ( )
inlinevirtual

Get input objects for the iterative solver algorithm

Returns
Input objects for the iterative solver algorithm

Implements Batch.

virtual DAAL_DEPRECATED_VIRTUAL int getMethod ( ) const
inlinevirtual

Returns method of the algorithm

Returns
Method of the algorithm
virtual DAAL_DEPRECATED_VIRTUAL iterative_solver::interface1::Parameter* getParameter ( )
inlinevirtual

Get parameters of the iterative solver algorithm

Returns
Parameters of the iterative solver algorithm

Implements Batch.

Member Data Documentation

InputType input

Input data structure

ParameterType parameter

Parameter data structure


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

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