1 Star 0 Fork 21

追忆/hssvm

forked from Jon./hssvm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
hssvm-config.xml 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
Junn 提交于 2016-08-12 15:43 . init files
<?xml version="1.0"?>
<!-- created on 2010-5-15, by jun -->
<hssvm-config>
<!-- this factor determines storing how many rows of kernel matrix in cache -->
<cache-factor>0.05</cache-factor>
<!-- the type of kernel function -->
<kernel>2</kernel>
<!-- tolerance of termination criterion -->
<eps>0.001</eps>
<!-- names of sample file -->
<train-file>breastcancertrain</train-file>
<test-file>breastcancertest</test-file>
<!-- the fold number in cross-validation -->
<fold>5</fold>
<!-- the scopes of C and gamma -->
<C-lower>0.1</C-lower>
<C-upper>0.5</C-upper>
<C-step>0.1</C-step>
<gamma-lower>1</gamma-lower>
<gamma-upper>5</gamma-upper>
<gamma-step>1</gamma-step>
<!-- whether or not normalize data when searching parameter -->
<!-- true: scale data, false: not to do -->
<if-search-scale>true</if-search-scale>
<!-- whether or not normalize data when training and prediction -->
<!-- true: scale data, false: not to do -->
<if-classify-scale>true</if-classify-scale>
<!-- scaling bound,it's availabe only if-search-scale or if-classify-scale is availabe -->
<scale-lower>-1</scale-lower>
<scale-upper>1</scale-upper>
<!--0: random, 1: k-fold cross, 2: k-fold random cross-->
<cross-validate-way>1</cross-validate-way>
<!-- the desired lowest accuracy, all gamma-C pairs of searching results -->
<!-- which are equal or greater than this accuracy value will be used for -->
<!-- classification process -->
<required-accuracy>0.85</required-accuracy>
<!-- determines how to choose optimal gamma-C pair -->
<!-- 0: minimal C, 1: minimal gamma, 2: both C and gamma are minimal -->
<best-param-strategy>0</best-param-strategy>
<!-- true: write file, false: not do -->
<if-write-search-result>false</if-write-search-result>
</hssvm-config>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ryan_admin/hssvm.git
git@gitee.com:ryan_admin/hssvm.git
ryan_admin
hssvm
hssvm
master

搜索帮助