| 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.
|
| ReduceSequenceTransform |
Reduce The values in each column in the sequence to a single value using a reducer.
|
Copyright © 2019. All rights reserved.