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

List of all members
ParameterMiniBatch Class Reference

ParameterMiniBatch of the SGD algorithm. More...

Class Constructor

◆ ParameterMiniBatch() [1/2]

Constructs the parameter for SGD algorithm

Parameters
contextContext to manage the parameter for SGD algorithm

◆ ParameterMiniBatch() [2/2]

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

◆ getConservativeSequence()

NumericTable getConservativeSequence ( )

Gets the numeric table of values of the conservative coefficient sequence

Returns
The numeric table of values of the conservative coefficient sequence

◆ getInnerNIterations()

long getInnerNIterations ( )

Returns the numeric table of values of the conservative coefficient sequence

Returns
The numeric table of values of the conservative coefficient sequence

◆ setConservativeSequence()

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

◆ setInnerNIterations()

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.