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-stable Show documentation
Show all versions of weka-stable Show documentation
The Waikato Environment for Knowledge Analysis (WEKA), a machine
learning workbench. This is the stable version. Apart from bugfixes, this version
does not receive any other updates.
# 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 - 2025 Weber Informatics LLC | Privacy Policy