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

List of all members
Parameter Class Reference

Parameter of the Coordinate Descent algorithm. More...

Class Constructor

Parameter ( DaalContext  context)

Constructs the parameter for the Coordinate Descent algorithm

Parameters
contextContext to manage the parameter for the Coordinate Descent algorithm
Parameter ( DaalContext  context,
long  cObject 
)

Constructs the parameter for the Coordinate Descent algorithm

Parameters
contextContext to manage the Coordinate Descent algorithm
cObjectPointer to C++ implementation of the parameter

Detailed Description

Member Function Documentation

boolean getPositiveFlag ( )
Deprecated:
This item will be removed in a future release.

Gets the positive flag parameter of algorithm

Returns
The flag for positive parameter of algorithm
int getSeed ( )
Deprecated:
This item will be removed in a future release.

Gets the seed for random generation of 32 bit integer indices of terms in the objective function.

Returns
The seed for random generation of 32 bit integer indices of terms in the objective function.
int getSelection ( )
Deprecated:
This item will be removed in a future release.

Gets the selection strategy for algorithm

Returns
The selection stategy can be cyclic=0 and random=1
boolean getSkipTheFirstComponentsFlag ( )
Deprecated:
This item will be removed in a future release.

Gets the flag to skip the first component computation

Returns
The flag to skip computation of first components
void setEngine ( com.intel.daal.algorithms.engines.BatchBase  engine)

Sets the engine to be used by the algorithm

Parameters
engineto be used by the algorithm
void setPositiveFlag ( boolean  flag)
Deprecated:
This item will be removed in a future release.

Sets the positive flag parameter of algorithm

Parameters
flagThe flag for positive parameter of algorithm
void setSeed ( int  seed)
Deprecated:
This item will be removed in a future release.

Sets the seed for random generation of 32 bit integer indices of terms in the objective function.

Parameters
seedThe seed for random generation of 32 bit integer indices of terms in the objective function.
void setSelection ( int  selection)
Deprecated:
This item will be removed in a future release.

Sets the selection strategy for algorithm

Parameters
selectionThe selection stategy can be cyclic=0 and random=1
void setSkipTheFirstComponentsFlag ( boolean  flag)
Deprecated:
This item will be removed in a future release.

Sets the flag to skip the first component computation

Parameters
flagThe flag to skip computation of first components

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

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