Sequential Data Analysis Task

From GM-RKB
(Redirected from Ordered Data Analysis Task)
Jump to navigation Jump to search

A Sequential Data Analysis Task is a data analysis task that accepts an ordered dataset.



References

2013

  • http://en.wikipedia.org/wiki/Sequence_mining
    • Sequence mining is a topic of data mining concerned with finding statistically relevant patterns between data examples where the values are delivered in a sequence.[1] It is usually presumed that the values are discrete, and thus time series mining is closely related, but usually considered a different activity. Sequence mining is a special case of structured data mining.

      There are several key traditional computational problems addressed within this field. These include building efficient databases and indexes for sequence information, extracting the frequently occurring patterns, comparing sequences for similarity, and recovering missing sequence members. In general, sequence mining problems can be classified as string mining which is typically based on string processing algorithms and itemset mining which is typically based on association rule learning.