Class LossFunctionBase

java.lang.Object
org.ddogleg.optimization.loss.LossFunctionBase
Direct Known Subclasses:
LossCauchy, LossHuber, LossHuberSmooth, LossIdentity, LossSquared, LossTukey

public abstract class LossFunctionBase extends Object
Base class for loss functions. Provides an implementation of accessors for numberOfFunctions.
  • Field Details

    • numberOfFunctions

      protected int numberOfFunctions
      Number of parameters that can be expected in the residual
  • Constructor Details

    • LossFunctionBase

      public LossFunctionBase()