方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 贝叶斯关联规则× | 贝叶斯朴素贝叶斯 (Bayesian Naive Bayes)× | |
|---|---|---|
| 领域 | 机器学习 | 机器学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 1994–1995 | 1960s (base); Bayesian parameter treatment formalized 2000s |
| 提出者≠ | Heckerman, D. et al.; Agrawal, R. & Srikant, R. | Naive Bayes: Maron & Kuhns (1960); full Bayesian treatment formalized by Murphy (2012) and Bishop (2006) |
| 类型≠ | Probabilistic rule mining | Probabilistic generative classifier |
| 开创性文献≠ | Heckerman, D., Geiger, D., & Chickering, D. M. (1995). Learning Bayesian networks: The combination of knowledge and statistical data. Machine Learning, 20(3), 197–243. DOI ↗ | Murphy, K. P. (2012). Machine Learning: A Probabilistic Perspective (Ch. 3, 4). MIT Press. ISBN: 978-0-262-01802-9 |
| 别名 | Bayesian rule learning, probabilistic association rules, Bayesian itemset mining, BAR | Bayesian NB, Naive Bayes with Bayesian parameter estimation, Dirichlet-Multinomial Naive Bayes, BNB |
| 相关≠ | 6 | 4 |
| 摘要≠ | Bayesian Association Rules extend classical association rule mining by placing a prior probability distribution over rules and scoring them by their posterior probability given the data. Rather than thresholding on raw support and confidence counts, this Bayesian framework naturally penalises complexity, corrects for multiple comparisons, and produces calibrated probabilistic rule strengths across transactional or categorical datasets. | Bayesian Naive Bayes applies a fully Bayesian treatment to the parameters of the classic Naive Bayes classifier: instead of estimating class-conditional distributions by maximum likelihood, it places conjugate priors (typically Dirichlet for categorical data or Gaussian-Gamma for continuous data) over the parameters and integrates them out, producing predictive posterior distributions that naturally quantify uncertainty and avoid overfitting on small datasets. |
| ScholarGate数据集 ↗ |
|
|