Uses of Enum Class
org.tribuo.math.optimisers.GradientOptimiserOptions.StochasticGradientOptimiserType
Packages that use GradientOptimiserOptions.StochasticGradientOptimiserType
-
Uses of GradientOptimiserOptions.StochasticGradientOptimiserType in org.tribuo.math.optimisers
Subclasses with type arguments of type GradientOptimiserOptions.StochasticGradientOptimiserType in org.tribuo.math.optimisersModifier and TypeClassDescriptionstatic enumType of the gradient optimisers available in CLIs.Methods in org.tribuo.math.optimisers that return GradientOptimiserOptions.StochasticGradientOptimiserTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.GradientOptimiserOptions.StochasticGradientOptimiserType.values()Returns an array containing the constants of this enum class, in the order they are declared.