⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 defaultmodels.props

📁 代码是一个分类器的实现,其中使用了部分weka的源代码。可以将项目导入eclipse运行
💻 PROPS
字号:
# This file stores the properties used by the default models panel # to determine which .model.xml default model lists to include.  It # also stores lists of regular expressions that are used to prune # the default lists as specified by the user.## ONE VERY IMPORTANT CAVEAT! While the ability to use regular # expressions is a nice and powerful way to specify model strings# you should try not to use commas fillowed by a space: ", " in# these regexp's since that's what the properties are being split# apart with when they are parsed at run time.## version: $Revision: 1.1 $#list of .model.xml filesfiles=toylist, large_binary_class, large_multi_class#list of regexp's defining models with large train timestrain_time=.*functions.MultilayerPerceptron.*, \	.*trees.LMT.*, \	.*AdaBoost.*, \	.*Bagging.*	#list of regexp's defining models with large test timestest_time=.*lazy.LWL.*, \	.*lazy.KStar.*, \	.*lazy.IBk.*#list of regexp's defining models with large file sizesfile_size=.*functions.SimpleLogistic.*, \	.*rules.JRip.*, \	.*AdaBoost.*, \	.*Bagging.*	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -