Working file: weka/classifiers/Evaluation.java ---------------------------- revision 1.9.2.1 date: 1999/08/27 05:03:15; author: eibe; state: Exp; lines: +27 -23 Fixed bug in computing incorrectly classified instances with costs. ============================================================================= Working file: weka/classifiers/IBk.java ---------------------------- revision 1.10.2.4 date: 1999/09/01 03:28:40; author: mhall; state: Exp; lines: +6 -5 Added a call to crossValidate in the toString method. This ensures that the correct value for K will be displayed when -X has been specified. ---------------------------- revision 1.10.2.3 date: 1999/08/30 05:31:22; author: mhall; state: Exp; lines: +4 -2 Fixed bug where xval was being done even if -X was not specified. ---------------------------- revision 1.10.2.2 date: 1999/08/30 03:11:53; author: mhall; state: Exp; lines: +16 -26 undid previous commit ---------------------------- revision 1.10.2.1 date: 1999/08/30 02:43:37; author: mhall; state: Exp; lines: +26 -16 Incorporated bug fixes from the head of the cvs tree. ============================================================================= Working file: weka/core/Utils.java ---------------------------- revision 1.12.2.2 date: 1999/08/12 06:03:20; author: eibe; state: Exp; lines: +41 -4 Quotes in attribute values are now output properly. ============================================================================= Working file: weka/estimators/NormalEstimator.java ---------------------------- revision 1.2.2.1 date: 1999/08/17 22:23:25; author: mhall; state: Exp; lines: +2 -2 Bug in computing standard deviation for weighted instances. Fixed. =============================================================================