Uses of Interface
org.ddogleg.optimization.loss.LossFunction
Packages that use LossFunction
Package
Description
-
Uses of LossFunction in org.ddogleg.optimization
Fields in org.ddogleg.optimization declared as LossFunctionMethods in org.ddogleg.optimization with parameters of type LossFunctionModifier and TypeMethodDescriptionvoid
UnconstrainedLeastSquaresBase.setLoss
(LossFunction loss, LossFunctionGradient lossGradient) Specifies a specialized loss function, typically to improve robustness to outliers. -
Uses of LossFunction in org.ddogleg.optimization.lm
Fields in org.ddogleg.optimization.lm declared as LossFunctionModifier and TypeFieldDescriptionprotected LossFunction
LevenbergMarquardt_F64.lossFunc
Given the residuals it computes the "Loss" or costMethods in org.ddogleg.optimization.lm with parameters of type LossFunctionModifier and TypeMethodDescriptionvoid
LevenbergMarquardt_F64.setLoss
(LossFunction loss, LossFunctionGradient lossGradient) Specifies the loss function. -
Uses of LossFunction in org.ddogleg.optimization.loss
Classes in org.ddogleg.optimization.loss that implement LossFunctionModifier and TypeClassDescriptionstatic class
Implementation of the smooth Cauchy loss functionstatic class
Implementation of the Huber loss functionstatic class
Implementation of the smooth Huber loss functionstatic class
class
Iteratively Reweighted Least-Squares (IRLS) allows the weights to be recomputed every iteration.static class
static class
Implementation of the Tukey loss functionclass
A weighted least squares cost function. -
Uses of LossFunction in org.ddogleg.optimization.trustregion
Fields in org.ddogleg.optimization.trustregion declared as LossFunctionModifier and TypeFieldDescriptionprotected LossFunction
TrustRegionLeastSqBase_F64.lossFunc
Given the residuals it computes the "Loss" or costMethods in org.ddogleg.optimization.trustregion with parameters of type LossFunctionModifier and TypeMethodDescriptionvoid
TrustRegionLeastSqBase_F64.setLoss
(LossFunction loss, LossFunctionGradient lossGradient) Specifies the loss function.