Package | Description |
---|---|
org.datavec.api.transform.transform.sequence |
Modifier and Type | Method and Description |
---|---|
static SequenceOffsetTransform.EdgeHandling |
SequenceOffsetTransform.EdgeHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceOffsetTransform.EdgeHandling[] |
SequenceOffsetTransform.EdgeHandling.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.