MobilityDB 1.3
Loading...
Searching...
No Matches

◆ tsequenceset_make()

TSequenceSet * tsequenceset_make ( const TSequence **  sequences,
int  count,
bool  normalize 
)

Return a temporal sequence set from an array of temporal sequences.

Parameters
[in]sequencesArray of sequences
[in]countNumber of elements in the array
[in]normalizeTrue if the resulting value should be normalized. In particular, normalize is false when synchronizing two temporal sequence sets before applying an operation to them. @csqlfn Tsequenceset_constructor()