Weka 中的 Jython 入門
如何在 weka 中設定 Jython
-
從 Weka Package manager 安裝
Jython
和JFreeChart
庫; -
轉到主目錄的終端,輸入
nano .bash_profile
-
在
.bash_profile
裡面,新增一行程式碼如下export Weka_Data=User/Documents/Directory/Of/Your/Data
-
儲存並退出
-
在終端內執行
source .bash_profile
然後,重新啟動 Weka,轉到 tools
並單擊 Jython console
,你可以嘗試上面的示例