手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 説明可能なFP-Growth× | FP成長 (頻出パターン成長)× | |
|---|---|---|
| 分野 | 機械学習 | 機械学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年≠ | 2000 (FP-Growth); XAI augmentation emerged ~2018–present | 2000 |
| 提唱者≠ | Han, J., Pei, J., & Yin, Y. (FP-Growth); XAI augmentation from the interpretable ML community | Jiawei Han, Jian Pei & Yiwen Yin |
| 種類≠ | Explainable frequent pattern mining | Frequent-itemset mining algorithm |
| 原典 | Han, J., Pei, J., & Yin, Y. (2000). Mining frequent patterns without candidate generation. ACM SIGMOD Record, 29(2), 1–12. DOI ↗ | Han, J., Pei, J., & Yin, Y. (2000). Mining frequent patterns without candidate generation. ACM SIGMOD Record, 29(2), 1–12. DOI ↗ |
| 別名 | XAI-FP-Growth, interpretable frequent pattern mining, explainable frequent itemset mining, transparent FP-Growth | frequent pattern growth, FP-tree mining, FP-Growth algorithm, sık örüntü büyütme |
| 関連≠ | 5 | 4 |
| 概要≠ | Explainable FP-Growth augments the classic FP-Growth frequent-pattern mining algorithm with post-hoc interpretability tools — such as rule importance scores, visual pattern trees, and counterfactual explanations — so analysts can not only discover frequent itemsets and association rules but also understand why specific patterns matter, which items drive rule confidence, and how to communicate findings transparently to stakeholders. | FP-Growth, introduced by Jiawei Han, Jian Pei, and Yiwen Yin in 2000, mines frequent itemsets from transaction data without generating candidate sets, the costly step that slows the classic Apriori algorithm. It compresses the database into a frequent-pattern tree (FP-tree) in two scans, then grows frequent patterns recursively from that structure, making it dramatically faster than Apriori on large, dense datasets. |
| ScholarGateデータセット ↗ |
|
|