Package org.ddogleg.optimization.loss
Class LossFunctionBase
java.lang.Object
org.ddogleg.optimization.loss.LossFunctionBase
- Direct Known Subclasses:
LossCauchy
,LossHuber
,LossHuberSmooth
,LossIdentity
,LossSquared
,LossTukey
Base class for loss functions. Provides an implementation of accessors for numberOfFunctions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Number of parameters that can be expected in the residual -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
numberOfFunctions
protected int numberOfFunctionsNumber of parameters that can be expected in the residual
-
-
Constructor Details
-
LossFunctionBase
public LossFunctionBase()
-