Working file: weka/classifiers/Evaluation.java revision 1.19 date: 1999/11/14 20:37:15; author: eibe; state: Exp; lines: +3 -3 Changed html tags to be properly nested. ============================================================================= Working file: weka/classifiers/LinearRegression.java revision 1.6 date: 1999/11/12 03:45:47; author: mhall; state: Exp; lines: +11 -1 Added method to return the number of coefficients in the model. ============================================================================= Working file: weka/classifiers/LogitBoost.java revision 1.13 date: 1999/11/11 02:48:08; author: mhall; state: Exp; lines: +98 -6 Added support for base classifiers that don't use weighted instances. ============================================================================= Working file: weka/core/Attribute.java revision 1.8 date: 1999/10/25 01:47:43; author: trigg; state: Exp; lines: +2 -2 - Ooops. Fixed bug introduced in the last change. ---------------------------- revision 1.7 date: 1999/10/22 06:16:17; author: trigg; state: Exp; lines: +27 -3 - added addStringValue, to facilitate programatic construction of datasets with String attributes. Also fixed a loophole in the constructor which could allow people to alter the set of nominal values (for nominal attributes after construction). ============================================================================= Working file: weka/core/Instances.java revision 1.13 date: 1999/10/22 06:34:07; author: trigg; state: Exp; lines: +8 -4 - Changed command-line behaviour so dataset can be read from System.in eg: some command | java weka.core.Instances ============================================================================= Working file: weka/experiment/DatabaseUtils.java revision 1.5 date: 1999/11/14 20:37:27; author: eibe; state: Exp; lines: +2 -2 Changed html tags to be properly nested. ============================================================================= Working file: weka/experiment/InstanceQuery.java revision 1.3 date: 1999/11/14 20:37:27; author: eibe; state: Exp; lines: +2 -2 Changed html tags to be properly nested. ============================================================================= RCS file: /home/ml/cvsroot/weka/filters/Makefile,v revision 1.8 date: 1999/10/25 08:32:46; author: trigg; state: Exp; lines: +2 -1 - Added ResampleFilter and adjusted Makefile accordingly. ---------------------------- revision 1.7 date: 1999/10/15 04:27:37; author: eibe; state: Exp; lines: +1 -1 NormalizationFilter was not included in the Makefile. ============================================================================= Working file: weka/filters/ResampleFilter.java revision 1.2 date: 1999/11/14 20:29:57; author: eibe; state: Exp; lines: +4 -4 Changed Java 1.2 class to nextInt() to 1.1 format. ---------------------------- revision 1.1 date: 1999/10/25 08:32:46; author: trigg; state: Exp; - Added ResampleFilter and adjusted Makefile accordingly. ============================================================================= Working file: weka/gui/ResultHistoryPanel.java revision 1.9 date: 1999/11/12 04:00:06; author: mhall; state: Exp; lines: +2 -2 Changed fonts to be Monospaced 12. ---------------------------- revision 1.8 date: 1999/10/27 02:33:43; author: trigg; state: Exp; lines: +35 -7 - Now can delete a result. Press delete key after selecting a list item. ============================================================================= Working file: weka/gui/SetInstancesPanel.java revision 1.3 date: 1999/10/20 21:35:18; author: mhall; state: Exp; lines: +10 -1 Modified so that most recently applied filters in the preprocess panel are also applied to any user supplied test sets in the classifier and cluster panels. ============================================================================= Working file: weka/gui/SimpleCLI.java revision 1.2 date: 1999/11/12 04:00:06; author: mhall; state: Exp; lines: +2 -2 Changed fonts to be Monospaced 12. ============================================================================= Working file: weka/gui/experiment/ResultsPanel.java revision 1.8 date: 1999/11/12 04:00:38; author: mhall; state: Exp; lines: +2 -2 Changed fonts to be Monospaced 12. ============================================================================= Working file: weka/gui/experiment/SetupPanel.java revision 1.8 date: 1999/11/12 04:00:39; author: mhall; state: Exp; lines: +4 -1 Changed fonts to be Monospaced 12. ============================================================================= Working file: weka/gui/explorer/AssociationsPanel.java revision 1.7 date: 1999/11/12 04:00:51; author: mhall; state: Exp; lines: +2 -2 Changed fonts to be Monospaced 12. ============================================================================= Working file: weka/gui/explorer/AttributeSelectionPanel.java revision 1.7 date: 1999/11/12 04:00:51; author: mhall; state: Exp; lines: +2 -2 Changed fonts to be Monospaced 12. ============================================================================= Working file: weka/gui/explorer/ClassifierPanel.java revision 1.19 date: 1999/11/14 23:10:16; author: mhall; state: Exp; lines: +13 -1 Added some progress status for when a classifier is testing. ---------------------------- revision 1.18 date: 1999/11/12 04:00:51; author: mhall; state: Exp; lines: +2 -2 Changed fonts to be Monospaced 12. ---------------------------- revision 1.17 date: 1999/10/26 02:37:52; author: trigg; state: Exp; lines: +14 -4 - Added an option to output entropy statistics. ---------------------------- revision 1.16 date: 1999/10/20 21:35:36; author: mhall; state: Exp; lines: +80 -4 Modified so that most recently applied filters in the preprocess panel are also applied to any user supplied test sets in the classifier and cluster panels. ============================================================================= Working file: weka/gui/explorer/ClustererPanel.java revision 1.9 date: 1999/11/12 04:00:51; author: mhall; state: Exp; lines: +2 -2 Changed fonts to be Monospaced 12. ---------------------------- revision 1.8 date: 1999/10/20 21:35:37; author: mhall; state: Exp; lines: +79 -4 Modified so that most recently applied filters in the preprocess panel are also applied to any user supplied test sets in the classifier and cluster panels. ============================================================================= Working file: weka/gui/explorer/Explorer.java revision 1.9 date: 1999/10/20 21:35:36; author: mhall; state: Exp; lines: +8 -1 Modified so that most recently applied filters in the preprocess panel are also applied to any user supplied test sets in the classifier and cluster panels. ---------------------------- revision 1.8 date: 1999/10/17 22:57:42; author: mhall; state: Exp; lines: +2 -2 Changed "Select Features" to "Select Attributes" ============================================================================= Working file: weka/gui/explorer/PreprocessPanel.java revision 1.11 date: 1999/10/20 21:35:35; author: mhall; state: Exp; lines: +32 -2 Modified so that most recently applied filters in the preprocess panel are also applied to any user supplied test sets in the classifier and cluster panels. ---------------------------- revision 1.10 date: 1999/10/19 22:38:34; author: mhall; state: Exp; lines: +3 -2 Fixed bug that prevented working instances from being saved to a file. ============================================================================= Working file: weka/gui/explorer/VisualizePanel.java revision 1.8 date: 1999/11/12 04:00:52; author: mhall; state: Exp; lines: +47 -21 Changed fonts to be Monospaced 12. ---------------------------- revision 1.7 date: 1999/11/09 00:57:55; author: mhall; state: Exp; lines: +17 -9 Fixed bug in instance info for cluster visualization. ---------------------------- revision 1.6 date: 1999/10/22 02:17:04; author: mhall; state: Exp; lines: +365 -98 Now displays a legend for nominal colouring attributes. Legend has been moved to a seperate panel below the plot panel. =============================================================================