ScholarGate
Assistent

Methoden vergelijken

Bekijk de geselecteerde methoden naast elkaar; rijen die verschillen zijn gemarkeerd.

Beslisboom×FP-Growth (Frequent Pattern Growth)×
VakgebiedMachine learningMachine learning
FamilieMachine learningMachine learning
Jaar van ontstaan19842000
GrondleggerBreiman, Friedman, Olshen & StoneJiawei Han, Jian Pei & Yiwen Yin
TypeRecursive partitioning (if-then rules)Frequent-itemset mining algorithm
Oorspronkelijke bronBreiman, L., Friedman, J.H., Olshen, R.A. & Stone, C.J. (1984). Classification and Regression Trees. Wadsworth. DOI ↗Han, J., Pei, J., & Yin, Y. (2000). Mining frequent patterns without candidate generation. ACM SIGMOD Record, 29(2), 1–12. DOI ↗
AliassenKarar Ağacı (Decision Tree), karar ağacı, classification tree, regression treefrequent pattern growth, FP-tree mining, FP-Growth algorithm, sık örüntü büyütme
Verwant54
SamenvattingA Decision Tree is an interpretable classification and regression method, formalised by Breiman, Friedman, Olshen and Stone in their 1984 CART framework, that partitions the data with hierarchical if-then rules. Each split sends observations down one branch or another until a prediction is read off the leaf.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.
ScholarGateGegevensset
  1. v1
  2. 1 Bronnen
  3. PUBLISHED
  1. v1
  2. 2 Bronnen
  3. PUBLISHED

Naar zoeken Dia's downloaden

ScholarGateMethoden vergelijken: Decision Tree · FP-Growth. Geraadpleegd op 2026-06-19 via https://scholargate.app/nl/compare