openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
WEKA
Settings
|
Report Duplicate
38
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 4 hours
ago.
Nov 14, 2024 — Nov 14, 2025
Showing page 326 of 333
Search / Filter on:
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.
mhall
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.
trigg
More...
about 26 years ago
- Minor doc changes.
trigg
More...
about 26 years ago
- Updated source output method to prevent method naming clashes (since hashcodes aren't necessarily unique).
trigg
More...
about 26 years ago
- Better handling when classes aren't found.
trigg
More...
about 26 years ago
- Altered copyright notice according to Intelligenesis guidelines :-)
trigg
More...
about 26 years ago
- Made AdaBoost Sourcable.
trigg
More...
about 26 years ago
- First version of the HyperPipes classifier.
trigg
More...
about 26 years ago
Changed to give progress indication during x-val.
mhall
More...
about 26 years ago
Added facility to accumulate statistics over multiple feature selection runs.
mhall
More...
about 26 years ago
- Rearranged the Sourcable stuff (much tidier now). Made DecisionStump and LogitBoost Sourcable.
trigg
More...
about 26 years ago
- Made a right click in the output window select all contents (for easier pasting of large output).
trigg
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.
trigg
More...
about 26 years ago
- Made toString() more informative for multi-class problems.
trigg
More...
about 26 years ago
- Added javadoc for truePositive and falsePositive methods (forgot to add them when I added the methods themselves).
trigg
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.
trigg
More...
about 26 years ago
Bug in computing standard deviation for weighted instances. Fixed.
eibe
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.
mhall
More...
about 26 years ago
Added registration of filter and attribute selection stuff.
mhall
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.
trigg
More...
over 26 years ago
Uses GenericObjectEditor now.
eibe
More...
over 26 years ago
Integrated association panel.
eibe
More...
over 26 years ago
Adapted to abstract class Associator. Serializable.
eibe
More...
over 26 years ago
Abstract class for associators.
eibe
More...
over 26 years ago
Association panel for running associators.
eibe
More...
over 26 years ago
Integrated the association panel.
eibe
More...
over 26 years ago
FilteredClassifier included.
eibe
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.
trigg
More...
over 26 years ago
- Give Mark some credit :-)
trigg
More...
over 26 years ago
Added attribute selection support.
mhall
More...
over 26 years ago
←
1
2
…
322
323
324
325
326
327
328
329
330
331
332
333
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree