readme

来自「一种基于局部密度比权重设置模型的加权支持向量回归模型来单步求解多分类问题:该方法」· 代码 · 共 13 行

TXT
13
字号
This allows user to use relative weights for different examples (adjust C_i)Usage: svm-train -W 1 heart.wgt.10Note that the result should be similar to (numerically the same as)svm-train heart.10Currently supporting C_SVC (default) and EPSILON_SVR (-s 3)The python interface is also modified. See svm_w_usage.py for details

⌨️ 快捷键说明

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