ScholarGate
助手

方法对比

并排查看您选择的方法;存在差异的行会高亮显示。

可解释 K-近邻算法×朴素贝叶斯 (Naive Bayes) 是一种快速的概率分类器,它应用贝叶斯定理,同时假设特征在给定类别时是条件独立的×
领域机器学习机器学习
方法族Machine learningMachine learning
起源年份1967 (KNN); 2010s (explainability extensions)1997
提出者Cover, T. & Hart, P. (KNN); XAI extensions by various authorsMitchell, T. M. (textbook treatment)
类型Instance-based learning with explainability layerProbabilistic classifier (Bayes' theorem with conditional independence)
开创性文献Cover, T. & Hart, P. (1967). Nearest neighbor pattern classification. IEEE Transactions on Information Theory, 13(1), 21–27. DOI ↗Mitchell, T. M. (1997). Machine Learning. McGraw-Hill. ISBN: 978-0070428072
别名XKNN, Interpretable KNN, Explainable KNN, Transparent K-Nearest NeighborsNaive Bayes Sınıflandırıcı, naive bayes classifier, simple Bayes, Gaussian Naive Bayes
相关44
摘要Explainable K-Nearest Neighbors (XKNN) augments the classic KNN classifier or regressor with structured post-hoc or built-in explanation mechanisms, exposing which retrieved neighbors, which features, and which distance contributions drive each individual prediction — making the model's reasoning transparent and auditable for human decision-makers.Naive Bayes is a fast probabilistic classifier that applies Bayes' theorem while assuming that the features are conditionally independent given the class — a method given its standard machine-learning treatment in Tom Mitchell's 1997 textbook Machine Learning. Despite this simplifying ('naive') assumption, it is quick to train and often surprisingly accurate.
ScholarGate数据集
  1. v1
  2. 2 来源
  3. PUBLISHED
  1. v1
  2. 1 来源
  3. PUBLISHED

前往搜索 下载幻灯片

ScholarGate方法对比: Explainable K-Nearest Neighbors · Naive Bayes. 于 2026-06-19 检索自 https://scholargate.app/zh/compare