Uses of Enum Class
org.tribuo.transform.transformations.SimpleTransform.Operation
Package
Description
Provides implementations of standard transformations like binning, scaling, taking logs and exponents.
-
Uses of SimpleTransform.Operation in org.tribuo.transform.transformations
Modifier and TypeMethodDescriptionstatic SimpleTransform.Operation
Returns the enum constant of this class with the specified name.static SimpleTransform.Operation[]
SimpleTransform.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.