- All Implemented Interfaces:
- Serializable, SequenceSplit
public class SequenceSplitTimeSeparation
extends Object
implements SequenceSplit
Split a sequence into multiple sequences, based on the separation of time steps in a time column.
For example, suppose we have a sequence with a gap of 1 day between two blocks of entries: we can use
SequenceSplitTimeSeparation to split this data into two separate sequences.
More generally, split the sequence any time the separation between consecutive time steps exceeds a specified
value.
- Author:
- Alex Black
- See Also:
- Serialized Form