| Package | Description |
|---|---|
| org.datavec.api.transform.transform.sequence |
| Modifier and Type | Method and Description |
|---|---|
static SequenceMovingWindowReduceTransform.EdgeCaseHandling |
SequenceMovingWindowReduceTransform.EdgeCaseHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceMovingWindowReduceTransform.EdgeCaseHandling[] |
SequenceMovingWindowReduceTransform.EdgeCaseHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SequenceMovingWindowReduceTransform(String columnName,
String newColumnName,
int lookback,
ReduceOp op,
SequenceMovingWindowReduceTransform.EdgeCaseHandling edgeCaseHandling,
Writable edgeCaseValue) |
Copyright © 2017. All rights reserved.