检测贝叶斯分类器中的未知类

发布于 2024-08-24 14:21:20 字数 113 浏览 6 评论 0原文

如果您有一个针对一组类进行训练的贝叶斯分类器,如何检测输出是否足够重要以选择一个类?这对于检测无法分配给某个类的样本很有用。我已经尝试测试类概率是否高于所有类概率的平均值+2*stddev,但我认为它不会很稳健。

If you have a bayes classifier trained for a set of classes, how to detect if the output is significant enough to choose a class? It would be useful for detecting samples wich can't be asigned to a class. I have tried testing if the class probability is above mean+2*stddev of the probabilities of all the clases, but I don't think it will be robust.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

瀞厅☆埖开 2024-08-31 14:21:20

您可以考虑对数似然比。考虑 R(C) = log(P(C|D)/P(~C| D),其中 C 是类,D > 是特征,那么您可能需要确保 R(C) 大于某个正值。

You could consider log-likelihood ratios. Consider R(C) = log(P(C|D)/P(~C| D), where C is the class, D are the features. Then you probably want to ensure that R(C) is greater than some positive amount.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文