| 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: |
|---|
| 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.scripting,\ |
|---|
| 32 | weka.classifiers.trees,\ |
|---|
| 33 | weka.classifiers.rules |
|---|
| 34 | |
|---|
| 35 | # Lists the AbstractClassificationOutput-packages I want to choose from |
|---|
| 36 | weka.classifiers.evaluation.output.prediction.AbstractOutput=\ |
|---|
| 37 | weka.classifiers.evaluation.output.prediction |
|---|
| 38 | |
|---|
| 39 | # Lists the Filters-Packages I want to choose from |
|---|
| 40 | weka.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 |
|---|
| 48 | weka.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 |
|---|
| 53 | weka.attributeSelection.ASEvaluation = \ |
|---|
| 54 | weka.attributeSelection |
|---|
| 55 | |
|---|
| 56 | # Lists the Attribute Selection Search methods-Packages I want to choose from |
|---|
| 57 | weka.attributeSelection.ASSearch = \ |
|---|
| 58 | weka.attributeSelection |
|---|
| 59 | |
|---|
| 60 | # Lists the Associators-Packages I want to choose from |
|---|
| 61 | weka.associations.Associator=\ |
|---|
| 62 | weka.associations |
|---|
| 63 | |
|---|
| 64 | # Lists the Clusterers-Packages I want to choose from |
|---|
| 65 | weka.clusterers.Clusterer=\ |
|---|
| 66 | weka.clusterers |
|---|
| 67 | |
|---|
| 68 | # Lists the DensityBasedClusterers I want to choose from |
|---|
| 69 | weka.clusterers.DensityBasedClusterer=\ |
|---|
| 70 | weka.clusterers |
|---|
| 71 | |
|---|
| 72 | # Lists the Loaders-Packages I want to choose from |
|---|
| 73 | weka.core.converters.Loader=\ |
|---|
| 74 | weka.core.converters |
|---|
| 75 | |
|---|
| 76 | # Lists the Savers-Packages I want to choose from |
|---|
| 77 | weka.core.converters.Saver=\ |
|---|
| 78 | weka.core.converters |
|---|
| 79 | |
|---|
| 80 | # Lists the search algorithms for nearest neighbour search |
|---|
| 81 | weka.core.neighboursearch.NearestNeighbourSearch =\ |
|---|
| 82 | weka.core.neighboursearch |
|---|
| 83 | |
|---|
| 84 | # Lists the ball tree constructors |
|---|
| 85 | weka.core.neighboursearch.balltrees.BallTreeConstructor =\ |
|---|
| 86 | weka.core.neighboursearch.balltrees |
|---|
| 87 | |
|---|
| 88 | # Lists the ball splitters |
|---|
| 89 | weka.core.neighboursearch.balltrees.BallSplitter =\ |
|---|
| 90 | weka.core.neighboursearch.balltrees |
|---|
| 91 | |
|---|
| 92 | # Lists the kd tree splitters |
|---|
| 93 | weka.core.neighboursearch.kdtrees.KDTreeNodeSplitter =\ |
|---|
| 94 | weka.core.neighboursearch.kdtrees |
|---|
| 95 | |
|---|
| 96 | # Lists the distance functions for use nearest neighbour search |
|---|
| 97 | weka.core.DistanceFunction =\ |
|---|
| 98 | weka.core |
|---|
| 99 | |
|---|
| 100 | # Lists the Search algorithm for Bayes net structure learning-Packages I want to choose from |
|---|
| 101 | weka.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 | |
|---|
| 107 | weka.classifiers.bayes.net.estimate.BayesNetEstimator =\ |
|---|
| 108 | weka.classifiers.bayes.net.estimate |
|---|
| 109 | |
|---|
| 110 | # Lists the DataGenerator Algorithms-Packages |
|---|
| 111 | weka.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 |
|---|
| 117 | weka.datagenerators.ClusterDefinition=\ |
|---|
| 118 | weka.datagenerators,\ |
|---|
| 119 | weka.datagenerators.clusterers |
|---|
| 120 | |
|---|
| 121 | # List of stemmers |
|---|
| 122 | weka.core.stemmers.Stemmer=\ |
|---|
| 123 | weka.core.stemmers |
|---|
| 124 | |
|---|
| 125 | # Lists the Estimator-Packages I want to choose from |
|---|
| 126 | weka.estimators.Estimator= \ |
|---|
| 127 | weka.estimators |
|---|
| 128 | |
|---|
| 129 | # Lists of Kernels I want to choose from |
|---|
| 130 | weka.classifiers.functions.supportVector.Kernel=\ |
|---|
| 131 | weka.classifiers.functions.supportVector,\ |
|---|
| 132 | weka.classifiers.mi.supportVector |
|---|
| 133 | |
|---|
| 134 | # List of SVMreg learning algorithms |
|---|
| 135 | weka.classifiers.functions.supportVector.RegOptimizer=\ |
|---|
| 136 | weka.classifiers.functions.supportVector |
|---|
| 137 | |
|---|
| 138 | # List of tokenizers |
|---|
| 139 | weka.core.tokenizers.Tokenizer=\ |
|---|
| 140 | weka.core.tokenizers |
|---|
| 141 | |
|---|
| 142 | # List of extensions for the main GUI, package "weka.gui" is not allowed |
|---|
| 143 | weka.gui.MainMenuExtension= |
|---|
| 144 | |
|---|
| 145 | # List of Explorer visualization plugins (classification panel) |
|---|
| 146 | weka.gui.visualize.plugins.VisualizePlugin=\ |
|---|
| 147 | weka.gui.visualize.plugins |
|---|
| 148 | |
|---|
| 149 | # List of Explorer tree visualization plugins (classification panel) |
|---|
| 150 | weka.gui.visualize.plugins.TreeVisualizePlugin=\ |
|---|
| 151 | weka.gui.visualize.plugins |
|---|
| 152 | |
|---|
| 153 | # List of Explorer graph visualization plugins (classification panel) |
|---|
| 154 | weka.gui.visualize.plugins.GraphVisualizePlugin=\ |
|---|
| 155 | weka.gui.visualize.plugins |
|---|
| 156 | |
|---|
| 157 | # List of Explorer error visualization plugins (classification panel) |
|---|
| 158 | weka.gui.visualize.plugins.ErrorVisualizePlugin=\ |
|---|
| 159 | weka.gui.visualize.plugins |
|---|
| 160 | |
|---|
| 161 | # List of writers for outputting graphics |
|---|
| 162 | weka.gui.visualize.JComponentWriter=\ |
|---|
| 163 | weka.gui.visualize |
|---|
| 164 | |
|---|
| 165 | # List of Experimenter result matrices |
|---|
| 166 | weka.experiment.ResultMatrix=\ |
|---|
| 167 | weka.experiment |
|---|
| 168 | |
|---|
| 169 | # List of Tester algorithms in the Experimenter |
|---|
| 170 | weka.experiment.Tester=\ |
|---|
| 171 | weka.experiment |
|---|
| 172 | |
|---|
| 173 | # List of file loaders |
|---|
| 174 | weka.core.converters.AbstractFileLoader=\ |
|---|
| 175 | weka.core.converters |
|---|
| 176 | |
|---|
| 177 | # List of file savers |
|---|
| 178 | weka.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 |
|---|
| 192 | weka.classifiers.meta.generators.Generator=\ |
|---|
| 193 | weka.classifiers.meta.generators |
|---|
| 194 | |
|---|
| 195 | weka.classifiers.meta.generators.NumericAttributeGenerator=\ |
|---|
| 196 | weka.classifiers.meta.generators |
|---|
| 197 | |
|---|
| 198 | weka.classifiers.meta.generators.NominalAttributeGenerator=\ |
|---|
| 199 | weka.classifiers.meta.generators |
|---|