K-optimal pattern discovery

K-optimal pattern discovery is a data mining technique that provides an alternative to the frequent pattern discovery approach that underlies most association rule learning techniques.

Frequent pattern discovery techniques find all patterns for which there are sufficiently frequent examples in the sample data. In contrast, k-optimal pattern discovery techniques find the k patterns that optimize a user-specified measure of interest. The parameter k is also specified by the user.

Examples of k-optimal pattern discovery techniques include:

In contrast to k-optimal rule discovery and frequent pattern mining techniques, subgroup discovery focuses on mining interesting patterns with respect to a specified target property of interest. This includes, for example, binary, nominal, or numeric attributes,[6] but also more complex target concepts such as correlations between several variables. Background knowledge[7] like constraints and ontological relations can often be successfully applied for focusing and improving the discovery results.

References

  1. Webb, G. I. (1995). OPUS: An efficient admissible algorithm for unordered search. Journal of Artificial Intelligence Research, 3, 431-465.
  2. Wrobel, Stefan (1997) An algorithm for multi-relational discovery of subgroups. In Proceedings First European Symposium on Principles of Data Mining and Knowledge Discovery. Springer.
  3. Scheffer, T., & Wrobel, S. (2002). Finding the most interesting patterns in a database quickly by using sequential sampling. Journal of Machine Learning Research, 3, 833-862.
  4. Han, J., Wang, J., Lu, Y., & Tzvetkov, P. (2002) Mining top-k frequent closed patterns without minimum support. In Proceedings of the International Conference on Data Mining, pp. 211-218.
  5. Webb, G. I., & Zhang, S. (2005). K-optimal rule discovery. Data Mining and Knowledge Discovery, 10(1), 39-79.
  6. Kloesgen, W. (1996). Explora: A multipattern and multistrategy discovery assistant. Advances in Knowledge Discovery and Data Mining, pp. 249-271.
  7. Atzmueller, M., Puppe, F., Buscher HP. (2005). Exploiting background knowledge for knowledge-intensive subgroup discovery. Proc. IJCAI'05: 19th International Joint Conference on Artificial Intelligence. Morgan Kaufmann

External links

Software

This article is issued from Wikipedia - version of the 10/12/2012. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.