| Interface | Description |
|---|---|
| SequenceComparator |
Compare the time steps of a sequence
|
| SequenceSplit |
SequenceSplit interface: used to split a single sequence into multiple smaller subsequences, according
to some criteria
|
| Class | Description |
|---|---|
| ConvertFromSequence |
Split up the values in sequences to a set of individual values.
i.e., sequences are split up, such that each time step in the sequence is treated as a separate example |
| ConvertToSequence |
Convert a set of values to a sequence
|
| TestReduceSequenceByWindowFunction |
Created by Alex on 16/04/2016.
|
| TestSequenceSplit |
Created by Alex on 19/04/2016.
|
| TestWindowFunctions |
Created by Alex on 16/04/2016.
|