Modifier and Type | Method and Description |
---|---|
TransformProcess.Builder |
TransformProcess.Builder.transform(Transform transform)
Add a transformation to be executed after the previously-added operations have been executed
|
Constructor and Description |
---|
DataAction(Transform transform) |
Modifier and Type | Class and Description |
---|---|
class |
NDArrayColumnsMathOpTransform |
class |
NDArrayDistanceTransform |
class |
NDArrayMathFunctionTransform |
class |
NDArrayScalarOpTransform |
Modifier and Type | Class and Description |
---|---|
class |
ReduceSequenceTransform |
Modifier and Type | Class and Description |
---|---|
class |
BaseSequenceExpansionTransform |
Modifier and Type | Class and Description |
---|---|
class |
SequenceTrimToLengthTransform |
class |
SequenceTrimTransform |
Modifier and Type | Class and Description |
---|---|
class |
ReduceSequenceByWindowTransform |
Modifier and Type | Method and Description |
---|---|
Transform |
BaseSerializer.deserializeTransform(String str)
Deserialize a Transform serialized using
BaseSerializer.serialize(Object) |
Modifier and Type | Method and Description |
---|---|
List<Transform> |
BaseSerializer.deserializeTransformList(String str)
Deserialize a Transform List serialized using
BaseSerializer.serializeTransformList(List) , or
an array serialized using BaseSerializer.serialize(Transform[]) |
Modifier and Type | Method and Description |
---|---|
String |
BaseSerializer.serialize(Transform[] transforms) |
Modifier and Type | Method and Description |
---|---|
String |
BaseSerializer.serializeTransformList(List<Transform> list)
Serialize a list of Transforms
|
Constructor and Description |
---|
TransformList(List<Transform> list) |
Modifier and Type | Class and Description |
---|---|
class |
BaseColumnsMathOpTransform |
class |
BaseColumnTransform |
class |
BaseTransform |
Modifier and Type | Class and Description |
---|---|
class |
CategoricalToIntegerTransform |
class |
CategoricalToOneHotTransform |
class |
FirstDigitTransform |
class |
IntegerToCategoricalTransform |
class |
PivotTransform |
class |
StringToCategoricalTransform |
Modifier and Type | Class and Description |
---|---|
class |
AddConstantColumnTransform |
class |
DuplicateColumnsTransform |
class |
RemoveAllColumnsExceptForTransform |
class |
RemoveColumnsTransform |
class |
RenameColumnsTransform |
class |
ReorderColumnsTransform |
Modifier and Type | Class and Description |
---|---|
class |
ConditionalCopyValueTransform |
class |
ConditionalReplaceValueTransform |
class |
ConditionalReplaceValueTransformWithDefault |
Modifier and Type | Class and Description |
---|---|
class |
BaseDoubleTransform |
class |
ConvertToDouble |
class |
DoubleColumnsMathOpTransform |
class |
DoubleMathFunctionTransform |
class |
DoubleMathOpTransform |
class |
Log2Normalizer |
class |
MinMaxNormalizer |
class |
StandardizeNormalizer |
class |
SubtractMeanNormalizer |
Modifier and Type | Class and Description |
---|---|
class |
BaseFloatTransform |
class |
ConvertToFloat |
class |
FloatColumnsMathOpTransform |
class |
FloatMathFunctionTransform |
class |
FloatMathOpTransform |
Modifier and Type | Class and Description |
---|---|
class |
BaseIntegerTransform |
class |
ConvertToInteger |
class |
IntegerColumnsMathOpTransform |
class |
IntegerMathOpTransform |
class |
IntegerToOneHotTransform |
class |
ReplaceEmptyIntegerWithValueTransform |
class |
ReplaceInvalidWithIntegerTransform |
Modifier and Type | Class and Description |
---|---|
class |
LongColumnsMathOpTransform |
class |
LongMathOpTransform |
Modifier and Type | Class and Description |
---|---|
class |
TextToCharacterIndexTransform |
class |
TextToTermIndexSequenceTransform |
Modifier and Type | Class and Description |
---|---|
class |
ParseDoubleTransform |
Modifier and Type | Class and Description |
---|---|
class |
SequenceDifferenceTransform |
class |
SequenceMovingWindowReduceTransform |
class |
SequenceOffsetTransform |
Modifier and Type | Class and Description |
---|---|
class |
AppendStringColumnTransform |
class |
BaseStringTransform |
class |
ChangeCaseStringTransform |
class |
ConcatenateStringColumns |
class |
ConvertToString |
class |
MapAllStringsExceptListTransform |
class |
RemoveWhiteSpaceTransform |
class |
ReplaceEmptyStringTransform |
class |
ReplaceStringTransform |
class |
StringListToCategoricalSetTransform |
class |
StringListToCountsNDArrayTransform |
class |
StringListToIndicesNDArrayTransform |
class |
StringMapTransform |
Modifier and Type | Class and Description |
---|---|
class |
DeriveColumnsFromTimeTransform |
class |
StringToTimeTransform |
class |
TimeMathOpTransform |
Copyright © 2021. All rights reserved.