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
Changed so that visualize button status and classifier output responds to both mouse and keyboard in the results list. More... about 26 years ago
added a getSelectionModel method so that clients can add themselves as listeners for list selection events. This allows a response to be made when a list selection changes regardless of how the selection was made (mouse or keyboard). More... about 26 years ago
- New mega-funky quoting mechanism. Better in all respects. More... about 26 years ago
Fixed Visualize button so that its enabled status is linked to the results list. More... about 26 years ago
Changed so that generic objects rather than just Visualize objects can be associated with list entries. More... about 26 years ago
- Rearranged IO threading to allow external objects to trigger file loading (eg, main method of Explorer). More... about 26 years ago
- Allow specifying an arff file from the command line More... about 26 years ago
- Fixed bug in jittering -- used to tend values downward (now symmetric around the original value, by using gaussian jittering) More... about 26 years ago
- Fixed bug -- selected index may actually be 0 :-) More... about 26 years ago
Added a jitter slider. Can now click on a point and recieve information about the corresponding instance(s) in a popup window. More... about 26 years ago
Moved the visualize button. Individual clustering results from the results list can now be visualized. More... about 26 years ago
Moved the output/visualize options to a popup window. Individual predictions from the results list can now be visualized. More... about 26 years ago
Added the ability to associate a visualization object with a list entry More... about 26 years ago
partial code removed More... about 26 years ago
Fixed cancel button. Now works under NT using java 1.2. More... about 26 years ago
- Got rid of ugly extra ^M's in the source. More... about 26 years ago
Added the visualize panel. More... about 26 years ago
Incorperated the visualize panel. More... about 26 years ago
Added visualize button. More... about 26 years ago
Initial import More... about 26 years ago
Changed so that cluster assignments are mapped properly when a clusterer has empty clusters. More... about 26 years ago
Changed evaluateModelOnce so it returns the prediction for the instance, More... about 26 years ago
- Fixed bug when setting instances with no attributes More... about 26 years ago
Added ok and cancel buttons. More... about 26 years ago
- Added options to control output for classifiers, and not output the attribute list for more than 100 attributes. More... about 26 years ago
Added ClustererPanel. More... about 26 years ago
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. More... about 26 years ago
Changed so unused clusters are not displayed in the output. More... about 26 years ago
- Changed CorrectlyClassifiedWithCost to reflect the benefit of correctly classifying a potentially high-cost instance. More... about 26 years ago
Incorperated ClustererPanel into the Explorer. Touched up ClusterEvaluation, EM and Cobweb to allow integration with the gui. More... about 26 years ago