~ubuntu-branches/ubuntu/precise/weka/precise

« back to all changes in this revision

Viewing changes to weka/gui/GenericPropertiesCreator.excludes

  • Committer: Bazaar Package Importer
  • Author(s): Soeren Sonnenburg
  • Date: 2008-02-24 09:18:45 UTC
  • Revision ID: james.westby@ubuntu.com-20080224091845-1l8zy6fm6xipbzsr
Tags: upstream-3.5.7+tut1
ImportĀ upstreamĀ versionĀ 3.5.7+tut1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
19
weka.experiment.ResultListener=\
 
20
  I:weka.experiment.ResultProducer
 
21
 
 
22
# Search algorithms of the Bayes net package
 
23
weka.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
 
29
weka.classifiers.functions.supportVector.RegOptimizer=\
 
30
 C:weka.classifiers.functions.supportVector.RegOptimizer
 
31