Package | Description |
---|---|
org.datavec.api.transform | |
org.datavec.api.transform.transform.sequence |
Modifier and Type | Method and Description |
---|---|
TransformProcess.Builder |
TransformProcess.Builder.offsetSequence(List<String> columnsToOffset,
int offsetAmount,
SequenceOffsetTransform.OperationType operationType)
Perform a sequence of operation on the specified columns.
|
Modifier and Type | Method and Description |
---|---|
static SequenceOffsetTransform.OperationType |
SequenceOffsetTransform.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceOffsetTransform.OperationType[] |
SequenceOffsetTransform.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SequenceOffsetTransform(List<String> columnsToOffset,
int offsetAmount,
SequenceOffsetTransform.OperationType operationType,
SequenceOffsetTransform.EdgeHandling edgeHandling,
Writable edgeCaseValue) |
Copyright © 2020. All rights reserved.