Uses of Enum Class
org.tribuo.transform.transformations.BinningTransformation.BinningType
Packages that use BinningTransformation.BinningType
Package
Description
Provides implementations of standard transformations like binning, scaling, taking logs and exponents.
-
Uses of BinningTransformation.BinningType in org.tribuo.transform.transformations
Subclasses with type arguments of type BinningTransformation.BinningType in org.tribuo.transform.transformationsModifier and TypeClassDescriptionstatic enumThe allowed binning types.Methods in org.tribuo.transform.transformations that return BinningTransformation.BinningTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BinningTransformation.BinningType[]BinningTransformation.BinningType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tribuo.transform.transformations with parameters of type BinningTransformation.BinningTypeModifierConstructorDescriptionBinningTransformer(BinningTransformation.BinningType type, double[] bins, double[] values) Constructs a binning transformer with the supplied bin widths and bin values.