seqefsub
(searching frequent subsequences).seqeconstraint(maxGap = -1, windowSize = -1,
ageMin = -1, ageMax = -1, ageMaxEnd = -1)
maxGap
, windowSize
, ageMin
, ageMax
and ageMaxEnd
. If so, two event should not be separated by more than maxGap
and the whole subsequence should be included in a maximum time of windowSize
.
The other parameters specify the start and end age of the subsequence, it should start between ageMin
and ageMax
and finish before ageMaxEnd
.seqefsub