Package oracle.pgx.config.mllib.loss
Class LossFunctions
- java.lang.Object
-
- oracle.pgx.config.mllib.loss.LossFunctions
-
public final class LossFunctions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static MSELoss
MSE_LOSS
static SigmoidCrossEntropyLoss
SIGMOID_CROSS_ENTROPY_LOSS
static SoftmaxCrossEntropyLoss
SOFTMAX_CROSS_ENTROPY_LOSS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DevNetLoss
devNetLoss(double confidenceMargin, java.lang.Object anomalyPropertyValue)
-
-
-
Field Detail
-
SOFTMAX_CROSS_ENTROPY_LOSS
public static final SoftmaxCrossEntropyLoss SOFTMAX_CROSS_ENTROPY_LOSS
-
SIGMOID_CROSS_ENTROPY_LOSS
public static final SigmoidCrossEntropyLoss SIGMOID_CROSS_ENTROPY_LOSS
-
MSE_LOSS
public static final MSELoss MSE_LOSS
-
-
Method Detail
-
devNetLoss
public static DevNetLoss devNetLoss(double confidenceMargin, java.lang.Object anomalyPropertyValue)
-
-