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.
是否可以以某种方式将支持向量机与聚类算法结合使用?什么是他们都需要相互通信的示例用例?
您始终可以使用聚类来划分数据集并学习多个分类器,然后使用集成方法来组合分类结果。
如果一个类由多个集群组成,这可以提高学习两个子类并在分类后合并它们的准确性。