"Save result buffer" 和 "Visualize tree" 通过 python-weka-wrapper-0.3.8?

"Save result buffer" and "Visualize tree" via python-weka-wrapper-0.3.8?

有没有办法实现 weka 工具中可用的 "Save result buffer" 和 "Visualize tree" 选项,通过 weka-python-wrapper 也? (因为 weka 工具不提供脚本选项)。在 python-weka-wrapper-0.3.8 文档中找不到它。请帮助或指导我在哪里找到解决方案。

显示这两个选项的 Weka 浏览器工具的屏幕截图

python-weka-wrapper library does not come with a GUI, hence the question is a bit misplaced. However, this is covered in the examples section of the python-weka-wrapper documentation (Build classifier on dataset, print model and draw graph). The code to this is also available from the classifiers.py 代码示例(查找评论 # build a classifier and output model)。