Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members

ParameterMiniBatch of the SGD algorithm. More...

Class Constructor

Constructs the parameter for SGD algorithm

Parameters
contextContext to manage the parameter for SGD algorithm
ParameterMiniBatch ( DaalContext  context,
long  cParameterMiniBatch 
)

Constructs the parameter for SGD algorithm

Parameters
contextContext to manage the SGD algorithm
cParameterMiniBatchPointer to C++ implementation of the parameter

Detailed Description

Member Function Documentation

NumericTable getConservativeSequence ( )

Gets the numeric table of values of the conservative coefficient sequence

Returns
The numeric table of values of the conservative coefficient sequence
long getInnerNIterations ( )

Returns the numeric table of values of the conservative coefficient sequence

Returns
The numeric table of values of the conservative coefficient sequence
void setConservativeSequence ( NumericTable  conservativeSequence)

Sets the numeric table of values of the conservative coefficient sequence

Parameters
conservativeSequenceThe numeric table of values of the conservative coefficient sequence
void setInnerNIterations ( long  innerNIterations)

Sets the numeric table of values of the conservative coefficient sequence

Parameters
innerNIterationsThe numeric table of values of the conservative coefficient sequence

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

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