source: src/main/java/weka/gui/GenericPropertiesCreator.props @ 11

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

Import di weka.

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