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

List of all members

Parameters of the logistic loss objective function algorithm. More...

Class Constructor

Parameter ( DaalContext  context,
long  cParameter 
)

Constructs the parameter for the logistic loss objective function algorithm

Parameters
contextContext to manage the logistic loss objective function algorithm
cParameterPointer to C++ implementation of the parameter

Detailed Description

Member Function Documentation

boolean getInterceptFlag ( )

Returns the value of the interceptFlag flag

Returns
Flag
float getPenaltyL1 ( )

Returns L1 regularization coefficient

Returns
PenaltyL1
float getPenaltyL2 ( )

Returns L2 regularization coefficient

Returns
PenaltyL2
void setInterceptFlag ( boolean  flag)

Sets the value of the interceptFlag flag

Parameters
flag
void setPenaltyL1 ( float  value)

Sets L1 regularization coefficient

Parameters
value
void setPenaltyL2 ( float  value)

Sets L2 regularization coefficient

Parameters
value

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

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