Last change
on this file since 1157 was
1091,
checked in by pharms, 12 years ago
|
- added a sequence merge and split command depending on the events timestamps
|
File size:
801 bytes
|
Line | |
---|
1 | splits all sequences of a collection of sequences into subsequences depending on the timestamps of the events. If the difference of the timestamps of two subsequent events is larger than the provided number of milliseconds, the sequence to which the events belong is split up into two subsequences between the two events. |
---|
2 | |
---|
3 | $USAGE$ |
---|
4 | <maximumTimestampDifference> the maximum number of milliseconds between two subsequent events |
---|
5 | <sequencesName> the name of the collection of sequences that shall be split |
---|
6 | <newSequences> optional; the name of the collection of sequences into which the resulting sequences shall be stored; if left out, the result is stored in the collection identified by <sequencesName> |
---|
7 | |
---|
8 | Example(s): |
---|
9 | mergeSequences 100000 someSequences |
---|
10 | mergeSequences 100000 someSequences someNewSequences |
---|
Note: See
TracBrowser
for help on using the repository browser.