changes
来自「这是用matlab编写的支持向量机的函数工具箱」· 代码 · 共 21 行
TXT
21 行
The following minor corrections have been made to the software:Dec 10, 1996: In line 43 of the file "rand.c" there used to be an absolute pathnamefor the file "randfile", which of course gave problems when the sourcewas moved to different machines. This has been fixed by using a "sed"script in the makefile, to substitute in the current "pwd" beforecompiling.In line 50 of the file "gp-map-1" in the call to "initTimer", thedefault maximum value of a week of computation time has been corrected(ie changed from 604800 to 604800000 milliseconds).In line 51 of the file "median.c", the (pseudo-) random index into the"a" array is no-longer calculated in integer arithimetic, in order toavoid possible integer overflow. --Carl Edward Rasmussen (carl@cs.toronto.edu)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?