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 Naive Bayes Classifier 训练到文件后有什么方法可以坚持吗?我有 5000 万条记录的数据集,训练分类器需要很多小时。我想将训练有素的分类器保存到一个文件中,然后在不同的测试集上使用它。
训练完成后,您可以右键单击左下角结果列表中出现的结果,然后单击保存模型。您可以稍后加载该模型以将其应用于不同的测试集。