Machine learningMachine learning
贝叶斯 k-近邻算法
贝叶斯 k-近邻算法(Bayesian KNN)通过对邻域大小 k 施加先验分布,并将来自邻居的似然证据与该先验相结合,从而产生校准后的后验类别概率,从而扩展了经典的 KNN 算法。它保留了 KNN 直观的基于实例的逻辑,同时增加了对预测进行原则性不确定性量化。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Holmes, C. C., & Adams, N. M. (2002). A probabilistic nearest neighbour method for statistical pattern recognition. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 64(2), 295–306. DOI: 10.1111/1467-9868.00338 ↗
- K-nearest neighbors algorithm. Wikipedia. link ↗
如何引用本页
ScholarGate. (2026, June 3). Bayesian k-Nearest Neighbors Classifier. ScholarGate. https://scholargate.app/zh/machine-learning/bayesian-k-nearest-neighbors
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 逻辑回归研究统计学↔ compare
- 朴素贝叶斯 (Naive Bayes) 是一种快速的概率分类器,它应用贝叶斯定理,同时假设特征在给定类别时是条件独立的机器学习↔ compare
- 随机森林机器学习↔ compare