GenericPropertiesCreator.excludes 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. # Corresponds to GenericPropertiesCreator.props, but lists classes
  2. # that shouldn't appear in the GUI.
  3. #
  4. # Format:
  5. # <key>=<prefix>:<class>[,<prefix>:<class>]
  6. #
  7. # <key> the key from GenericPropertiesCreator.props (class or interface)
  8. # <prefix> S ("Superclass"): any class derived from this one will be
  9. # excluded
  10. # I ("Interface"): any class implementing this interface will be
  11. # excluded
  12. # C ("Class"): exactly this class will be excluded
  13. # <class> the classname
  14. #
  15. # Author : fracpete (fracpete at waikato dot ac dot nz)
  16. # Version: $Revision: 8034 $
  17. # ResultListeners
  18. weka.experiment.ResultListener=\
  19. I:weka.experiment.ResultProducer
  20. # Search algorithms of the Bayes net package
  21. weka.classifiers.bayes.net.search.SearchAlgorithm=\
  22. C:weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm,\
  23. C:weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm,\
  24. C:weka.classifiers.bayes.net.search.ci.CIScoreSearchAlgorithm
  25. # SVMreg learning algorithms
  26. weka.classifiers.functions.supportVector.RegOptimizer=\
  27. C:weka.classifiers.functions.supportVector.RegOptimizer