Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members

Base interface for the Adagrad algorithm in the batch processing mode More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs the Adagrad algorithm by copying input objects and parameters of another Adagrad algorithm

Parameters
contextContext to manage the Adagrad algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
Batch ( DaalContext  context,
Class<?extends Number >  cls,
Method  method 
)

Constructs the Adagrad algorithm

Parameters
contextContext to manage the Adagrad algorithm
clsData type to use in intermediate computations for the Adagrad algorithm, Double.class or Float.class
methodAdagrad computation method, Method

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated Adagrad algorithm with a copy of input objects and parameters of this Adagrad algorithm

Parameters
contextContext to manage the Adagrad algorithm
Returns
The newly allocated algorithm
Result compute ( )

Computes the Adagrad in the batch processing mode

Returns
Results of the computation

Member Data Documentation

Method method

Computation method for the algorithm

Parameter parameter

Parameters of the algorithm


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

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