【发布时间】:2015-12-11 04:15:22
【问题描述】:
您好,我想在 WEKA 中创建一个以下 cusotm 数字 arff。我看到了一些 arff 的例子,但仍然很困惑我如何在 arff 中建模我的问题。我正在尝试将其用于朴素贝叶斯分类器。
attributes = {long, sweet, colour}
long = {yes, no}
sweet = {yes, no}
colour = {yellow, other}
fruits = {banana, orange, other}
for example I have 400 instances of
long(yes) , banana
350 of
sweet(yes), banana
and 450 of
yellow(yes), banana
对于橙子和其他水果同样明智。我如何在 arff 中建模
【问题讨论】:
标签: weka naivebayes