Uses of Enum Class
com.imsl.datamining.GradientBoosting.LossFunctionType
Packages that use GradientBoosting.LossFunctionType
-
Uses of GradientBoosting.LossFunctionType in com.imsl.datamining
Methods in com.imsl.datamining that return GradientBoosting.LossFunctionTypeModifier and TypeMethodDescriptionGradientBoosting.getLossType()Returns the current loss function type.Returns the enum constant of this class with the specified name.static GradientBoosting.LossFunctionType[]GradientBoosting.LossFunctionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.imsl.datamining with parameters of type GradientBoosting.LossFunctionTypeModifier and TypeMethodDescriptionvoidGradientBoosting.setLossFunctionType(GradientBoosting.LossFunctionType lossType) Sets the loss function type for the gradient boosting algorithm.