WUMprep4Weka Download
From HypKNOWsys
Introduction · Documentation · Versions & Download · Support
Contents |
Version Numbering
In general, WUMprep4Weka versions will be named according to the scheme major.minor[-[alpha|beta]n]. Major starts with 0 and will be increased whenever the design or functionality of WUMprep4Weka changes substantially. Minor increments with every new release of WUMprep4Weka.
An odd minor marks releases that are currently under development. They probably contain bugs, and their internal structures may undergo changes. You should not try to use them as long as you're not a developer and prepared to fiddle about Perl and Java source code. Within the odd-numbered releases, alpha ones are under heavy development, whereas beta releases usually should face no substantial internal changes or additional functionality anymore, but only bug fixes before becoming the next stable release.
Any release that is considered stable enough to be used in "production" environments will be marked by an even minor number. Note, however, that this software can still contain previously undiscovered bugs, but probably no major ones. Furthermore, any stable release should come with up-to-date user documentation.
Download
Currently, WUMprep4Weka is available either as a plugin for Weka (which requires to get the latest Weka development release sources, applying a supplied patch to them and building Weka on your own - see WUMprep4Weka Installation), and packaged with an already patched Weka release that can be run out of the JAR file (we call this "Weka-WP4W"). As long as you don't already have your own development version of Weka, we recommend to try the second option first.
Current Release
Current is release 0.9-alpha3:
- WUMprep4Weka plugin binary: WUMprep4Weka-0.9-alpha3.zip
- Weka-WP4W package: Weka-WP4W-0.9-alpha3.zip
- WUMprep4Weka sources (packed as JAR archive): WUMprep4Weka-0.9-alpha3-src.jar
Old Releases
Old releases of WUMprep4Weka can be found in the SourceForge filestore.
CVS Access
This project's SourceForge.net CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply press the Enter key.
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/hypknowsys login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/hypknowsys co -P modulename
(Note that the second cvs-command spans two lines here.)
Updates from within the module's directory do not need the -d parameter.
NOTE: UNIX file and directory names are case sensitive. The path to the project CVSROOT must be specified using lowercase characters (i.e. /cvsroot/hypknowsys)

