38
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Nov 14, 2024 — Nov 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Incorperated ClustererPanel into the Explorer. Touched up ClusterEvaluation, EM and Cobweb to allow integration with the gui. More... about 26 years ago
- Reworked cost sensitive classification and evaluation. Cost matrices are now handled as a class CostMatrix. Code related to cost matrices has been moved from Instances into CostMatrix. Evaluation has been updated to use CostMatrix (and the old cost file format is still read). Created a meta classifier for performing cost-sensitve classification using either training instance reweighting or minimum expected cost prediction. Made a simple editor for cost matrices and adjusted other GUI files to support this. More... about 26 years ago
- Minor doc changes. More... about 26 years ago
- Updated source output method to prevent method naming clashes (since hashcodes aren't necessarily unique). More... about 26 years ago
- Better handling when classes aren't found. More... about 26 years ago
- Altered copyright notice according to Intelligenesis guidelines :-) More... about 26 years ago
- Made AdaBoost Sourcable. More... about 26 years ago
- First version of the HyperPipes classifier. More... about 26 years ago
Changed to give progress indication during x-val. More... about 26 years ago
Added facility to accumulate statistics over multiple feature selection runs. More... about 26 years ago
- Rearranged the Sourcable stuff (much tidier now). Made DecisionStump and LogitBoost Sourcable. More... about 26 years ago
- Made a right click in the output window select all contents (for easier pasting of large output). More... about 26 years ago
- The selected item (that corresponding to the "single click view") is now updated when setSingle() is called, rather than only when the list is clicked. More... about 26 years ago
- Made toString() more informative for multi-class problems. More... about 26 years ago
- Added javadoc for truePositive and falsePositive methods (forgot to add them when I added the methods themselves). More... about 26 years ago
- Added a static method to merge two sets of instances. This functionality can't be handled as a Filter because Filters assume a single instance stream. Perhaps in the future it might be worth considering filters that allow multiple input and output streams, but at least for the multiple input case I can't think of applications other than simple merging. More... about 26 years ago
Bug in computing standard deviation for weighted instances. Fixed. More... about 26 years ago
Changed database queries to enclose key values in single quotes rather than double quotes. This prevents nesting of double quotes. More... about 26 years ago
Added registration of filter and attribute selection stuff. More... about 26 years ago
- Added a simple GUI chooser (the idea is that this chooser becomes the "main class" of the distribution that gets run when the jarfile is clicked). If Swing is not installed, the only available GUI is the old AWT SimpleCLI. If Swing is installed, there is also the option to start Explorer or Experimenter. Updated Makefile to produce the appropriate changes in the manifest. More... over 26 years ago
Uses GenericObjectEditor now. More... over 26 years ago
Integrated association panel. More... over 26 years ago
Adapted to abstract class Associator. Serializable. More... over 26 years ago
Abstract class for associators. More... over 26 years ago
Association panel for running associators. More... over 26 years ago
Integrated the association panel. More... over 26 years ago
FilteredClassifier included. More... over 26 years ago
- Changed how properties files are accessed. Now the customization properties of weka.experiment.DatabaseUtils and weka.gui.GenericObjectEditor are determined by the files DatabaseUtils.props and GenericObjectEditor.props respectively. This file can be read from: a) the weka distribution jarfile b) the user's home directory c) the current directory settings found in later locations override those obtained from earlier locations. More... over 26 years ago
- Give Mark some credit :-) More... over 26 years ago
Added attribute selection support. More... over 26 years ago