Weka-3-4-13 Changelog

Designed for use with Apache Ant.


2008-07-15 04:30 mhall
Updated copyright dates
2008-07-15 04:29 mhall
Updated copyright dates
2008-07-15 04:26 mhall
Updated copyright dates
2008-06-12 23:08 mhall
Fix for partitionOptions by Ingo Mierswa - allows additional options to the search to be given after the -- without having to explicitly specify the estimator with -E
2008-05-19 04:26 mhall
Fixed parameter rounding (now uses Math.rint() so that, for example, -1 is not rounded to 0.
2008-05-16 04:19 mhall
Deleted all package names from file name of the saved file because the length of file names was getting out of hand (especially when a lot of filters are in the flow)
2008-05-15 04:19 mhall
Fixed bug where class-distribution-spreads < 1 caused the minority class to be undersampled as well as the other classes.
2008-04-11 03:18 mhall
Cluster priors now use Laplace correction so that empty clusters from the base cluster can be handled.
2008-04-09 22:56 mhall
Bugfixes courtesy of Benoit Depaire
2008-04-07 21:22 fracpete
fixed option handling of -C parameter:
- initial value for m_ClassMode was OPTIMIZE_POS_NAME
- default in setOptions was OPTIMIZE_LFREQ instead
- getOptions returned m_DesignatedClass instead of m_ClassMode
2008-03-30 08:56 fracpete
if clusterer cannot cluster instance (in method convertInstance), the exception thrown is now caught and a missing value is set
2008-03-25 04:06 mhall
Fixed bug that caused missing values indicated by ,, in the csv file to be turned into '?' labels rather than actual missing values
2008-03-14 09:55 fracpete
DatabaseUtils.props example file for sqlite3
homepage:
  http://www.sqlite.org/
JDBC driver:
  http://www.zentus.com/sqlitejdbc/
2008-03-09 00:35 fracpete
uses now ZeroR model in case there are no attributes in dataset apart from class (otherwise attribute selection combination WrapperSubsetEval+DecisionStump/BestFirst craps out)
2008-02-27 01:41 mhall
Fixed bug related to computing centroids when there are empty clusters.
2008-02-21 01:36 mhall
Fixed old bug that prevented the classifier chosen by the user to take over at a node from being changed. The generic object editor used to be stuck on ZeroR after the classifier was initially chosen.
2008-02-20 02:37 mhall
Made some methods synchronized
2008-02-18 02:36 mhall
Fixed bug where if the window was closed (rather than ok or cancel being pressed) the connection would be made. Closing the window is now the same as canceling.
2008-02-18 02:34 mhall
Fixed a couple of bugs where database connection was not being closed if close/cancel was pressed. Thanks to Miryam Gomez and Raquel Porras for the bug fix
2008-02-15 03:48 mhall
Fixed potential memory leak in removeElementAt
2008-01-25 22:16 mhall
Now emits trainingSetEvents and testSetEvents as well as dataSetEvents for clusterers.
2008-01-18 04:39 fracpete
removed proprietary com.sun.image.codec.jpeg.JPEGCodec etc classes and replaced them with javax.imageio ones
2008-01-10 21:30 mhall
Added a readResolve method to ensure that the encapsulated loader gets reset after deserialization. This ensures that any structure available events get passed on correctly.
2008-01-08 01:02 mhall
Now resets the loader for batch loading. This was preventing the loading of batch instances after deserialization
2007-12-18 23:19 mhall
Updated to 3-4-12
2007-12-18 02:34 mhall
Added target for making an os x application
2007-12-18 02:28 mhall
Initial import