Modifier and Type | Method and Description |
---|---|
static MathFunction |
MathFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MathFunction[] |
MathFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TransformProcess.Builder |
TransformProcess.Builder.doubleMathFunction(String columnName,
MathFunction mathFunction)
Perform a mathematical operation (such as sin(x), ceil(x), exp(x) etc) on a column
|
TransformProcess.Builder |
TransformProcess.Builder.floatMathFunction(String columnName,
MathFunction mathFunction)
Perform a mathematical operation (such as sin(x), ceil(x), exp(x) etc) on a column
|
TransformProcess.Builder |
TransformProcess.Builder.ndArrayMathFunctionTransform(String columnName,
MathFunction mathFunction)
Apply an element wise mathematical function (sin, tanh, abs etc) to an NDArray column.
|
Constructor and Description |
---|
NDArrayMathFunctionTransform(String columnName,
MathFunction mathFunction) |
Constructor and Description |
---|
DoubleMathFunctionTransform(String columnName,
MathFunction mathFunction) |
Constructor and Description |
---|
FloatMathFunctionTransform(String columnName,
MathFunction mathFunction) |
Copyright © 2022. All rights reserved.