123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- # Customises the list of options given by the GenericObjectEditor
- # for various superclasses.
- #
- # Version: $Revision: 15255 $
- # Whether to use the dynamic approach or not (true|false). In case of
- # "false" the old GenericObjectEditor.props file is used:
- UseDynamic=true
- # Lists the ResultProducers-Packages I want to choose from
- weka.experiment.ResultProducer=\
- weka.experiment
- # Lists the ResultListeners-Packages I want to choose from
- weka.experiment.ResultListener=\
- weka.experiment
- # Lists the SplitEvaluators-Packages I want to choose from
- weka.experiment.SplitEvaluator=\
- weka.experiment
- # Lists the Classifiers-Packages I want to choose from
- weka.classifiers.Classifier=\
- weka.classifiers.bayes,\
- weka.classifiers.functions,\
- weka.classifiers.lazy,\
- weka.classifiers.meta,\
- weka.classifiers.meta.nestedDichotomies,\
- weka.classifiers.mi,\
- weka.classifiers.misc,\
- weka.classifiers.scripting,\
- weka.classifiers.trees,\
- weka.classifiers.rules
- # Lists the IterativeClassifier objects I want to choose from
- weka.classifiers.IterativeClassifier=\
- weka.classifiers.functions,\
- weka.classifiers.meta,\
- weka.classifiers.trees
-
- # Lists the AbstractClassificationOutput-packages I want to choose from
- weka.classifiers.evaluation.output.prediction.AbstractOutput=\
- weka.classifiers.evaluation.output.prediction
- # Lists the Filters-Packages I want to choose from
- weka.filters.Filter= \
- weka.filters, \
- weka.filters.supervised.attribute, \
- weka.filters.supervised.instance, \
- weka.filters.unsupervised.attribute, \
- weka.filters.unsupervised.instance
- # Lists the UnsupervisedFilters-Packages I want to choose from
- weka.filters.UnsupervisedFilter = \
- weka.filters.unsupervised.attribute, \
- weka.filters.unsupervised.instance
- # Lists the Attribute Selection Evaluators-Packages I want to choose from
- weka.attributeSelection.ASEvaluation = \
- weka.attributeSelection
- # Lists the Attribute Selection Search methods-Packages I want to choose from
- weka.attributeSelection.ASSearch = \
- weka.attributeSelection
- # Lists the Associators-Packages I want to choose from
- weka.associations.Associator=\
- weka.associations
- # Lists the Clusterers-Packages I want to choose from
- weka.clusterers.Clusterer=\
- weka.clusterers
- # Lists the DensityBasedClusterers I want to choose from
- weka.clusterers.DensityBasedClusterer=\
- weka.clusterers
- # Lists the Loaders-Packages I want to choose from
- weka.core.converters.Loader=\
- weka.core.converters
- # Lists the Savers-Packages I want to choose from
- weka.core.converters.Saver=\
- weka.core.converters
- # Lists the search algorithms for nearest neighbour search
- weka.core.neighboursearch.NearestNeighbourSearch =\
- weka.core.neighboursearch
- # Lists the ball tree constructors
- weka.core.neighboursearch.balltrees.BallTreeConstructor =\
- weka.core.neighboursearch.balltrees
- # Lists the ball splitters
- weka.core.neighboursearch.balltrees.BallSplitter =\
- weka.core.neighboursearch.balltrees
-
- # Lists the kd tree splitters
- weka.core.neighboursearch.kdtrees.KDTreeNodeSplitter =\
- weka.core.neighboursearch.kdtrees
- # Lists the distance functions for use nearest neighbour search
- weka.core.DistanceFunction =\
- weka.core
- # Lists the Search algorithm for Bayes net structure learning-Packages I want to choose from
- weka.classifiers.bayes.net.search.SearchAlgorithm=\
- weka.classifiers.bayes.net.search.local, \
- weka.classifiers.bayes.net.search.ci, \
- weka.classifiers.bayes.net.search.global, \
- weka.classifiers.bayes.net.search.fixed
- weka.classifiers.bayes.net.estimate.BayesNetEstimator =\
- weka.classifiers.bayes.net.estimate
- # Lists the DataGenerator Algorithms-Packages
- weka.datagenerators.DataGenerator=\
- weka.datagenerators.classifiers.classification,\
- weka.datagenerators.classifiers.regression,\
- weka.datagenerators.clusterers
- # Lists the packages where to find ClusterDefinition
- weka.datagenerators.ClusterDefinition=\
- weka.datagenerators,\
- weka.datagenerators.clusterers
- # List of stemmers
- weka.core.stemmers.Stemmer=\
- weka.core.stemmers
- # Lists the Estimator-Packages I want to choose from
- weka.estimators.Estimator= \
- weka.estimators
- # Lists the Univariate Density Estimator packages I want to choose from
- weka.estimators.UnivariateDensityEstimator= \
- weka.estimators
- # Lists of Kernels I want to choose from
- weka.classifiers.functions.supportVector.Kernel=\
- weka.classifiers.functions.supportVector,\
- weka.classifiers.mi.supportVector
- # List of SVMreg learning algorithms
- weka.classifiers.functions.supportVector.RegOptimizer=\
- weka.classifiers.functions.supportVector
- # List of tokenizers
- weka.core.tokenizers.Tokenizer=\
- weka.core.tokenizers
- # List of extensions for the main GUI, package "weka.gui" is not allowed
- weka.gui.MainMenuExtension=
- # List of Explorer visualization plugins (classification panel)
- weka.gui.visualize.plugins.VisualizePlugin=\
- weka.gui.visualize.plugins
- # List of Explorer tree visualization plugins (classification panel)
- weka.gui.visualize.plugins.TreeVisualizePlugin=\
- weka.gui.visualize.plugins
- # List of Explorer graph visualization plugins (classification panel)
- weka.gui.visualize.plugins.GraphVisualizePlugin=\
- weka.gui.visualize.plugins
- # List of Explorer error visualization plugins (classification panel)
- weka.gui.visualize.plugins.ErrorVisualizePlugin=\
- weka.gui.visualize.plugins
-
- #List of Explorer association rule visualization plugins (associations panel)
- weka.gui.visualize.plugins.AssociationRuleVisualizePlugin=\
- weka.gui.visualize.plugins
- #List of Explorer classifier panel launch handler plugins
- weka.gui.explorer.ClassifierPanelLaunchHandlerPlugin=\
- weka.gui.explorer
- # List of writers for outputting graphics
- weka.gui.visualize.JComponentWriter=\
- weka.gui.visualize
- # List of Experimenter result matrices
- weka.experiment.ResultMatrix=\
- weka.experiment
- # List of Tester algorithms in the Experimenter
- weka.experiment.Tester=\
- weka.experiment
- # List of Experimenter setup panels
- weka.gui.experiment.AbstractSetupPanel=\
- weka.gui.experiment
- # List of file loaders
- weka.core.converters.AbstractFileLoader=\
- weka.core.converters
- # List of file savers
- weka.core.converters.AbstractFileSaver=\
- weka.core.converters
- # List of partition generators
- weka.core.PartitionGenerator=\
- weka.classifiers.trees,\
- weka.classifiers.meta
- # List of snowball stemmers.
- #
- # Note: the snowball jar needs to be in the CLASSPATH to make these stemmers
- # available.
- #org.tartarus.snowball.SnowballProgram=\
- # org.tartarus.snowball.ext
- # List of generators
- #weka.classifiers.meta.generators.Generator=\
- # weka.classifiers.meta.generators
- #weka.classifiers.meta.generators.NumericAttributeGenerator=\
- # weka.classifiers.meta.generators
- #weka.classifiers.meta.generators.NominalAttributeGenerator=\
- # weka.classifiers.meta.generators
- # stopword algorithms
- weka.core.stopwords.StopwordsHandler=\
- weka.core.stopwords
- # the commands for the SimpleCLI
- weka.gui.simplecli.AbstractCommand=\
- weka.gui.simplecli
|