All Downloads are FREE. Search and download functionalities are using the official Maven repository.

weka.gui.GenericPropertiesCreator.excludes Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 3.9.6
Show newest 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