| Class | Description |
|---|---|
| SequenceDifferenceTransform |
SequenceDifferenceTransform: for an input sequence, calculate the difference on one column.
For each time t, calculate someColumn(t) - someColumn(t-s), where s >= 1 is the 'lookback' period. Note: at t=0 (i.e., the first step in a sequence; or more generally, for all times t < s), there is no previous value from which to calculate the difference. |
| Enum | Description |
|---|---|
| SequenceDifferenceTransform.FirstStepMode |
Copyright © 2017. All rights reserved.