Changes between Version 12 and Version 13 of jazz/09-09-01


Ignore:
Timestamp:
Sep 4, 2009, 9:06:54 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-09-01

    v12 v13  
    2424~/MultiBoost$ wget http://multiboost.sourceforge.net/mb/UCI_vehicle.zip
    2525~/MultiBoost$ unzip UCI_vehicle.zip -d vehicle
     26~/MultiBoost$ cat > test_multiboost.sh  << EOF
     27#!/bin/bash
     28./multiboost -traintest vehicle/vehicle_cut.trn vehicle/vehicle_cut.tst 1000
     29./multiboost -test vehicle/vehicle_cut.tst shyp.xml
     30./multiboost -traintest satimage/sat.trn satimage/sat.tst 1000
     31./multiboost -test satimage/sat.tst shyp.xml
     32EOF
     33~/MultiBoost$ chmod a+x test_multiboost.sh
     34~/MultiBoost$ ./test_multiboost.sh
     35Loading file vehicle/vehicle_cut.trn...Done!
     36Sorting data...Done!
     37Loading file vehicle/vehicle_cut.tst...Done!
     38Learning in progress...
     39Learning completed.
     40Loading file vehicle/vehicle_cut.tst...Done!
     41Loading strong hypothesis...Classifying...Done!
     42
     43Error Summary
     44=============
     45Class 'saab': 27.27%
     46Class 'bus': 4.255%
     47Class 'van': 6.522%
     48Class 'opel': 45.45%
     49
     50--> Overall Error: 20%
     51Loading file satimage/sat.trn...Done!
     52Sorting data...Done!
     53Loading file satimage/sat.tst...Done!
     54Learning in progress...
     55Learning completed.
     56Loading file satimage/sat.tst...Done!
     57Loading strong hypothesis...Classifying...Done!
     58
     59Error Summary
     60=============
     61Class '3': 7.809%
     62Class '4': 39.81%
     63Class '5': 14.77%
     64Class '7': 15.32%
     65Class '2': 3.571%
     66Class '1': 2.603%
     67
     68--> Overall Error: 12.1%
    2669}}}
    2770{{{