Package oracle.pgx.config.mllib.loss
Class DevNetLoss
- java.lang.Object
-
- oracle.pgx.config.mllib.loss.LossFunction
-
- oracle.pgx.config.mllib.loss.DevNetLoss
-
public class DevNetLoss extends LossFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class oracle.pgx.config.mllib.loss.LossFunction
LossFunction.LossType
-
-
Field Summary
Fields Modifier and Type Field Description static double
DEFAULT_CONFIDENCE_MARGIN
static int
EXPECTED_CLASSES
-
Fields inherited from class oracle.pgx.config.mllib.loss.LossFunction
lossType
-
-
Constructor Summary
Constructors Constructor Description DevNetLoss(double confidenceMargin, java.lang.Object anomalyPropertyValue)
DevNetLoss(double confidenceMargin, PropertyType labelType, java.lang.String anomalyPropertyStringValue)
DevNetLoss(java.lang.Object anomalyPropertyValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAnomalyPropertyStringValue()
java.lang.Object
getAnomalyPropertyValue()
double
getConfidenceMargin()
PropertyType
getLabelType()
-
-
-
Field Detail
-
DEFAULT_CONFIDENCE_MARGIN
public static final double DEFAULT_CONFIDENCE_MARGIN
- See Also:
- Constant Field Values
-
EXPECTED_CLASSES
public static final int EXPECTED_CLASSES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DevNetLoss
public DevNetLoss(double confidenceMargin, PropertyType labelType, java.lang.String anomalyPropertyStringValue)
-
DevNetLoss
public DevNetLoss(java.lang.Object anomalyPropertyValue)
-
DevNetLoss
public DevNetLoss(double confidenceMargin, java.lang.Object anomalyPropertyValue)
-
-
Method Detail
-
getConfidenceMargin
public double getConfidenceMargin()
-
getAnomalyPropertyValue
public java.lang.Object getAnomalyPropertyValue()
-
getAnomalyPropertyStringValue
public java.lang.String getAnomalyPropertyStringValue()
-
getLabelType
public PropertyType getLabelType()
-
-