GenericPropertiesCreator.props 6.8 KB

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