File
File#
weka/gui/GenericPropertiesCreator.props
Description#
Lists all the packages to look in for subclasses of a certain superclass to be displayed in the GenericObjectEditor.
Note: Weka 3.5.8 turned the automatic discovery off by default. In this case, the weka/gui/GenericObjectEditor.props is used again.
Version#
- >= 3.4.4
Fields#
- enable/disable dynamic discovery (> 3.5.5)
UseDynamic=true|false
- Format (a backslash at the end continues the package list on the next line)
<superclass>=<package>[,package[,...]]
- Filter example
- Classifier example
See also#
- GenericObjectEditor (explains how to add new schemes)
- Properties file