~ubuntu-branches/ubuntu/precise/weka/precise

« back to all changes in this revision

Viewing changes to changelogs/CHANGELOG-3-1-4

  • Committer: Bazaar Package Importer
  • Author(s): Soeren Sonnenburg
  • Date: 2008-02-24 09:18:45 UTC
  • Revision ID: james.westby@ubuntu.com-20080224091845-1l8zy6fm6xipbzsr
Tags: upstream-3.5.7+tut1
ImportĀ upstreamĀ versionĀ 3.5.7+tut1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Working file: weka/attributeSelection/AttributeSelection.java
 
2
----------------------------
 
3
revision 1.10
 
4
date: 1999/08/23 02:27:17;  author: mhall;  state: Exp;  lines: +171 -117
 
5
Added facility to accumulate statistics over multiple feature selection
 
6
runs.
 
7
=============================================================================
 
8
Working file: weka/classifiers/AdaBoostM1.java
 
9
----------------------------
 
10
revision 1.10
 
11
date: 1999/08/25 02:07:23;  author: trigg;  state: Exp;  lines: +50 -3
 
12
- Made AdaBoost Sourcable.
 
13
=============================================================================
 
14
Working file: weka/classifiers/CostMatrix.java
 
15
Working file: weka/classifiers/CostSensitiveClassifier.java
 
16
Working file: weka/core/Instances.java
 
17
Working file: weka/core/Matrix.java
 
18
Working file: weka/gui/AttributeSelectionPanel.java
 
19
Working file: weka/gui/CostMatrixEditor.java
 
20
Working file: weka/gui/GenericArrayEditor.java
 
21
Working file: weka/gui/GenericObjectEditor.java
 
22
Working file: weka/gui/experiment/SetupPanel.java
 
23
Working file: weka/gui/explorer/AssociationsPanel.java
 
24
Working file: weka/gui/explorer/AttributeSelectionPanel.java
 
25
Working file: weka/gui/explorer/ClassifierPanel.java
 
26
Working file: weka/gui/explorer/PreprocessPanel.java
 
27
----------------------------
 
28
date: 1999/08/26 23:31:33;  author: trigg;  state: Exp;
 
29
- Reworked cost sensitive classification and evaluation. Cost matrices are
 
30
  now handled as a class CostMatrix. Code related to cost matrices has been
 
31
  moved from Instances into CostMatrix. Evaluation has been updated to use
 
32
  CostMatrix (and the old cost file format is still read). Created a meta
 
33
  classifier for performing cost-sensitve classification using either
 
34
  training instance reweighting or minimum expected cost prediction. Made a
 
35
  simple editor for cost matrices and adjusted other GUI files to support
 
36
  this.
 
37
 
 
38
- Also made some small GUI layout changes.
 
39
=============================================================================
 
40
Working file: weka/classifiers/Evaluation.java
 
41
----------------------------
 
42
revision 1.15
 
43
date: 1999/09/08 01:53:51;  author: mhall;  state: Exp;  lines: +14 -8
 
44
Changed evaluateModelOnce so it returns the prediction for the instance,
 
45
----------------------------
 
46
revision 1.14
 
47
date: 1999/08/29 23:53:30;  author: trigg;  state: Exp;  lines: +4 -2
 
48
- Changed CorrectlyClassifiedWithCost to reflect the benefit of correctly
 
49
  classifying a potentially high-cost instance.
 
50
----------------------------
 
51
revision 1.13
 
52
date: 1999/08/26 23:31:33;  author: trigg;  state: Exp;  lines: +52 -34
 
53
- Reworked cost sensitive classification and evaluation. Cost matrices are
 
54
  now handled as a class CostMatrix. Code related to cost matrices has been
 
55
  moved from Instances into CostMatrix. Evaluation has been updated to use
 
56
  CostMatrix (and the old cost file format is still read). Created a meta
 
57
  classifier for performing cost-sensitve classification using either
 
58
  training instance reweighting or minimum expected cost prediction. Made a
 
59
  simple editor for cost matrices and adjusted other GUI files to support
 
60
  this.
 
61
 
 
62
- Also made some small GUI layout changes.
 
63
----------------------------
 
64
revision 1.9.2.1
 
65
date: 1999/08/27 05:03:15;  author: eibe;  state: Exp;  lines: +27 -23
 
66
Fixed bug in computing incorrectly classified instances with costs.
 
67
=============================================================================
 
68
Working file: weka/classifiers/FilteredClassifier.java
 
69
----------------------------
 
70
revision 1.2
 
71
date: 1999/08/26 23:25:22;  author: trigg;  state: Exp;  lines: +3 -5
 
72
- Minor doc changes.
 
73
=============================================================================
 
74
Working file: weka/classifiers/HyperPipes.java
 
75
----------------------------
 
76
revision 1.3
 
77
date: 1999/09/08 04:38:28;  author: trigg;  state: Exp;  lines: +270 -270
 
78
- Got rid of ugly extra ^M's in the source.
 
79
----------------------------
 
80
revision 1.2
 
81
date: 1999/08/25 04:07:04;  author: trigg;  state: Exp;  lines: +2 -2
 
82
- Altered copyright notice according to Intelligenesis guidelines :-)
 
83
----------------------------
 
84
revision 1.1
 
85
date: 1999/08/25 00:16:02;  author: trigg;  state: Exp;
 
86
- First version of the HyperPipes classifier.
 
87
=============================================================================
 
88
Working file: weka/classifiers/IBk.java
 
89
----------------------------
 
90
revision 1.13
 
91
date: 1999/09/01 03:19:57;  author: mhall;  state: Exp;  lines: +6 -1
 
92
Added a call to crossValidate in the toString method. This ensures that
 
93
the correct value for K will be displayed when -X has been specified.
 
94
=============================================================================
 
95
Working file: weka/classifiers/j48/ClassifierTree.java
 
96
----------------------------
 
97
revision 1.7
 
98
date: 1999/08/26 23:19:27;  author: trigg;  state: Exp;  lines: +30 -3
 
99
- Updated source output method to prevent method naming clashes (since
 
100
  hashcodes aren't necessarily unique).
 
101
=============================================================================
 
102
Working file: weka/clusterers/ClusterEvaluation.java
 
103
Working file: weka/clusterers/Cobweb.java
 
104
Working file: weka/clusterers/EM.java
 
105
Working file: weka/gui/explorer/ClustererPanel.java
 
106
----------------------------
 
107
date: 1999/09/08 01:56:18;  author: mhall;  state: Exp;  lines: +21 -6
 
108
Changed so that cluster assignments are mapped properly when a clusterer has
 
109
empty clusters.
 
110
----------------------------
 
111
date: 1999/08/30 05:04:35;  author: mhall;  state: Exp;  lines: +40 -3
 
112
Changed so unused clusters are not displayed in the output.
 
113
----------------------------
 
114
date: 1999/08/27 04:27:09;  author: mhall;  state: Exp;  lines: +152 -4
 
115
Incorperated ClustererPanel into the Explorer. Touched up ClusterEvaluation,
 
116
EM and Cobweb to allow integration with the gui.
 
117
=============================================================================
 
118
Working file: weka/core/Utils.java
 
119
----------------------------
 
120
revision 1.14
 
121
date: 1999/09/16 21:53:13;  author: trigg;  state: Exp;  lines: +61 -18
 
122
- New mega-funky quoting mechanism. Better in all respects.
 
123
=============================================================================
 
124
Working file: weka/gui/GenericObjectEditor.java
 
125
----------------------------
 
126
revision 1.14
 
127
date: 1999/09/09 02:23:35;  author: mhall;  state: Exp;  lines: +4 -5
 
128
Fixed cancel button. Now works under NT using java 1.2.
 
129
----------------------------
 
130
revision 1.13
 
131
date: 1999/09/03 04:28:17;  author: mhall;  state: Exp;  lines: +54 -1
 
132
Added ok and cancel buttons.
 
133
----------------------------
 
134
revision 1.11
 
135
date: 1999/08/25 05:02:46;  author: trigg;  state: Exp;  lines: +3 -3
 
136
- Better handling when classes aren't found.
 
137
=============================================================================
 
138
Working file: weka/gui/ResultHistoryPanel.java
 
139
----------------------------
 
140
revision 1.6
 
141
date: 1999/09/16 22:11:14;  author: mhall;  state: Exp;  lines: +32 -12
 
142
added a getSelectionModel method so that clients can add themselves as
 
143
listeners for list selection events. This allows a response to be made
 
144
when a list selection changes regardless of how the selection was made
 
145
(mouse or keyboard).
 
146
----------------------------
 
147
revision 1.5
 
148
date: 1999/09/16 05:43:22;  author: mhall;  state: Exp;  lines: +28 -15
 
149
Changed so that generic objects rather than just Visualize objects can
 
150
be associated with list entries.
 
151
----------------------------
 
152
revision 1.4
 
153
date: 1999/09/16 03:12:44;  author: mhall;  state: Exp;  lines: +32 -1
 
154
Added the ability to associate a visualization object with a list entry
 
155
=============================================================================
 
156
Working file: weka/gui/explorer/AssociationsPanel.java
 
157
----------------------------
 
158
revision 1.5
 
159
date: 1999/09/02 05:21:44;  author: trigg;  state: Exp;  lines: +7 -3
 
160
- Added options to control output for classifiers, and not output the attribute
 
161
  list for more than 100 attributes.
 
162
=============================================================================
 
163
Working file: weka/gui/explorer/AttributeSelectionPanel.java
 
164
----------------------------
 
165
revision 1.5
 
166
date: 1999/09/02 05:21:44;  author: trigg;  state: Exp;  lines: +7 -3
 
167
- Added options to control output for classifiers, and not output the attribute
 
168
  list for more than 100 attributes.
 
169
----------------------------
 
170
revision 1.3
 
171
date: 1999/08/23 02:27:58;  author: mhall;  state: Exp;  lines: +22 -5
 
172
Changed to give progress indication during x-val.
 
173
=============================================================================
 
174
Working file: weka/gui/explorer/ClassifierPanel.java
 
175
----------------------------
 
176
revision 1.13
 
177
date: 1999/09/16 22:12:30;  author: mhall;  state: Exp;  lines: +17 -9
 
178
Changed so that visualize button status and classifier output responds to
 
179
both mouse and keyboard in the results list.
 
180
----------------------------
 
181
revision 1.12
 
182
date: 1999/09/16 05:44:24;  author: mhall;  state: Exp;  lines: +19 -46
 
183
Fixed Visualize button so that its enabled status is linked to the
 
184
results list.
 
185
----------------------------
 
186
revision 1.11
 
187
date: 1999/09/16 03:34:43;  author: trigg;  state: Exp;  lines: +2 -2
 
188
- Fixed bug -- selected index may actually be 0 :-)
 
189
----------------------------
 
190
revision 1.10
 
191
date: 1999/09/16 03:14:48;  author: mhall;  state: Exp;  lines: +212 -64
 
192
Moved the output/visualize options to a popup window. Individual predictions from the results list can now be visualized.
 
193
----------------------------
 
194
revision 1.9
 
195
date: 1999/09/08 01:58:18;  author: mhall;  state: Exp;  lines: +86 -6
 
196
Added visualize button.
 
197
----------------------------
 
198
revision 1.8
 
199
date: 1999/09/07 04:19:56;  author: trigg;  state: Exp;  lines: +10 -5
 
200
- Fixed bug when setting instances with no attributes
 
201
----------------------------
 
202
revision 1.7
 
203
date: 1999/09/02 05:21:44;  author: trigg;  state: Exp;  lines: +89 -15
 
204
- Added options to control output for classifiers, and not output the attribute
 
205
  list for more than 100 attributes.
 
206
=============================================================================
 
207
Working file: weka/gui/explorer/ClustererPanel.java
 
208
----------------------------
 
209
revision 1.6
 
210
date: 1999/09/16 22:12:49;  author: mhall;  state: Exp;  lines: +14 -16
 
211
Changed so that visualize button status and clusterer output responds to
 
212
both mouse and keyboard in the results list.
 
213
----------------------------
 
214
revision 1.5
 
215
date: 1999/09/16 05:44:39;  author: mhall;  state: Exp;  lines: +19 -13
 
216
Fixed Visualize button so that its enabled status is linked to the
 
217
results list.
 
218
----------------------------
 
219
revision 1.4
 
220
date: 1999/09/16 03:15:39;  author: mhall;  state: Exp;  lines: +124 -29
 
221
Moved the visualize button. Individual clustering results from the results list
 
222
can now be visualized.
 
223
----------------------------
 
224
revision 1.3
 
225
date: 1999/09/08 01:58:18;  author: mhall;  state: Exp;  lines: +48 -1
 
226
Added visualize button.
 
227
=============================================================================
 
228
Working file: weka/gui/explorer/Explorer.java
 
229
----------------------------
 
230
revision 1.7
 
231
date: 1999/09/16 04:01:43;  author: trigg;  state: Exp;  lines: +9 -2
 
232
- Allow specifying an arff file from the command line
 
233
----------------------------
 
234
revision 1.6
 
235
date: 1999/09/08 01:58:57;  author: mhall;  state: Exp;  lines: +6 -4
 
236
Incorperated the visualize panel.
 
237
----------------------------
 
238
revision 1.5
 
239
date: 1999/08/27 03:42:46;  author: mhall;  state: Exp;  lines: +5 -3
 
240
Incorperated ClustererPanel into the Explorer. Touched up ClusterEvaluation,
 
241
EM and Cobweb to allow integration with the gui.
 
242
=============================================================================
 
243
Working file: weka/gui/explorer/PreprocessPanel.java
 
244
----------------------------
 
245
revision 1.7
 
246
date: 1999/09/16 04:03:00;  author: trigg;  state: Exp;  lines: +96 -68
 
247
- Rearranged IO threading to allow external objects to trigger
 
248
file loading (eg, main method of Explorer).
 
249
=============================================================================
 
250
Working file: weka/gui/explorer/VisualizePanel.java
 
251
----------------------------
 
252
revision 1.4
 
253
date: 1999/09/19 22:26:26;  author: mhall;  state: Exp;  lines: +24 -2
 
254
Added the classifiers prediction to the instance info popup window.
 
255
----------------------------
 
256
revision 1.3
 
257
date: 1999/09/16 03:53:51;  author: trigg;  state: Exp;  lines: +7 -7
 
258
- Fixed bug in jittering -- used to tend values downward (now symmetric
 
259
around the original value, by using gaussian jittering)
 
260
----------------------------
 
261
revision 1.2
 
262
date: 1999/09/16 03:16:52;  author: mhall;  state: Exp;  lines: +543 -90
 
263
Added a jitter slider. Can now click on a point and recieve information about
 
264
the corresponding instance(s) in a popup window.
 
265
----------------------------
 
266
revision 1.1
 
267
date: 1999/09/08 01:57:34;  author: mhall;  state: Exp;
 
268
Initial import
 
269
=============================================================================
 
270
Working file: weka/gui/streams/FilterPanel.java
 
271
----------------------------
 
272
revision 1.2
 
273
date: 1999/09/13 03:09:48;  author: trigg;  state: dead;  lines: +1 -1
 
274
partial code removed
 
275
=============================================================================