ScholarGate
Asistente

Comparar métodos

Revisa los métodos seleccionados uno junto a otro; las filas que difieren aparecen resaltadas.

Árbol de Decisión×FP-Growth (Frequent Pattern Growth)×
CampoAprendizaje automáticoAprendizaje automático
FamiliaMachine learningMachine learning
Año de origen19842000
Autor originalBreiman, Friedman, Olshen & StoneJiawei Han, Jian Pei & Yiwen Yin
TipoRecursive partitioning (if-then rules)Frequent-itemset mining algorithm
Fuente 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 ↗
AliasKarar 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
Relacionados54
ResumenA 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.
ScholarGateConjunto de datos
  1. v1
  2. 1 Fuentes
  3. PUBLISHED
  1. v1
  2. 2 Fuentes
  3. PUBLISHED

Ir a la búsqueda Descargar diapositivas

ScholarGateComparar métodos: Decision Tree · FP-Growth. Recuperado el 2026-06-19 de https://scholargate.app/es/compare