Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.18 KB

weka-virtualenv

Virtual environment manager for Weka, inspired by the extremely useful virtual environments that Python supports.

weka-virtualenv can be used for launching the GUI or arbitrary Weka classes.

Since weka-virtualenv uses options starting with double-dashes (--), clashes with Weka options are avoided. Any option that wasn't consumed by weka-virtualenv will get further processed by the command. E.g., when launching the Explorer using the explorer command, a dataset can be supplied to load immediately, or, when executing a classifier using the run command, any additional option will get passed to the Weka class.

You can use the tool either through the command-line or through its user interface.

Links

Licenses

The shell scripts are licensed under Apache 2.0 and all other source code under GPL 3.0.