Parameters of the logistic loss objective function algorithm.
More...
Constructs the parameter for the logistic loss objective function algorithm
- Parameters
-
| context | Context to manage the logistic loss objective function algorithm |
| cParameter | Pointer to C++ implementation of the parameter |
| boolean getInterceptFlag |
( |
| ) |
|
Returns the value of the interceptFlag flag
- Returns
- Flag
Returns L1 regularization coefficient
- Returns
- PenaltyL1
Returns L2 regularization coefficient
- Returns
- PenaltyL2
| void setInterceptFlag |
( |
boolean |
flag | ) |
|
Sets the value of the interceptFlag flag
- Parameters
-
| void setPenaltyL1 |
( |
float |
value | ) |
|
Sets L1 regularization coefficient
- Parameters
-
| void setPenaltyL2 |
( |
float |
value | ) |
|
Sets L2 regularization coefficient
- Parameters
-
The documentation for this class was generated from the following file:
- optimization_solver/logistic_loss/Parameter.java