genericpropertiescreator.excludes
来自「Java 编写的多种数据挖掘算法 包括聚类、分类、预处理等」· EXCLUDES 代码 · 共 28 行
EXCLUDES
28 行
# Corresponds to GenericPropertiesCreator.props, but lists classes# that shouldn't appear in the GUI.## Format:# <key>=<prefix>:<class>[,<prefix>:<class>]## <key> the key from GenericPropertiesCreator.props (class or interface)# <prefix> 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# <class> the classname## Author : fracpete (fracpete at waikato dot ac dot nz)# Version: $Revision: 1.2 $# ResultListenersweka.experiment.ResultListener=\ I:weka.experiment.ResultProducer# Search algorithms of the Bayes net packageweka.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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?