From 26c490f404731d053a6205719b6246502c07b449 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 14 Jun 2014 16:46:27 +0200 Subject: init --- data/iris/svm_light/versicolor.learnout | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/iris/svm_light/versicolor.learnout (limited to 'data/iris/svm_light/versicolor.learnout') diff --git a/data/iris/svm_light/versicolor.learnout b/data/iris/svm_light/versicolor.learnout new file mode 100644 index 0000000..f2130b5 --- /dev/null +++ b/data/iris/svm_light/versicolor.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. (74 iterations) +Optimization finished (50 misclassified, maxdiff=0.00038). +Runtime in cpu-seconds: 0.00 +Number of SV: 101 (including 99 at upper bound) +L1 loss: loss=99.35495 +Norm of weight vector: |w|=0.10241 +Norm of longest example vector: |x|=11.11126 +Estimated VCdim of classifier: VCdim<=2.24751 +Computing XiAlpha-estimates...done +Runtime for XiAlpha-estimates in cpu-seconds: 0.00 +XiAlpha-estimate of the error: error<=66.67% (rho=1.00,depth=0) +XiAlpha-estimate of the recall: recall=>0.00% (rho=1.00,depth=0) +XiAlpha-estimate of the precision: precision=>0.00% (rho=1.00,depth=0) +Number of kernel evaluations: 2578 +Writing model file...done -- cgit v1.2.3