source: src/main/java/weka/gui/GenericPropertiesCreator.excludes @ 24

Last change on this file since 24 was 4, checked in by gnappo, 14 years ago

Import di weka.

File size: 1.2 KB
RevLine 
[4]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: 1.3 $
17
18# ResultListeners
19weka.experiment.ResultListener=\
20  I:weka.experiment.ResultProducer
21
22# Search algorithms of the Bayes net package
23weka.classifiers.bayes.net.search.SearchAlgorithm=\
24  C:weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm,\
25  C:weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm,\
26  C:weka.classifiers.bayes.net.search.ci.CIScoreSearchAlgorithm
27
28# SVMreg learning algorithms
29weka.classifiers.functions.supportVector.RegOptimizer=\
30 C:weka.classifiers.functions.supportVector.RegOptimizer
31
Note: See TracBrowser for help on using the repository browser.