How to get the latest bugfixes
From WekaWiki
Weka is actively developed, that means that bugs are fixed and new functionality is added (only to the developer version) all the time. Every now and then (about every 3-6 months), when there was a sufficiently large number of improvements or fixes, a release is made and uploaded to Sourceforge.net (http://sourceforge.net/projects/weka/).
If you don't want to wait that long, you have two options:
- Get the latest source code from CVS and compile it yourself. See the following articles for more information
- Obtaining the source code from CVS, either book or developer version
- compiling the source code
- Download a snapshot from the download section of the Weka homepage (http://cs.waikato.ac.nz/~ml/weka/). Snapshots for book and developer version are generated automatically every night, based on the current CVS code. The ZIP files have the same content as a release does, i.e., compiled classes (= weka.jar), source code (= weka-src.jar), Javadoc and other documentation.
- Note: compare the timestamp of the Wekalist post that reports a bugfix with the one of the snapshot to make sure the bugfix is already included in the snapshot.
