Package | Description |
---|---|
org.tribuo.transform.transformations |
Provides implementations of standard transformations like binning, scaling, taking logs and exponents.
|
Modifier and Type | Method and Description |
---|---|
static SimpleTransform.Operation |
SimpleTransform.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleTransform.Operation[] |
SimpleTransform.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.