ScholarGate
Assistent

Compara mètodes

Revisa els mètodes seleccionats l'un al costat de l'altre; les files que difereixen es ressalten.

Arbre de decisió×FP-Growth (Frequent Pattern Growth)×
CampAprenentatge automàticAprenentatge automàtic
FamíliaMachine learningMachine learning
Any d'origen19842000
Autor originalBreiman, Friedman, Olshen & StoneJiawei Han, Jian Pei & Yiwen Yin
TipusRecursive partitioning (if-then rules)Frequent-itemset mining algorithm
Font seminalBreiman, 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 ↗
ÀliesKarar 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
Relacionats54
ResumA 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.
ScholarGateConjunt de dades
  1. v1
  2. 1 Fonts
  3. PUBLISHED
  1. v1
  2. 2 Fonts
  3. PUBLISHED

Ves a la cerca Baixa les diapositives

ScholarGateCompara mètodes: Decision Tree · FP-Growth. Recuperat el 2026-06-19 de https://scholargate.app/ca/compare