Download Latest Version weka-3-8-6.zip (59.6 MB)
Email in envelope

Get an email when there's a new version of Weka

Home / weka-3-4-osx / 3.4.19
Name Modified Size InfoDownloads / Week
Parent folder
weka-3-4-19.dmg 2011-06-30 14.5 MB
README-3-4-19.txt 2011-06-30 4.9 kB
Totals: 2 Items   14.5 MB 0
------------------------------------------------------------------------
r7018 | mhall | 2010-12-08 11:46:07 +1300 (Wed, 08 Dec 2010) | 1 line
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/core/version.txt

Update for 3.4.18
------------------------------------------------------------------------
r7046 | mhall | 2010-12-31 09:42:39 +1300 (Fri, 31 Dec 2010) | 1 line
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/experiment/InstanceQuery.java

Now uses ResultSetMetaData.getColumnLabel() rather than getColumnName() so that SQL queries using the "AS" clause are handled correctly.
------------------------------------------------------------------------
r7047 | mhall | 2010-12-31 09:43:53 +1300 (Fri, 31 Dec 2010) | 1 line
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/core/converters/DatabaseLoader.java

Now uses ResultSetMetaData.getColumnLabel() rather than getColumnName() so that SQL queries using the "AS" clause are handled correctly.
------------------------------------------------------------------------
r7068 | mhall | 2011-02-10 22:04:33 +1300 (Thu, 10 Feb 2011) | 1 line
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/associations/Apriori.java

Now prunes generated rule sets according to the upper bound on the support (if < 1). Previously was pruning large item sets of each subsequently larger size according to the upper bound which is somewhat counterintuitive.
------------------------------------------------------------------------
r7071 | mhall | 2011-03-07 20:12:56 +1300 (Mon, 07 Mar 2011) | 1 line
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/classifiers/functions/MultilayerPerceptron.java

Fixed a bug whereby the ZeroR model is always printed in the toString() method rather than the actual MLP that has been learned.
------------------------------------------------------------------------
r7100 | mhall | 2011-05-06 11:54:34 +1200 (Fri, 06 May 2011) | 2 lines
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/gui/explorer/AttributeSelectionPanel.java

Added "No class" to the class combo box. This allows principal components access to all the attributes if there is no class in the data. Previously, you were forced to have a class set, meaning that this attribute would always be omitted from the PCA.

------------------------------------------------------------------------
r7104 | mhall | 2011-05-13 21:03:54 +1200 (Fri, 13 May 2011) | 1 line
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/filters/unsupervised/attribute/StringToNominal.java

Was not doing the right thing at all when run in batch mode. String values in the second batch of instances that occurred in the first batch were not being assigned the right index in the converted nominal attribute - fixed.
------------------------------------------------------------------------
r7110 | mhall | 2011-05-16 20:40:20 +1200 (Mon, 16 May 2011) | 1 line
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/filters/unsupervised/attribute/Remove.java

Updated globalInfo() method and javadoc.
------------------------------------------------------------------------
r7116 | fracpete | 2011-05-25 15:39:35 +1200 (Wed, 25 May 2011) | 1 line
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/core/converters/ArffSaver.java

writeBatch() is now more efficient by first writing the header and then one row at a time to disk instead of creating a string of the complete dataset in memory and then writing this string to disk
------------------------------------------------------------------------
r7178 | mhall | 2011-06-12 20:09:30 +1200 (Sun, 12 Jun 2011) | 1 line
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/classifiers/misc/VFI.java

Javadoc fix for the bias option
------------------------------------------------------------------------
r7181 | mhall | 2011-06-12 20:15:33 +1200 (Sun, 12 Jun 2011) | 1 line
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/classifiers/misc/VFI.java

Another small javadoc fix
------------------------------------------------------------------------
r7269 | mhall | 2011-06-21 08:49:55 +1200 (Tue, 21 Jun 2011) | 1 line
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/attributeSelection/GreedyStepwise.java

Improved the output to explain the ranking (both forward and backward) produced when the ranked list option is turned on.
------------------------------------------------------------------------
r7342 | mhall | 2011-06-29 10:17:36 +1200 (Wed, 29 Jun 2011) | 1 line
Changed paths:
   M /branches/book2ndEd-branch/weka/src/main/java/weka/gui/GUIChooser.java

Updated copyright dates
------------------------------------------------------------------------
Source: README-3-4-19.txt, updated 2011-06-30