Description |
The scenario for the task of Sequence Prediction is the following.
Given: Sequences of events, e.g. in the form
(E1, t1), (E2, t2),
..., (En, tn), where the Ei denote
events, and the ti denote points in time.
The target is to find rules, accurately predicting the
occurence of future events, given the event sequence up to the
actual point in time.
|