Releases: fracpete/wekaclassalgos
Releases · fracpete/wekaclassalgos
Release v2023.2.8
- setting options no longer requires all options to be present
- centralized helper methods for parsing options (now with default values)
- call to
super.setOptions(...)
now at end ofsetOptions
methods to avoid exception due to check for unused options - replaced
StringBuffer
withStringBuilder
toArray(...)
calls now use 0-length array templates- replaced
LinkedList
withArrayList
in some places
Release v2017.10.18
- based on version 1.8 of wekaclassalgos (https://sourceforge.net/projects/wekaclassalgos/files/wekaclassalgos/1.8/)
- made compatible with Weka 3.7.13+ (including 3.9.1)
- reformatted code
- introduced capabilities handling