Working file: weka/Makefile ---------------------------- revision 1.4.2.3 date: 1999/10/06 00:45:12; author: eibe; state: Exp; lines: +2 -2 Forgot "\" in Makefile. ---------------------------- revision 1.4.2.2 date: 1999/10/06 00:37:36; author: eibe; state: Exp; lines: +5 -1 Makefile now puts a link to our Weka page into the online-docs. ============================================================================= Working file: weka/attributeSelection/AttributeSelection.java ---------------------------- date: 1999/10/05 23:02:09; author: mhall; state: Exp; lines: +5 -5 Doc fix ============================================================================= Working file: weka/attributeSelection/ForwardSelection.java ---------------------------- date: 1999/09/21 00:53:44; author: mhall; state: Exp; lines: +2 -2 small doc fixes. ============================================================================= Working file: weka/classifiers/Evaluation.java ---------------------------- revision 1.9.2.2 date: 1999/10/06 00:56:02; author: eibe; state: Exp; lines: +5 -3 The equals() method now takes a parameter of type Object. ============================================================================= Working file: weka/classifiers/SMO.java ---------------------------- revision 1.5.2.1 date: 1999/10/06 07:19:47; author: eibe; state: Exp; lines: +68 -18 Changed SMO to use scaled instead of unscaled kernels. Output of classifier was incorrect: threshold was added instead of subtracted. Bug in special case of optimization loop. ============================================================================= Working file: weka/clusterers/Cobweb.java ---------------------------- revision 1.4.2.1 date: 1999/10/15 02:32:30; author: mhall; state: Exp; lines: +3 -1 Fixed buildClusterer so that clusterer is reset properly. ============================================================================= Working file: weka/core/Attribute.java ---------------------------- revision 1.5.2.1 date: 1999/10/06 00:56:31; author: eibe; state: Exp; lines: +12 -8 The equals method now takes a parameter of type Object. ============================================================================= Working file: weka/filters/NormalizationFilter.java ---------------------------- revision 1.1.2.1 date: 1999/10/06 23:59:16; author: eibe; state: Exp; lines: +0 -0 Normalizes numeric attributes to [0,1]. =============================================================================