Generic aggregate function for temporal sequences.
- Parameters
-
[in] | sequences1 | Accumulated state |
[in] | count1 | Number of elements in the accumulated state |
[in] | sequences2 | Sequences of a temporal sequence set value |
[in] | count2 | Number of elements in the temporal sequence set value |
[in] | func | Function |
[in] | crossings | True if turning points are added in the segments |
[out] | newcount | Number of elements in the result |
- Note
- Return new sequences that must be freed by the calling function.