try.cv
来自「vc的源代码程序的基于最小特征向量的元素的集合方法的程序源代码」· CV 代码 · 共 29 行
CV
29 行
file=$1 # hold the file name passed as an argumentfold=10 # number of experiments in each foldsN=1 # number of fold to support multiple cross validadtion########################################################################## K # number of methods ## methods= # name of the methods ## ## options= # must one-to-one correspondence with the method. ## # use - where no parameter required ## ########################################################################## K = 8 # running eight methodsmethods="ZETA D2 CHI2 EQFR EQWD 1R CHIMERGE MANTARAS" # name of eight methodsoptions="- - 0.7 - - - 0.9 -" # eight parameters for eight methodslinkexe # link all .EXE files to this CV directory crossVal $file $fold $N $K "$methods" "$options" # running cross validation
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?