Package | Description |
---|---|
org.datavec.api.transform.transform.sequence |
Modifier and Type | Method and Description |
---|---|
static SequenceDifferenceTransform.FirstStepMode |
SequenceDifferenceTransform.FirstStepMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceDifferenceTransform.FirstStepMode[] |
SequenceDifferenceTransform.FirstStepMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SequenceDifferenceTransform(String columnName,
String newColumnName,
int lookback,
SequenceDifferenceTransform.FirstStepMode firstStepMode,
Writable specifiedValueWritable)
Create a SequenceDifferenceTransform with default lookback of 1, and using FirstStepMode.Default,
where the output column name is specified
|
Copyright © 2020. All rights reserved.