Class LossSquared

java.lang.Object
org.ddogleg.optimization.loss.LossFunctionBase
org.ddogleg.optimization.loss.LossSquared
Direct Known Subclasses:
LossSquared.Function, LossSquared.Gradient

public class LossSquared extends LossFunctionBase
Squared error loss function. This is the typical least squares error function. Gradient isnt defined since it will be set to null and that step skipped.
  • Constructor Details

    • LossSquared

      public LossSquared()