WEKA: how to get the score from classifyInstance?

后端 未结 4 545
悲哀的现实
悲哀的现实 2020-12-19 17:11

I\'m using a FilteredClassifier.classifyInstance() to classify my instances in weka.

I have 2 classes (true and false) and I have many positives, so I actually need

4条回答
  •  我在风中等你
    2020-12-19 17:21

    After you have run the classifier on your data, you can visualize the data by right clicking on the test in the " Result list " There are lots of other funcitons on this right click menu that will allow you to gain scores from weka classifiers.

提交回复
热议问题