File
File#
weka/gui/GenericPropertiesCreator.excludes
Description#
List classes for corresponding superclasses in GenericPropertiesCreator.props that shouldn't appear in the GenericObjectEditor popup tree.
Version#
- >= 3.5.3
Fields#
- Format
<key>=<prefix>:<class>[,<prefix>:<class>]<key>the key from GenericPropertiesCreator.props (class or interface)
<prefix>S("Superclass"): any class derived from this one will be excludedI("Interface"): any class implementing this interface will be excludedC("Class"): exactly this class will be excluded
- Example
weka.experiment.ResultListener=I:weka.experiment.ResultProducer