| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2014-01-15 | 989 Bytes | |
| Tutorial.pdf | 2014-01-15 | 524.7 kB | |
| meka-release-1.5.zip | 2014-01-15 | 15.4 MB | |
| meka-javadoc-1.5.zip | 2014-01-15 | 593.2 kB | |
| meka-1.5.jar | 2014-01-15 | 316.1 kB | |
| Totals: 5 Items | 16.8 MB | 0 | |
Release Notes: - This is a major release, after many changes. It will likely be followed up shortly with another release after - thorough testing - respective debugging - more documentation Changes since the last version: - All meka classifiers are now in meka.classifiers. (instead of weka.classifiers.) - The CC code is being consolidated, the CC.java code will eventually be replaced by the CCe.java code (CC-'extended'). (if you are writing a CC-based classifier, extend CCe for now.) - MCC is not as fast as before, temporarily, due to the previous change -- this will be fixed. (this and several other classifiers have been affected by the use of the external 'CNode' class) - Many small changes to evaluation (prettier output, more efficient, new verbosity option) - Some evaluation options can no longer be put into the arff files -- this was causing problems under some combinations. - See the Tutorial.pdf for detailed information on obtaining, using and extending MEKA.