weka.gui.GenericPropertiesCreator.excludes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weka-dev Show documentation
Show all versions of weka-dev Show documentation
The Waikato Environment for Knowledge Analysis (WEKA), a machine
learning workbench. This version represents the developer version, the
"bleeding edge" of development, you could say. New functionality gets added
to this version.
# Corresponds to GenericPropertiesCreator.props, but lists classes
# that shouldn't appear in the GUI.
#
# Format:
# =:[,:]
#
# the key from GenericPropertiesCreator.props (class or interface)
# S ("Superclass"): any class derived from this one will be
# excluded
# I ("Interface"): any class implementing this interface will be
# excluded
# C ("Class"): exactly this class will be excluded
# the classname
#
# Author : fracpete (fracpete at waikato dot ac dot nz)
# Version: $Revision: 8034 $
# ResultListeners
weka.experiment.ResultListener=\
I:weka.experiment.ResultProducer
# Search algorithms of the Bayes net package
weka.classifiers.bayes.net.search.SearchAlgorithm=\
C:weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm,\
C:weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm,\
C:weka.classifiers.bayes.net.search.ci.CIScoreSearchAlgorithm
# SVMreg learning algorithms
weka.classifiers.functions.supportVector.RegOptimizer=\
C:weka.classifiers.functions.supportVector.RegOptimizer
© 2015 - 2024 Weber Informatics LLC | Privacy Policy