代码拉取完成,页面将自动刷新
同步操作将从 Jon./hssvm 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。