Designed for use with Ant.
2005-07-04 04:07 mhall |
Moved the pointer and new buttons |
2005-07-04 03:14 mhall |
Changed so that the link in the docs now points to the ExplorerGuide |
2005-07-04 03:12 eibe |
Changed year and URL in LogPanel. |
2005-07-04 00:56 eibe |
FilteredClassifier now extends SingleClassifierEnhancer. Note that this means that the double hyphen construct now needs to be used to specify the classifier options. Another change: Discretize is now the default filter. |
2005-07-04 00:54 eibe |
Fixed some bugs in handling of option setting errors. |
2005-07-04 00:35 mhall |
Fixed javadoc |
2005-07-04 00:20 eibe |
Now extends RandomizableSingleClassifierEnhancer for simplified option handling. Also changed the values of some default parameters so that the classifier is applicable to more datasets with its default options. |
2005-07-04 00:04 mhall |
Now extends the appropriate base class |
2005-07-03 23:59 eibe |
Decorate now extends RandomizableIteratedSingleClassifierEnhancer for simplified option handling. Unfortunately, the letters for the command line options had to be changed. What used to be I is now E, and what used to be M is now I. Also, the maximum and desired number of iterations are now both set to 10 by default (instead of 50 and 15 respectively). |
2005-07-03 23:16 eibe |
Now allows random codes with fewer columns than classes (handy for datasets with lots of classes). Now implements RandomizableSingleClassifierEnhancer for easier option handling. |
2005-07-03 22:55 eibe |
Changed letter for command line option speciyfing tolerance parameter as it conflicted with the option for specifying a test set. |
2005-07-03 22:50 eibe |
Now implements RandomizableSingleClassifierEnhancer to simplify option handling. |
2005-07-01 01:57 mhall |
Fixed bug in ungrouping for MetaBeans |
2005-06-30 21:28 mhall |
Fixed bug in option description |
2005-06-30 05:42 mhall |
branches: 1.1.2; Initial import |
2005-06-30 05:41 mhall |
Initial import |
2005-06-30 05:27 fracpete |
fixed getOptions: confid. level (-C) and number of folds (-N) depend differently on reduced error pruning |
2005-06-30 04:51 fracpete |
setOptions: -L instead of -M for MaxBoostingIterations used |
2005-06-30 04:29 fracpete |
getOptions fixed: -S removed (leftover?) and -B only is returned if there's a BIFFile |
2005-06-30 04:09 fracpete |
getOptions fixed: -F and value are now returned in two strings |
2005-06-30 03:07 mhall |
Now reads version number from weka/core/version.txt. This allows the ant release target to automatically set the version number for a release |
2005-06-29 22:52 mhall |
Fixed a bug in NormalizedPolyKernel that resulted in an attempted access to the cache for test instances |
2005-06-28 23:50 mhall |
Updated |
2005-06-28 04:25 mhall |
Some semi-major changes to allow for components to be grouped together
|
2005-06-27 23:27 fracpete |
fixed sorting of numeric columns missing values now only with grey background, no longer displays ? (e.g., anneal dataaset contains '?' as attribute value) setting a null value for any cell is now interpreted as missing value |
2005-06-27 23:25 fracpete |
added constructors for default directory |
2005-06-27 23:24 fracpete |
moved most stuff from the JFrame to a JPanel - for easier integration in other frames FileChooser now points to the current directory, no longer to the user's default one |
2005-06-27 23:24 fracpete |
branches: 1.1.2; moved most stuff from the JFrame to a JPanel - for easier integration in other frames FileChooser now points to the current directory, no longer to the user's default one |
2005-06-27 23:23 mhall |
Fixed small bug in icon loading |
2005-06-27 23:22 mhall |
More icons from Jeffrey |
2005-06-27 23:22 mhall |
branches: 1.1.2; More icons from Jeffrey
|
2005-06-27 20:33 fracpete |
fixed save-dialog (JPEG/EPS) added DISPOSE_ON_CLOSE in main-method to avoid hanging |
2005-06-27 02:16 fracpete |
if input/outputcenter file are NULL, they're not returned in getOptions |
2005-06-22 21:38 eibe |
Patch from Julien Nioche for faster toString() method. |
2005-06-22 21:24 eibe |
Degrees of freedom can now be set programmatically. |
2005-06-22 06:46 fracpete |
restarting of GUI removed, since it created an endless loop, in case the KnowledgeFlow crased with an OutOfMemory Exception |
2005-06-22 05:58 fracpete |
TextNodes now turn these characters into entities: <>&'" otherwise is wasn't possible to add "x < 2" in the notes of an experiment ("<" isn't allowed inside a tag!) |
2005-06-22 04:51 eibe |
Now throw exception when there are string attributes. RandomTree had a bug when the class was the 2nd attribute. |
2005-06-22 04:23 eibe |
Fixed spelling mistake. |
2005-06-21 03:53 fracpete |
added -U <username> and -P <password> as commandline options if query doesn't return a ResultSet like DELETE/UPDATE/INSERT, then a message of how many rows were affected is output to System.err and retrieveInstances(String) returns NULL - an exception is no longer thrown in that case |
2005-06-20 05:02 fracpete |
fixed the getOptions() method |
2005-06-19 01:58 fracpete |
println(Object) now outputs also the name of the Throwable, not just the message |
2005-06-18 02:42 fracpete |
inserted another System.gc() after the threads are stopped |
2005-06-18 00:33 fracpete |
databases like Oracle can have datatypes like "DOUBLE PRECISION", but property names cannot contain blanks. blanks in the type name are now always replaced with underscores. |
2005-06-14 23:17 fracpete |
columns weren't aligned correctly if a value in the previous column was missing |
2005-06-14 04:01 fracpete |
added memory management |
2005-06-14 03:59 fracpete |
moved some of the memory management code to weka.core.Memory error-dialog now contains more information and help |
2005-06-14 03:04 fracpete |
frame that replaces System.out/System.err with instances of Tee and outputs the data to the orginal printstreams and the JTextPane in the frame |
2005-06-09 21:21 fracpete |
fixed tooltiptext for save dialog (ctrl -> shit) |
2005-06-09 02:36 mhall |
Fixed a couple of event names |
2005-06-08 04:49 mhall |
branches: 1.1.2; Initial import |
2005-06-08 04:47 mhall |
Made a couple of utility methods public and static |
2005-06-08 01:37 mhall |
Can now plot classifier errors |
2005-06-08 01:35 mhall |
Removed some unnecessary import statements
|
2005-06-05 10:43 fracpete |
open DB button now pops up the SqlViewerDialog |
2005-06-05 10:35 fracpete |
fixed minor display bugs |
2005-06-05 02:25 fracpete |
modified copyright |
2005-06-05 02:23 fracpete |
branches: 1.1.2; images for the sqlviewer |
2005-06-05 02:22 fracpete |
little SQL worksheet for querying databases
|
2005-06-05 02:21 fracpete |
little SQL worksheet for querying databases
|
2005-06-05 02:16 fracpete |
modified copyright and added filter name removal for summary, key, etc. |
2005-06-05 02:14 fracpete |
modified copyright and extended removal of filter names (didn't work correctly if rows/cols transposed in experimenter) |
2005-06-05 02:12 fracpete |
modified copyright and added support for several classes: hashmap, hashset, linkedlist, properties, stack, treemap, treeset, vector |
2005-06-05 02:12 fracpete |
modified copyright |
2005-06-05 02:10 fracpete |
modified copyright |
2005-06-05 02:09 fracpete |
modified copyright |
2005-06-05 02:07 fracpete |
modified copyright |
2005-06-03 02:45 mhall |
Changed to enable incremental loading to be restarted on the existing source |
2005-06-03 02:45 mhall |
Fixed so that incremental loading can be restarted on the same source |
2005-05-31 04:51 mhall |
Modified to accomodate the code shift from KnowledgeFlow to KnowledgeFlowApp |
2005-05-31 04:35 mhall |
branches: 1.1.2; Listener for something that wants to be notified when something else has completed starting up (e.g. the KnowledgeFlow). |
2005-05-31 04:33 mhall |
branches: 1.1.2; Initial import |
2005-05-31 04:31 mhall |
Code moved to KnowledgeFlowApp. Now displays a splash screen and launches the KnowledgeFlowApp |
2005-05-31 04:29 mhall |
branches: 1.1.2; Initial import |
2005-05-26 04:17 eibe |
Fixed bug in documentation. |
2005-05-24 22:40 mhall |
Fixed bug relating to the use of ReplaceMissingValues filter when a class attribute is set in the data |
2005-05-17 02:59 mhall |
HashKey can now treat the class as a normal attribute if required |
2005-05-14 06:05 fracpete |
updated classes to reflect changes in Tester/ResultMatrix |
2005-05-14 06:00 fracpete |
removed methods that are no longer used moved mean/stddev precisions into ResultMatrix ResultMatrix is now an instance and no longer a class - which makes it easier for extensions regarding the output and still being able to switch the Tester-class without storing output format relevant data in the Tester-class |
2005-05-13 02:53 trigg |
Removed unused import. |
2005-05-09 01:55 fracpete |
modified the convertToRelativePath method to make it work running under cygwin (cygwin doesn't like upper case drive letters!) |
2005-05-04 01:23 fracpete |
Plot2D no longer PrintablePanel, therefore made internal class PlotPanel a PrintablePanel - MouseEvents don't disappear anymore |
2005-05-04 01:22 fracpete |
no longer PrintablePanel, but again JPanel - MouseEvents in the VisualizePanel disappeared without being consumed in PrintableComponent??? |
2005-04-29 00:06 fracpete |
uses now weka.gui.LookAndFeel to set the Look'n'Feel - to avoid crashes under Java 1.5 |
2005-04-28 05:16 fracpete |
prints additional information about the current/installed Look'n'Feels |
2005-04-28 05:11 fracpete |
branches: 1.1.2; manages now centrally the LooknFeel of the GUI Java 1.5 crashes Weka with certain combinations (e.g. default theme, Gnome/Linux) |
2005-04-27 23:59 eibe |
Visualizing Bayes nets shoulds work properly again. Thanks, Ashraf. |
2005-04-27 22:37 eibe |
Small fix for initialization of ranges. Thanks, Ashraf. |
2005-04-27 21:13 eibe |
Optimizing the number of bins was broken for datasets with negative attribute values. |
2005-04-26 00:41 mhall |
Separate test set evaluation now works properly. |
2005-04-25 23:29 fracpete |
added the "Pattern" button, which enables the user to select attributes that match a certain regular expression |
2005-04-21 19:58 fracpete |
fixed nullpointer exception (caused by getOptions()) if "useResampling" was set to true |
2005-04-21 19:57 fracpete |
made it 1.5 compatible: changed "enum" to "enm" |
2005-04-21 02:46 cvs_rrb |
Fixed parameter handling |
2005-04-21 02:46 cvs_rrb |
Fixed parameter handling |
2005-04-20 05:09 eibe |
New code for finding the kth-smallest element for a numeric attribute/numeric array. Can be used to find the median. Also re-wrote quicksort. (It now shares most of the code with the median-finding method.) New implementation of quicksort has about the same speed as the old one. Played around for some time with more sophisticated versions of quicksort in Instances but couldn't get improvement in speed that warranted additional complexity. |
2005-04-20 03:52 fracpete |
added accelerator keys ("mnemonics") and default button |
2005-04-20 03:47 fracpete |
double click on a classifier has the same functionality as the edit button (makes the editing faster) |
2005-04-20 03:46 fracpete |
added accelerator keys ("mnemonics") and default button for keyboard-friendly handling |
2005-04-20 03:46 fracpete |
added accelerator keys ("mnemonics") and default button for keyboard-friendly handling |
2005-04-20 03:43 fracpete |
implements now the Tester-Interface removed all ouput generation, which is now handled by ResultMatrix-classes |
2005-04-04 04:13 eibe |
More info on memory allocation thanks to Peter. |
2005-03-23 22:17 eibe |
New Reorder filter. Improvement of docs for Copy filter. (Another commit try after file permissions in CVS have been fixed. |
2005-03-23 22:05 eibe |
Improvements to ArffViewer from Peter. |
2005-03-23 21:55 eibe |
New Reorder filter. Improvement of docs for Copy filter. Improvements to ArffViewer. Bug fix in NearestNeighbourSearch option setting. All from Peter. |
2005-03-17 22:37 mhall |
KnowledgeFlow now has a more natural ordering of its toolbars |