AbstractSplitOnDate |
Ancestor for splitters that split on a date.
|
AbstractTimeseriesSplitter |
Ancestor for timeseries splitters.
|
FixedDate |
Splits the timeseries using the specified date.
|
FixedLengthSegments |
Splits the timeseries into segements of a fixed length, i.e., number of data points.
|
FixedNumSegments |
Splits the timeseries into a fixed number of same-sized segements.
|
PassThrough |
Performs no splitting, just passes through the original timeseries.
|
ReportDate |
Splits the timeseries using a field from its report.
Accepted date formats:
yyyy-MM-dd HH:mm:ss
yyyy-MM-dd HH:mm:ss.S
yyyy-MM-dd
|