Uses of Enum Class
org.tribuo.transform.transformations.SimpleTransform.Operation
Packages that use 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
Subclasses with type arguments of type SimpleTransform.Operation in org.tribuo.transform.transformationsModifier and TypeClassDescriptionstatic enum
Operations understood by this Transformation.Methods in org.tribuo.transform.transformations that return SimpleTransform.OperationModifier 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.