Uses of Class
org.ddogleg.optimization.loss.LossFunctionBase
Packages that use LossFunctionBase
-
Uses of LossFunctionBase in org.ddogleg.optimization.loss
Subclasses of LossFunctionBase in org.ddogleg.optimization.lossModifier and TypeClassDescriptionclass
Loss function inspired by the Cauchy distribution, a.k.a Lorentzian loss function.static class
Implementation of the smooth Cauchy loss functionstatic class
Implementation of the smooth Cauchy loss gradientclass
Huber Loss is a robust loss function that is less sensitive to outliers than the squared error loss.static class
Implementation of the Huber loss functionstatic class
Implementation of the Huber Loss gradientclass
Smooth approximation to the huber loss [1].static class
Implementation of the smooth Huber loss functionstatic class
Implementation of the smooth Huber loss gradientclass
This loss function simply passes through the computed "residual".static class
static class
class
Squared error loss function.static class
static class
class
Tukey loss (Tukey's biweight function) has similar behavior toLossHuber
but is less sensitive to outliers because they contribute nothing to the loss.static class
Implementation of the Tukey loss functionstatic class
Implementation of the Tukey Loss gradient