Class AbsoluteLoss
java.lang.Object
org.tribuo.regression.sgd.objectives.AbsoluteLoss
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Configurable,com.oracle.labs.mlrg.olcut.provenance.Provenancable<com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance>,RegressionObjective
Absolute loss (i.e., l1).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenanceloss(DenseVector truth, SGDVector prediction) Scores a prediction, returning the loss.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.oracle.labs.mlrg.olcut.config.Configurable
postConfig
-
Constructor Details
-
AbsoluteLoss
public AbsoluteLoss()
-
-
Method Details
-
loss
public com.oracle.labs.mlrg.olcut.util.Pair<Double, SGDVector> loss(DenseVector truth, SGDVector prediction) Description copied from interface:RegressionObjectiveScores a prediction, returning the loss.- Specified by:
lossin interfaceRegressionObjective- Parameters:
truth- The true regression value.prediction- The predicted regression value.- Returns:
- A pair with the loss and gradient.
-
toString
-
getProvenance
- Specified by:
getProvenancein interfacecom.oracle.labs.mlrg.olcut.provenance.Provenancable<com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance>
-