KRIMP
KRIMP is a data mining algorithm that applies the minimum description length (MDL) principle to identify a compact, interpretable set of patterns that summarize a transactional database. It is used for tasks such as frequent pattern mining, data compression, and anomaly detection.
The core idea is to build a code table consisting of selected patterns (typically itemsets) and assign
The resulting code table provides a compact summary of the database in terms of representative patterns. This
Limitations and considerations include dependence on the quality of candidate patterns and the search strategy, potential