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

« back to all changes in this revision

Viewing changes to weka/gui/GenericPropertiesCreator.props

  • 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
# Customises the list of options given by the GenericObjectEditor
 
2
# for various superclasses.
 
3
#
 
4
# Version: $Revision: 1.18 $
 
5
 
 
6
# Whether to use the dynamic approach or not (true|false). In case of
 
7
# "false" the old GenericObjectEditor.props file is used:
 
8
UseDynamic=true
 
9
 
 
10
# Lists the ResultProducers-Packages I want to choose from
 
11
weka.experiment.ResultProducer=\
 
12
  weka.experiment
 
13
 
 
14
# Lists the ResultListeners-Packages I want to choose from
 
15
weka.experiment.ResultListener=\
 
16
  weka.experiment
 
17
 
 
18
# Lists the SplitEvaluators-Packages I want to choose from
 
19
weka.experiment.SplitEvaluator=\
 
20
  weka.experiment
 
21
 
 
22
# Lists the Classifiers-Packages I want to choose from
 
23
weka.classifiers.Classifier=\
 
24
 weka.classifiers.bayes,\
 
25
 weka.classifiers.functions,\
 
26
 weka.classifiers.lazy,\
 
27
 weka.classifiers.meta,\
 
28
 weka.classifiers.meta.nestedDichotomies,\
 
29
 weka.classifiers.mi,\
 
30
 weka.classifiers.misc,\
 
31
 weka.classifiers.trees,\
 
32
 weka.classifiers.rules
 
33
 
 
34
# Lists the Filters-Packages I want to choose from
 
35
weka.filters.Filter= \
 
36
 weka.filters, \
 
37
 weka.filters.supervised.attribute, \
 
38
 weka.filters.supervised.instance, \
 
39
 weka.filters.unsupervised.attribute, \
 
40
 weka.filters.unsupervised.instance
 
41
 
 
42
# Lists the UnsupervisedFilters-Packages I want to choose from
 
43
weka.filters.UnsupervisedFilter = \
 
44
 weka.filters.unsupervised.attribute, \
 
45
 weka.filters.unsupervised.instance
 
46
 
 
47
# Lists the Attribute Selection Evaluators-Packages I want to choose from
 
48
weka.attributeSelection.ASEvaluation = \
 
49
 weka.attributeSelection
 
50
 
 
51
# Lists the Attribute Selection Search methods-Packages I want to choose from
 
52
weka.attributeSelection.ASSearch = \
 
53
 weka.attributeSelection
 
54
 
 
55
# Lists the Associators-Packages I want to choose from
 
56
weka.associations.Associator=\
 
57
 weka.associations
 
58
 
 
59
# Lists the Clusterers-Packages I want to choose from
 
60
weka.clusterers.Clusterer=\
 
61
 weka.clusterers
 
62
 
 
63
# Lists the DensityBasedClusterers I want to choose from
 
64
weka.clusterers.DensityBasedClusterer=\
 
65
 weka.clusterers
 
66
 
 
67
# Lists the Loaders-Packages I want to choose from
 
68
weka.core.converters.Loader=\
 
69
 weka.core.converters
 
70
 
 
71
# Lists the Savers-Packages I want to choose from
 
72
weka.core.converters.Saver=\
 
73
 weka.core.converters
 
74
 
 
75
# Lists the search algorithms for nearest neighbour search
 
76
weka.core.neighboursearch.NearestNeighbourSearch =\
 
77
 weka.core.neighboursearch
 
78
 
 
79
# Lists the ball tree constructors
 
80
weka.core.neighboursearch.balltrees.BallTreeConstructor =\
 
81
 weka.core.neighboursearch.balltrees
 
82
 
 
83
# Lists the ball splitters
 
84
weka.core.neighboursearch.balltrees.BallSplitter =\
 
85
 weka.core.neighboursearch.balltrees
 
86
 
 
87
# Lists the kd tree splitters
 
88
weka.core.neighboursearch.kdtrees.KDTreeNodeSplitter =\
 
89
 weka.core.neighboursearch.kdtrees
 
90
 
 
91
# Lists the distance functions for use nearest neighbour search
 
92
weka.core.DistanceFunction =\
 
93
 weka.core 
 
94
 
 
95
# Lists the Search algorithm for Bayes net structure learning-Packages I want to choose from
 
96
weka.classifiers.bayes.net.search.SearchAlgorithm=\
 
97
 weka.classifiers.bayes.net.search.local, \
 
98
 weka.classifiers.bayes.net.search.ci, \
 
99
 weka.classifiers.bayes.net.search.global, \
 
100
 weka.classifiers.bayes.net.search.fixed
 
101
 
 
102
weka.classifiers.bayes.net.estimate.BayesNetEstimator =\
 
103
 weka.classifiers.bayes.net.estimate
 
104
 
 
105
# Lists the DataGenerator Algorithms-Packages
 
106
weka.datagenerators.DataGenerator=\
 
107
 weka.datagenerators.classifiers.classification,\
 
108
 weka.datagenerators.classifiers.regression,\
 
109
 weka.datagenerators.clusterers
 
110
 
 
111
# Lists the packages where to find ClusterDefinition
 
112
weka.datagenerators.ClusterDefinition=\
 
113
 weka.datagenerators,\
 
114
 weka.datagenerators.clusterers
 
115
 
 
116
# List of stemmers
 
117
weka.core.stemmers.Stemmer=\
 
118
 weka.core.stemmers
 
119
 
 
120
# Lists the Estimator-Packages I want to choose from
 
121
weka.estimators.Estimator= \
 
122
 weka.estimators
 
123
 
 
124
# Lists of Kernels I want to choose from
 
125
weka.classifiers.functions.supportVector.Kernel=\
 
126
 weka.classifiers.functions.supportVector,\
 
127
 weka.classifiers.mi.supportVector
 
128
 
 
129
# List of SVMreg learning algorithms
 
130
weka.classifiers.functions.supportVector.RegOptimizer=\
 
131
 weka.classifiers.functions.supportVector
 
132
 
 
133
# List of tokenizers
 
134
weka.core.tokenizers.Tokenizer=\
 
135
 weka.core.tokenizers
 
136
 
 
137
# List of extensions for the main GUI, package "weka.gui" is not allowed
 
138
weka.gui.MainMenuExtension=
 
139
 
 
140
# List of Explorer visualization plugins (classification panel)
 
141
weka.gui.visualize.plugins.VisualizePlugin=\
 
142
 weka.gui.visualize.plugins
 
143
 
 
144
# List of writers for outputting graphics
 
145
weka.gui.visualize.JComponentWriter=\
 
146
 weka.gui.visualize
 
147
 
 
148
# List of Experimenter result matrices
 
149
weka.experiment.ResultMatrix=\
 
150
 weka.experiment
 
151
 
 
152
# List of Tester algorithms in the Experimenter
 
153
weka.experiment.Tester=\
 
154
 weka.experiment
 
155
 
 
156
# List of file loaders
 
157
weka.core.converters.AbstractFileLoader=\
 
158
 weka.core.converters
 
159
 
 
160
# List of file savers
 
161
weka.core.converters.AbstractFileSaver=\
 
162
 weka.core.converters
 
163
 
 
164
# List of snowball stemmers.
 
165
#
 
166
# Note: the snowball jar needs to be in the CLASSPATH to make these stemmers
 
167
#       available. See the following links for more information:
 
168
#       http://weka.sourceforge.net/wekadoc/index.php/en:Stemmers
 
169
#       http://snowball.tartarus.org/
 
170
#
 
171
#org.tartarus.snowball.SnowballProgram=\
 
172
# org.tartarus.snowball.ext