如何在 weka 中找到后端生成的代码?
How do I find the backend generated code in weka?
我正在使用 weka 进行分类。
如果我使用朴素贝叶斯对数据集进行分类,那么在weka中如何查看朴素贝叶斯算法的后端代码??
有什么办法吗??
Weka 是开源的,因此您可以在 their repository as stated in their website. The naive bayes part is here
查看他们的代码
我正在使用 weka 进行分类。 如果我使用朴素贝叶斯对数据集进行分类,那么在weka中如何查看朴素贝叶斯算法的后端代码??
有什么办法吗??
Weka 是开源的,因此您可以在 their repository as stated in their website. The naive bayes part is here
查看他们的代码