Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有 3 个 A、B 和 C 类用于训练,并且 SVM 预测我的测试样本属于 A 类(分类问题),那么我怎么知道/我可以使用哪种技术在剩下的两个类中找到它,类更接近结果?喜欢 A 最相似,B 非常相似,C 不相似? 非常感谢。
SVM 为您提供此类信息(每个类别的分数),因为它对多类别问题的应用是通过简单地训练多个二元分类器来完成的。只需提取应在 SVM 实现中提供的决策函数和/或概率估计。