Exercises
Try to work through the following exercises:
- Manually create an iSAX index for the
{1, 2, -2, 2, 0, 1, 3, 4}
time series with a sliding window of 4 and a SAX representation with 2 segments, a cardinality of 4, and a threshold value of 2. - Manually create an iSAX index for the
{1, 0, 0, 2, 0, 1, -3, 0}
time series with a sliding window of 4 and a SAX representation with 2 segments, a cardinality of 4, and a threshold value of 4. - Manually create an iSAX index for the
{1, -1, -1, 2, 0, 1, -3, 0, 4, 6, 8, 10}
time series with a sliding window of 6, a SAX representation with 2 segments, a cardinality value of 8, and a threshold value of 4. - Manually create an iSAX index for the
{1, -1, -1, 2, 0, 1, -3, 0, 4, 6, 8, 10}
time series with a sliding window of 4 and a SAX representation with 2 segments, a cardinality of 4, and a threshold value of 4. - Manually create an iSAX index for the
{0, 0, 0, 0, 1, -1, -1, 2, 0, 1, -3, 0, 4, 6, 8, 10, 0, 0}
time series with...