testresults.txt.svn-base

来自「Incrementally/decrementally update svm. 」· SVN-BASE 代码 · 共 50 行

SVN-BASE
50
字号
> load nonlindata100
> svmtrain(X,y,10,5,2);
Beginning training.
Learned 50 examples.
Learned 100 examples.
Training complete!

Margin vectors:		13
Error vectors:		31
Reserve vectors:	56
Kernel evaluations:	17645

> svmloo
Beginning LOO error rate estimation.
Unlearned and tested 44 examples.
Process complete!


ans =

    18

> plot2dkm
> perturbc(50);
p = 0.00
p = 0.23
p = 0.44
p = 0.66
p = 0.84
p = 1.00
Perturbation complete!

Margin vectors:		18
Error vectors:		25
Reserve vectors:	57
Kernel evaluations:	4312

> plot2dkm
> perturbk(4);
Number of unlearned vectors: 40
Perturbation complete!

Margin vectors:		12
Error vectors:		30
Reserve vectors:	58
Kernel evaluations:	10436

> plot2dkm
> diary off

⌨️ 快捷键说明

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