In the case of Weka's Explorer, is there any way to get the class probabilities of the test instances as classified by a Naive Bayes' classifier?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
In Weka Explorer on the Classify
tab, click on More options...
and tick Output predictions
. Then Start
the training and testing and the result shows you the probabilities of assigning each class for each test instance.