public final class LossFunctions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static MSELoss |
MSE_LOSS |
static SigmoidCrossEntropyLoss |
SIGMOID_CROSS_ENTROPY_LOSS |
static SoftmaxCrossEntropyLoss |
SOFTMAX_CROSS_ENTROPY_LOSS |
| Modifier and Type | Method and Description |
|---|---|
static DevNetLoss |
devNetLoss(double confidenceMargin,
java.lang.Object anomalyPropertyValue) |
public static final MSELoss MSE_LOSS
public static final SigmoidCrossEntropyLoss SIGMOID_CROSS_ENTROPY_LOSS
public static final SoftmaxCrossEntropyLoss SOFTMAX_CROSS_ENTROPY_LOSS
public static DevNetLoss devNetLoss(double confidenceMargin, java.lang.Object anomalyPropertyValue)