Designed for use with Apache Ant.
2006-12-18 01:51 fracpete |
fixed copyright year |
2006-12-15 03:30 fracpete |
added remote.policy.example file to the remoteExperimentServer.jar |
2006-12-15 03:24 fracpete |
updated policy file added example setup |
2006-11-24 00:41 mhall |
Fixed bug that caused array out of bounds when producing a ranked list of attributes from a backwards search. |
2006-11-21 01:47 mhall |
Default clusterer icons courtesy of Jeffrey (they were on his CD but I didn't realize it :-)) |
2006-11-17 00:27 fracpete |
fixed ignoring of randomizing of subsample (subsample was incorrectly generated from original, un-randomized data). thanks to Gabi Schmidberger |
2006-11-16 22:25 fracpete |
backup object was not properly initialized (pressing "cancel" in the property dialog changes back to an even older object)??? calling setValue a second time fixes that. |
2006-11-16 22:25 fracpete |
resampling is now allowed with weight pruning |
2006-11-16 22:25 fracpete |
moved output in setWeights method to debug mode |
2006-11-15 21:03 mhall |
Made the clearLayout method public so that it can be called by the GUIChooser. |
2006-11-15 21:03 mhall |
Fixed a bug where icons would stay on the KnowledgeFlow layout after the window was closed and then re-opened from the GUIChooser. |
2006-10-27 03:02 fracpete |
fixed filters for use in the FilteredClassifier
|
2006-10-24 00:49 fracpete |
fixed misleading text in JFileChooser, uses now "Classifier options" instead of "Experiment configuration files" |
2006-10-16 01:41 fracpete |
reverted members DRIVERS and PROPERTIES to be non-static again (problem with RMI and remote experiments) |
2006-10-13 00:33 fracpete |
no longer loses user-provided URL/User/Password/Key columns in KnowledgeFlow (due to calling the reset() method) by defaulting back to values from DatabaseUtils.props |
2006-09-10 23:03 fracpete |
by default, Linux installs no system theme anymore, to avoid crashes with Java 1.5 under Gnome |
2006-09-04 00:36 fracpete |
re-evaluating the model doesn't use (incorrect) priors anymore |
2006-09-04 00:35 fracpete |
backported the m_NoPriors flag from the developer branch (de-serialized models have no access to the priors from the training set, hence the output of measures relying on those is suppressed, the corresponding methods return NaN) updated Javadoc |
2006-07-24 23:39 fracpete |
types can now either contain blanks (must be escaped with backslashes in DatabaseUtils.props file!) or underscores instead of blanks, e.g., DOUBLE\ PRECISION=2 or DOUBLE_PRECISION=2 |
2006-07-24 21:20 fracpete |
now includes the example DatabaseUtils.props files in the jars |
2006-07-24 21:04 fracpete |
setInstances now prints the stacktrace to the console as well as a more informative error message in the popup dialog |
2006-07-24 21:04 fracpete |
now derived from weka.experiment.DatabaseUtils to avoid duplicate code |
2006-07-24 21:03 fracpete |
upgraded DatabaseUtils to the latest developer version |
2006-07-24 20:51 fracpete |
example DatabaseUtils.props files |
2006-07-24 20:51 fracpete |
example DatabaseUtils.props files |
2006-07-23 22:31 fracpete |
fixed typo in fillCorrelation, which filled only the upper triangle of the matrix (thanks to Paul Examsaro) |
2006-07-04 21:57 mhall |
Fixed bug in globalInfo |
2006-06-30 05:33 fracpete |
file DatabaseUtils.props.postgresql was added on branch book2ndEd-branch on 2006-07-24 20:51:32 +0000 |
2006-06-30 05:33 fracpete |
file DatabaseUtils.props.odbc was added on branch book2ndEd-branch on 2006-07-24 20:51:31 +0000 |
2006-06-30 05:33 fracpete |
file DatabaseUtils.props.oracle was added on branch book2ndEd-branch on 2006-07-24 20:51:32 +0000 |
2006-06-30 05:33 fracpete |
file DatabaseUtils.props.mysql was added on branch book2ndEd-branch on 2006-07-24 20:51:31 +0000 |
2006-06-30 05:33 fracpete |
file DatabaseUtils.props.mssqlserver was added on branch book2ndEd-branch on 2006-07-24 20:51:31 +0000 |
2006-06-22 02:52 fracpete |
due to problems in the past with XML (according to Eibe), switched from 1.3 to 1.4 for compiling (source/target) |
2006-06-21 22:03 fracpete |
input files and output files of javac are now fixed to JDK 1.3 (even if it's compiled with 1.5) |
2006-06-20 22:57 mhall |
Now uses less memory. A copy of the edited object is now returned (rather than the object itself) when getValue() is called. Previously, for example, fully built classifiers were copied to a backup variable when the OK button was pressed. This can quickly gobble up lots of memory when large data sets are being used. |
2006-06-09 04:43 eibe |
updated version number |
2006-06-09 03:53 fracpete |
fixed some Javadoc added exception to buildClassifier if missing values are encountered |
2006-06-09 03:52 fracpete |
added exception to buildClassifier if there are 0 instances in the dataset |
2006-06-09 03:51 fracpete |
added post-processing support for generated data (class PostProcessor and process-method) if a classifier performs worse than ZeroR it's no longer considered "failed" |
2006-06-07 22:48 fracpete |
cleaned up imports removed custom splitOptions method with the one from the Utils class |