| Package | Description |
|---|---|
| oracle.pgx.config.mllib.loss |
This package contains classes for loss functions.
|
| Modifier and Type | Field and Description |
|---|---|
LossFunction.LossType |
LossFunction.lossType |
| Modifier and Type | Method and Description |
|---|---|
static LossFunction.LossType |
LossFunction.LossType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LossFunction.LossType[] |
LossFunction.LossType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LossFunction(LossFunction.LossType lossType) |