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:
- k-optimal classification rule discovery.
- k-optimal subgroup discovery.
- finding k most interesting patterns using sequential sampling.
- mining top.k frequent closed patterns without minimum support.
- k-optimal rule discovery.