cd /afs/csail.mit.edu/u/m/moltmans/drg/code/src/edu/mit/sketch/label/
/afs/csail.mit.edu/group/drg/software/linux/jdk/j2sdk/bin/java -classpath /afs/csail.mit.edu/u/m/moltmans/drg/code/classes:/afs/csail.mit.edu/u/m/moltmans/drg/code/src:/afs/csail.mit.edu/u/m/moltmans/drg/lib/Jama-1.0.1.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/QTJava.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/bnj.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/colt.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/diva-26Sep02.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/galrelay.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/grappa1_2.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/ibm_graph.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/icons.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/jess.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/jlfgr-1_0.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/log4j-1.2.8.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/montylingua.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/neva.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/parse.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/pg73jdbc3.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/salvo.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/weka.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/xercesImpl.jar:/afs/csail.mit.edu/u/m/moltmans/drg/lib/xmlParserAPIs.jar:/afs/csail.mit.edu/u/m/moltmans/drg/ant/lib/ant.jar -Xms10m -Xmx512m edu.mit.sketch.label.Stats

log4j:WARN No appenders could be found for logger (drg.log).
log4j:WARN Please initialize the log4j system properly.
243 [main] DEBUG drg.database  - JDBC driver loaded
725 [main] INFO drg.study  - Using query: SELECT condition, h1.class as class1, h2.class as class2,    count(h1.class) as num   FROM hand_classified_strokes as h1    INNER JOIN hand_classified_strokes as h2    USING (stroke_id, condition)    WHERE h1.value = 't' AND h2.value = 't' AND          h1.labeler <> h2.labeler AND          condition <> 'drg isa labeling'   GROUP BY condition, h1.class, h2.class    ORDER BY condition, h1.class, h2.class

Context
         | polyline ellipse arc other line polygon | Sum
--------------------------------------------------------
polyline | 350        1     34  17     26   3      | 431
ellipse  |   1      116      0   2      2   2      | 123
arc      |  34        0      0   6      2   0      |  42
other    |  17        2      6  32      3   0      |  60
line     |  26        2      2   3    704   0      | 737
polygon  |   3        2      0   0      0  64      |  69
--------------------------------------------------------
Sum      | 431      123     42  60    737  69      |    
Context
         | polyline ellipse  arc      other    line     polygon 
----------------------------------------------------------------
polyline | 0.812065 0.00232  0.078886 0.039443 0.060325 0.006961
ellipse  | 0.00813  0.943089 0        0.01626  0.01626  0.01626 
arc      | 0.809524 0        0        0.142857 0.047619 0       
other    | 0.283333 0.033333 0.1      0.533333 0.05     0       
line     | 0.035278 0.002714 0.002714 0.004071 0.955224 0       
polygon  | 0.043478 0.028986 0        0        0        0.927536

Percent agreement: 0.7635705669481303

Kappa   = 0.7928429940864334
Std Err =0.009865352794540766

Best
         | polyline ellipse arc other line polygon | Sum
--------------------------------------------------------
polyline | 160        0     10  24     19   1      | 214
ellipse  |   0      120      0   1      0   0      | 121
arc      |  10        0     22   2     15   0      |  49
other    |  24        1      2  32      7   0      |  66
line     |  19        0     15   7    408   0      | 449
polygon  |   1        0      0   0      0  32      |  33
--------------------------------------------------------
Sum      | 214      121     49  66    449  33      |    
Best
         | polyline ellipse  arc      other    line     polygon 
----------------------------------------------------------------
polyline | 0.747664 0        0.046729 0.11215  0.088785 0.004673
ellipse  | 0        0.991736 0        0.008264 0        0       
arc      | 0.204082 0        0.44898  0.040816 0.306122 0       
other    | 0.363636 0.015152 0.030303 0.484848 0.106061 0       
line     | 0.042316 0        0.033408 0.01559  0.908686 0       
polygon  | 0.030303 0        0        0        0        0.969697

Percent agreement: 0.710091743119266

Kappa   = 0.7540568527240538
Std Err =0.01071522830509752

IsA
         | polyline ellipse arc other line polygon | Sum
--------------------------------------------------------
polyline |  90       0      14  0      25  3       | 132
ellipse  |   0      50       1  0       0  1       |  52
arc      |  14       1      30  0      24  0       |  69
other    |   0       0       0  0       0  0       |   0
line     |  25       0      24  0     166  0       | 215
polygon  |   3       1       0  0       0  4       |   8
--------------------------------------------------------
Sum      | 132      52      69  0     215  8       |    
IsA
         | polyline   ellipse    arc        other line       polygon   
-----------------------------------------------------------------------
polyline |   0.681818   0          0.106061   0     0.189394   0.022727
ellipse  |   0          0.961538   0.019231   0     0          0.019231
arc      |   0.202899   0.014493   0.434783   0     0.347826   0       
other    | NaN        NaN        NaN        NaN   NaN        NaN       
line     |   0.116279   0          0.111628   0     0.772093   0       
polygon  |   0.375      0.125      0          0     0          0.5     

Percent agreement: 0.5555555555555556

Kappa   = 0.5834180620085201
Std Err =0.015172794053363563

CanBeA
         | polyline ellipse arc other line polygon | Sum
--------------------------------------------------------
polyline |  98       6       36 0      41  13      | 194
ellipse  |   6      48        5 0       8   8      |  75
arc      |  36       5       32 0      41   3      | 117
other    |   0       0        0 0       0   0      |   0
line     |  41       8       41 0     158   7      | 255
polygon  |  13       8        3 0       7  12      |  43
--------------------------------------------------------
Sum      | 194      75      117 0     255  43      |    
CanBeA
         | polyline   ellipse    arc        other line       polygon   
-----------------------------------------------------------------------
polyline |   0.505155   0.030928   0.185567   0     0.21134    0.06701 
ellipse  |   0.08       0.64       0.066667   0     0.106667   0.106667
arc      |   0.307692   0.042735   0.273504   0     0.350427   0.025641
other    | NaN        NaN        NaN        NaN   NaN        NaN       
line     |   0.160784   0.031373   0.160784   0     0.619608   0.027451
polygon  |   0.302326   0.186047   0.069767   0     0.162791   0.27907 

Percent agreement: 0.3411764705882353

Kappa   = 0.33196911915170685
Std Err =0.010630852491386109

Process edu.mit.sketch.label.Stats finished
