Uses of Class
org.ddogleg.optimization.FactoryLossFunctions.Funcs
Packages that use FactoryLossFunctions.Funcs
-
Uses of FactoryLossFunctions.Funcs in org.ddogleg.optimization
Methods in org.ddogleg.optimization that return FactoryLossFunctions.FuncsModifier and TypeMethodDescriptionstatic FactoryLossFunctions.Funcs
FactoryLossFunctions.cauchy
(double alpha) static FactoryLossFunctions.Funcs
FactoryLossFunctions.general
(ConfigLoss config) Create the loss function from a config.static FactoryLossFunctions.Funcs
FactoryLossFunctions.huber
(double threshold) static FactoryLossFunctions.Funcs
FactoryLossFunctions.huberSmooth
(double threshold) static FactoryLossFunctions.Funcs
FactoryLossFunctions.identity()
static FactoryLossFunctions.Funcs
FactoryLossFunctions.squared()
static FactoryLossFunctions.Funcs
FactoryLossFunctions.tukey
(double threshold)