ServerRun 1686
Creatorpliang
Programsvmlight-rbf
Datasetpostoperative-patient-data
Task typeBinaryClassification
Created2y228d ago
DownloadLogin required!
Done! Flag_green
1s
0B
MulticlassClassification
0.333
0.185

Log file

===== MAIN: learn based on training data =====
=== START program1: ./run learn ../dataset3/train
===== One versus all: training label y=1 versus the rest =====
=== START _one-vs-all-learner1: ./run learn ../data1
Scanning examples...done
Reading examples into memory...OK. (63 examples read)
Setting default regularization parameter C=0.5000
Optimizing......................done. (23 iterations)
Optimization finished (21 misclassified, maxdiff=0.00036).
Runtime in cpu-seconds: 0.00
Number of SV: 60 (including 25 at upper bound)
L1 loss: loss=30.37506
Norm of weight vector: |w|=2.41096
Norm of longest example vector: |x|=1.00000
Estimated VCdim of classifier: VCdim<=12.62549
Computing XiAlpha-estimates...done
Runtime for XiAlpha-estimates in cpu-seconds: 0.00
XiAlpha-estimate of the error: error<=39.68% (rho=1.00,depth=0)
XiAlpha-estimate of the recall: recall=>90.48% (rho=1.00,depth=0)
XiAlpha-estimate of the precision: precision=>64.41% (rho=1.00,depth=0)
Number of kernel evaluations: 4035
Writing model file...done
=== END _one-vs-all-learner1: ./run learn ../data1 --- OK [0s]

===== One versus all: training label y=2 versus the rest =====
=== START _one-vs-all-learner2: ./run learn ../data2
Scanning examples...done
Reading examples into memory...OK. (63 examples read)
Setting default regularization parameter C=0.5000
Optimizing.....................done. (22 iterations)
Optimization finished (1 misclassified, maxdiff=0.00066).
Runtime in cpu-seconds: 0.00
Number of SV: 51 (including 1 at upper bound)
L1 loss: loss=1.50178
Norm of weight vector: |w|=0.49896
Norm of longest example vector: |x|=1.00000
Estimated VCdim of classifier: VCdim<=1.49792
Computing XiAlpha-estimates...done
Runtime for XiAlpha-estimates in cpu-seconds: 0.00
XiAlpha-estimate of the error: error<=1.59% (rho=1.00,depth=0)
XiAlpha-estimate of the recall: recall=>0.00% (rho=1.00,depth=0)
XiAlpha-estimate of the precision: precision=>nan% (rho=1.00,depth=0)
Number of kernel evaluations: 3895
Writing model file...done
=== END _one-vs-all-learner2: ./run learn ../data2 --- OK [0s]

===== One versus all: training label y=3 versus the rest =====
=== START _one-vs-all-learner3: ./run learn ../data3
Scanning examples...done
Reading examples into memory...OK. (63 examples read)
Setting default regularization parameter C=0.5000
Optimizing.....................done. (22 iterations)
Optimization finished (20 misclassified, maxdiff=0.00092).
Runtime in cpu-seconds: 0.00
Number of SV: 58 (including 25 at upper bound)
L1 loss: loss=29.37874
Norm of weight vector: |w|=2.30439
Norm of longest example vector: |x|=1.00000
Estimated VCdim of classifier: VCdim<=11.62040
Computing XiAlpha-estimates...done
Runtime for XiAlpha-estimates in cpu-seconds: 0.00
XiAlpha-estimate of the error: error<=39.68% (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: 3974
Writing model file...done
=== END _one-vs-all-learner3: ./run learn ../data3 --- OK [0s]

=== END program1: ./run learn ../dataset3/train --- OK [0s]

===== MAIN: predict/evaluate on train data =====
=== START program4: ./run stripLabels ../dataset3/train ../program0/evalTrain.in
=== END program4: ./run stripLabels ../dataset3/train ../program0/evalTrain.in --- OK [0s]
=== START program1: ./run predict ../program0/evalTrain.in ../program0/evalTrain.out
=== START _one-vs-all-learner1: ./run predict ../../program0/evalTrain.in ../../program0/evalTrain.out-y1
Reading model...OK. (60 support vectors read)
Classifying test examples..done
Runtime (without IO) in cpu-seconds: 0.00
Accuracy on test set: 100.00% (63 correct, 0 incorrect, 63 total)
Precision/recall on test set: 100.00%/100.00%
=== END _one-vs-all-learner1: ./run predict ../../program0/evalTrain.in ../../program0/evalTrain.out-y1 --- OK [0s]
=== START _one-vs-all-learner2: ./run predict ../../program0/evalTrain.in ../../program0/evalTrain.out-y2
Reading model...OK. (51 support vectors read)
Classifying test examples..done
Runtime (without IO) in cpu-seconds: 0.00
Accuracy on test set: 0.00% (0 correct, 63 incorrect, 63 total)
Precision/recall on test set: nan%/0.00%
=== END _one-vs-all-learner2: ./run predict ../../program0/evalTrain.in ../../program0/evalTrain.out-y2 --- OK [0s]
=== START _one-vs-all-learner3: ./run predict ../../program0/evalTrain.in ../../program0/evalTrain.out-y3
Reading model...OK. (58 support vectors read)
Classifying test examples..done
Runtime (without IO) in cpu-seconds: 0.00
Accuracy on test set: 0.00% (0 correct, 63 incorrect, 63 total)
Precision/recall on test set: nan%/0.00%
=== END _one-vs-all-learner3: ./run predict ../../program0/evalTrain.in ../../program0/evalTrain.out-y3 --- OK [0s]
63 examples
=== END program1: ./run predict ../program0/evalTrain.in ../program0/evalTrain.out --- OK [0s]
=== START program5: ./run evaluate ../dataset3/train ../program0/evalTrain.out
=== END program5: ./run evaluate ../dataset3/train ../program0/evalTrain.out --- OK [0s]

===== MAIN: predict/evaluate on test data =====
=== START program4: ./run stripLabels ../dataset3/test ../program0/evalTest.in
=== END program4: ./run stripLabels ../dataset3/test ../program0/evalTest.in --- OK [0s]
=== START program1: ./run predict ../program0/evalTest.in ../program0/evalTest.out
=== START _one-vs-all-learner1: ./run predict ../../program0/evalTest.in ../../program0/evalTest.out-y1
Reading model...OK. (60 support vectors read)
Classifying test examples..done
Runtime (without IO) in cpu-seconds: 0.00
Accuracy on test set: 100.00% (27 correct, 0 incorrect, 27 total)
Precision/recall on test set: 100.00%/100.00%
=== END _one-vs-all-learner1: ./run predict ../../program0/evalTest.in ../../program0/evalTest.out-y1 --- OK [0s]
=== START _one-vs-all-learner2: ./run predict ../../program0/evalTest.in ../../program0/evalTest.out-y2
Reading model...OK. (51 support vectors read)
Classifying test examples..done
Runtime (without IO) in cpu-seconds: 0.00
Accuracy on test set: 0.00% (0 correct, 27 incorrect, 27 total)
Precision/recall on test set: nan%/0.00%
=== END _one-vs-all-learner2: ./run predict ../../program0/evalTest.in ../../program0/evalTest.out-y2 --- OK [0s]
=== START _one-vs-all-learner3: ./run predict ../../program0/evalTest.in ../../program0/evalTest.out-y3
Reading model...OK. (58 support vectors read)
Classifying test examples..done
Runtime (without IO) in cpu-seconds: 0.00
Accuracy on test set: 0.00% (0 correct, 27 incorrect, 27 total)
Precision/recall on test set: nan%/0.00%
=== END _one-vs-all-learner3: ./run predict ../../program0/evalTest.in ../../program0/evalTest.out-y3 --- OK [0s]
27 examples
=== END program1: ./run predict ../program0/evalTest.in ../program0/evalTest.out --- OK [0s]
=== START program5: ./run evaluate ../dataset3/test ../program0/evalTest.out
=== END program5: ./run evaluate ../dataset3/test ../program0/evalTest.out --- OK [0s]


real	0m0.739s
user	0m0.268s
sys	0m0.160s

Run specification Arrow_right
Results Arrow_right


Comments:


Must be logged in to post comments.