| File | Date | Author | Commit |
|---|---|---|---|
| src | 2015-10-15 | jread82_nz | [r702] Renamed Show*PrecisionRecall to, more generical... |
| LICENSE.txt | 2012-11-14 | fracpete | [r24] renamed license file |
| README.md | 2015-10-30 | jread82_nz | [r705] Markdown fixed in README |
| RELEASE.txt | 2015-09-10 | fracpete | [r388] added information on making a release |
| pom.xml | 2015-11-03 | fracpete | [r706] [maven-release-plugin] prepare release meka-1.9.0 |
| release.xml | 2015-10-14 | jread82_nz | [r697] Updated version number, prepared for next release |
See the Tutorial.pdf for detailed information on obtaining, using and extending MEKA.
For a list of included methods and 'quick-start' command line examples,
see: http://meka.sourceforge.net/methods.html
Improvements since the last version are as follows.
MEKA's build has been switched over from Apache Ant to Apache Maven.
The Evaluation framework has been heavily reworked
doubles[] can be stored in Results, rather than just Strings and Doubles.The seed used to randomize a dataset is no longer passed on to Randomizeable classifiers -- they must use their own.
Randomizeable classifiers will be different to earlier versions of MEKA when a dataset is randomizedIt is easier now to add new functionality to Result History objects.
meka.gui.explorer.classify.AbstractClassifyResultHistoryPlugin and placed in the meka.gui.explorer.classify package. The Explorer tabs are now plugins and get discovered dynamically at runtime.
meka.gui.explorer.AbstractExplorerTab meka.gui.explorer package.A GUIChooser class is now available: meka.gui.guichooser.GUIChooser
meka.gui.guichooser.AbstractMenuItemDefinition and placed in package meka.gui.guichooser. isShortcutButton() method return true.Meka now has an Experimenter
ExperimentExample.java for an example of how to do this on the command line.The MultilabelClassifier class has been (more appropriately) renamed ProblemTransformationMethod, and there is now a MultiLabelClassifier Interface.
MajorityLabelsetClassifier now implement MultilabelClassifier. Most others are ProblemTransformationMethodsTool tips and get/set options thoroughly elabourated throughout classifiers, and respective javadoc comments cleaned up
Tutorial updated to reflect changes
A number of minor bug fixes, e.g.,
PSt when empty labelset appearsSNN where also fixed