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.
我在 weka 中创建了一个模型文件,用于使用朴素贝叶斯和 MLP(多层感知器)进行分类。我想运行相同的文件进行装袋可以吗?
我认为您不能使用相同的文件。您可以做的是在分类器中使用相同的参数并构建 bagging。
请记住 bagging 在 weka.classifiers.meta 下。所有的集成方法都是元分类器
请参阅JavaDoc以了解更多信息。