Uses of Enum Class
org.ddogleg.optimization.ConfigLoss.Type
Packages that use ConfigLoss.Type
-
Uses of ConfigLoss.Type in org.ddogleg.optimization
Fields in org.ddogleg.optimization declared as ConfigLoss.TypeMethods in org.ddogleg.optimization that return ConfigLoss.TypeModifier and TypeMethodDescriptionstatic ConfigLoss.Type
Returns the enum constant of this class with the specified name.static ConfigLoss.Type[]
ConfigLoss.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ddogleg.optimization with parameters of type ConfigLoss.TypeModifierConstructorDescriptionConfigLoss
(ConfigLoss.Type type) ConfigLoss
(ConfigLoss.Type type, double parameter)