diff options
author | Patrick Simianer <p@simianer.de> | 2014-06-14 16:46:27 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-06-14 16:46:27 +0200 |
commit | 26c490f404731d053a6205719b6246502c07b449 (patch) | |
tree | 3aa721098f1251dfbf2249ecd2736434c13b1d48 /data/iris/svm_light/setosa.learnout |
init
Diffstat (limited to 'data/iris/svm_light/setosa.learnout')
-rw-r--r-- | data/iris/svm_light/setosa.learnout | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/iris/svm_light/setosa.learnout b/data/iris/svm_light/setosa.learnout new file mode 100644 index 0000000..b5ff56e --- /dev/null +++ b/data/iris/svm_light/setosa.learnout @@ -0,0 +1,18 @@ +Scanning examples...done +Reading examples into memory...100..OK. (150 examples read) +Setting default regularization parameter C=0.0162 +Optimizing...............done. (16 iterations) +Optimization finished (0 misclassified, maxdiff=0.00000). +Runtime in cpu-seconds: 0.00 +Number of SV: 36 (including 34 at upper bound) +L1 loss: loss=5.54515 +Norm of weight vector: |w|=0.68130 +Norm of longest example vector: |x|=11.11126 +Estimated VCdim of classifier: VCdim<=30.12233 +Computing XiAlpha-estimates...done +Runtime for XiAlpha-estimates in cpu-seconds: 0.00 +XiAlpha-estimate of the error: error<=22.67% (rho=1.00,depth=0) +XiAlpha-estimate of the recall: recall=>66.00% (rho=1.00,depth=0) +XiAlpha-estimate of the precision: precision=>66.00% (rho=1.00,depth=0) +Number of kernel evaluations: 1803 +Writing model file...done |