├── CleanedData └── MDP │ ├── D'' │ ├── CM1.arff │ ├── JM1.arff │ ├── KC1.arff │ ├── KC3.arff │ ├── KC4.arff │ ├── MC1.arff │ ├── MC2.arff │ ├── MW1.arff │ ├── PC1.arff │ ├── PC2.arff │ ├── PC3.arff │ ├── PC4.arff │ └── PC5.arff │ └── D' │ ├── CM1.arff │ ├── JM1.arff │ ├── KC1.arff │ ├── KC3.arff │ ├── KC4.arff │ ├── MC1.arff │ ├── MC2.arff │ ├── MW1.arff │ ├── PC1.arff │ ├── PC2.arff │ ├── PC3.arff │ ├── PC4.arff │ └── PC5.arff ├── OriginalData └── MDP │ ├── CM1.arff │ ├── JM1.arff │ ├── KC1.arff │ ├── KC3.arff │ ├── KC4.arff │ ├── MC1.arff │ ├── MC2.arff │ ├── MW1.arff │ ├── PC1.arff │ ├── PC2.arff │ ├── PC3.arff │ ├── PC4.arff │ └── PC5.arff └── README.md /CleanedData/MDP/D''/KC3.arff: -------------------------------------------------------------------------------- 1 | @relation KC3 2 | 3 | @attribute LOC_BLANK numeric 4 | @attribute BRANCH_COUNT numeric 5 | @attribute CALL_PAIRS numeric 6 | @attribute LOC_CODE_AND_COMMENT numeric 7 | @attribute LOC_COMMENTS numeric 8 | @attribute CONDITION_COUNT numeric 9 | @attribute CYCLOMATIC_COMPLEXITY numeric 10 | @attribute CYCLOMATIC_DENSITY numeric 11 | @attribute DECISION_COUNT numeric 12 | @attribute DECISION_DENSITY numeric 13 | @attribute DESIGN_COMPLEXITY numeric 14 | @attribute DESIGN_DENSITY numeric 15 | @attribute EDGE_COUNT numeric 16 | @attribute ESSENTIAL_COMPLEXITY numeric 17 | @attribute ESSENTIAL_DENSITY numeric 18 | @attribute LOC_EXECUTABLE numeric 19 | @attribute PARAMETER_COUNT numeric 20 | @attribute GLOBAL_DATA_COMPLEXITY numeric 21 | @attribute GLOBAL_DATA_DENSITY numeric 22 | @attribute HALSTEAD_CONTENT numeric 23 | @attribute HALSTEAD_DIFFICULTY numeric 24 | @attribute HALSTEAD_EFFORT numeric 25 | @attribute HALSTEAD_ERROR_EST numeric 26 | @attribute HALSTEAD_LENGTH numeric 27 | @attribute HALSTEAD_LEVEL numeric 28 | @attribute HALSTEAD_PROG_TIME numeric 29 | @attribute HALSTEAD_VOLUME numeric 30 | @attribute MAINTENANCE_SEVERITY numeric 31 | @attribute MODIFIED_CONDITION_COUNT numeric 32 | @attribute MULTIPLE_CONDITION_COUNT numeric 33 | @attribute NODE_COUNT numeric 34 | @attribute NORMALIZED_CYLOMATIC_COMPLEXITY numeric 35 | @attribute NUM_OPERANDS numeric 36 | @attribute NUM_OPERATORS numeric 37 | @attribute NUM_UNIQUE_OPERANDS numeric 38 | @attribute NUM_UNIQUE_OPERATORS numeric 39 | @attribute NUMBER_OF_LINES numeric 40 | @attribute PERCENT_COMMENTS numeric 41 | @attribute LOC_TOTAL numeric 42 | @attribute Defective {Y,N} 43 | 44 | @data 45 | 12,15,20,1,7,16,9,0.17,8,2,7,0.78,56,5,0.5,52,1,7,0.78,99,17.94,31877.94,0.59,287,0.06,1771,1776.48,0.56,4,8,49,0.12,102,185,54,19,73,13.33,53,Y 46 | 0,3,4,0,0,4,2,0.25,2,2,2,1,9,1,0,8,2,2,1,20.81,9,1685.67,0.06,42,0.11,93.65,187.3,0.5,1,2,9,0.22,15,27,10,12,9,0,8,N 47 | 3,5,3,0,1,6,3,0.27,2,3,2,0.67,13,3,1,11,1,1,0.33,29.72,13.6,5496.65,0.13,85,0.07,305.37,404.17,1,2,3,12,0.19,34,51,15,12,16,8.33,11,N 48 | 11,43,16,0,4,76,22,0.21,34,2.24,17,0.77,119,12,0.52,103,3,18,0.82,70.89,48.94,169799.06,1.16,557,0.02,9433.28,3469.45,0.55,21,38,99,0.18,208,349,51,24,119,3.74,103,N 49 | 9,11,13,0,9,8,8,0.1,4,2,5,0.63,43,1,0,79,2,7,0.88,123.35,19.27,45791.28,0.79,367,0.05,2543.96,2376.59,0.13,2,4,37,0.08,152,215,71,18,102,10.23,79,Y 50 | 0,3,6,0,0,4,2,0.13,2,2,2,1,12,1,0,16,2,2,1,27.13,15.06,6152.97,0.14,81,0.07,341.83,408.6,0.5,1,2,12,0.12,32,49,17,16,17,0,16,N 51 | 2,3,7,0,6,4,2,0.11,2,2,2,1,14,1,0,18,1,2,1,39.51,10.08,4016.74,0.13,82,0.1,223.15,398.35,0.5,1,2,14,0.07,33,49,18,11,27,25,18,N 52 | 3,5,7,1,2,8,3,0.18,4,2,1,0.33,18,1,0,16,0,3,1,44.98,14.69,9703.67,0.22,125,0.07,539.09,660.68,0.33,2,4,17,0.12,47,78,24,15,25,15.79,17,N 53 | 0,5,6,0,0,8,3,0.14,4,2,3,1,18,1,0,22,1,2,0.67,35.04,12.63,5590.85,0.15,87,0.08,310.6,442.61,0.33,2,4,17,0.13,32,55,19,15,23,0,22,N 54 | 7,7,8,0,0,4,5,0.14,2,2,4,0.8,30,1,0,36,0,4,0.8,55.99,19.75,21840,0.37,198,0.05,1213.33,1105.82,0.2,1,2,27,0.11,79,119,32,16,44,0,36,Y 55 | 2,3,6,1,0,4,2,0.18,2,2,2,1,11,1,0,10,1,2,1,25.4,13.71,4777.91,0.12,71,0.07,265.44,348.39,0.5,1,2,11,0.14,24,47,14,16,14,9.09,11,Y 56 | 7,12,16,1,0,16,7,0.19,8,2,6,0.86,47,1,0,35,0,6,0.86,67.77,18.76,23842.81,0.42,217,0.05,1324.6,1271.18,0.14,4,8,42,0.16,77,140,39,19,44,2.78,36,N 57 | 9,12,10,0,8,16,7,0.21,8,2,6,0.86,38,1,0,34,1,5,0.71,54.94,20.4,22864.72,0.37,193,0.05,1270.26,1120.82,0.14,4,8,33,0.13,68,125,35,21,53,19.05,34,N 58 | 0,7,5,0,0,10,4,0.29,4,2.5,2,0.5,19,3,0.67,14,1,2,0.5,31.35,9.97,3114.36,0.1,65,0.1,173.02,312.48,0.75,3,5,17,0.27,23,42,15,13,15,0,14,N 59 | 9,12,10,0,2,14,7,0.23,6,2.33,7,1,40,6,0.83,30,0,6,0.86,52.03,24,29970.57,0.42,216,0.04,1665.03,1248.77,0.86,4,7,35,0.17,84,132,35,20,42,6.25,30,N 60 | 4,8,9,0,3,8,5,0.19,4,2,2,0.4,28,1,0,27,0,4,0.8,63.88,14.57,13563.07,0.31,161,0.07,753.5,930.8,0.2,2,4,25,0.14,51,110,35,20,36,10,27,Y 61 | 4,9,5,0,1,14,5,0.31,6,2.33,4,0.8,26,3,0.5,16,0,5,1,22.8,17,6589.95,0.13,79,0.06,366.11,387.64,0.6,4,7,23,0.22,26,53,13,17,23,5.88,16,N 62 | 2,13,7,0,0,12,8,0.22,6,2,6,0.75,41,3,0.29,36,1,7,0.88,46.09,20.67,19687.59,0.32,179,0.05,1093.75,952.63,0.38,3,6,35,0.2,62,117,24,16,40,0,36,N 63 | 0,3,4,0,0,4,2,0.15,2,2,2,1,10,1,0,13,2,2,1,25.59,14,5014.84,0.12,73,0.07,278.6,358.2,0.5,1,2,10,0.13,28,45,15,15,15,0,13,N 64 | 10,23,14,0,13,34,13,0.25,16,2.13,12,0.92,74,1,0,52,1,11,0.85,64.37,33.13,70666.9,0.71,348,0.03,3925.94,2132.99,0.08,9,17,63,0.17,127,221,46,24,77,20,52,N 65 | 1,3,3,0,0,4,2,0.25,2,2,2,1,8,1,0,8,1,2,1,15.23,10.5,1679.07,0.05,37,0.1,93.28,159.91,0.5,1,2,8,0.2,14,23,8,12,10,0,8,N 66 | 0,7,6,0,0,12,4,0.21,6,2,3,0.75,22,1,0,19,2,1,0.25,28.87,14.62,6175.54,0.14,83,0.07,343.09,422.26,0.25,3,6,20,0.19,26,57,16,18,21,0,19,N 67 | 19,27,27,0,1,52,14,0.13,26,2,10,0.71,149,1,0,106,0,10,0.71,125.82,44.77,252155.78,1.88,829,0.02,14008.65,5632.57,0.07,13,26,137,0.11,308,521,86,25,127,0.93,106,Y 68 | 1,3,4,0,0,4,2,0.22,2,2,2,1,9,1,0,9,1,2,1,17.15,13,2898.63,0.07,50,0.08,161.04,222.97,0.5,1,2,9,0.18,18,32,9,13,11,0,9,N 69 | 0,3,10,0,0,4,2,0.11,2,2,2,1,26,1,0,19,0,2,1,48.56,17.22,14395,0.28,163,0.06,799.72,836.07,0.5,1,2,26,0.1,66,97,23,12,20,0,19,N 70 | 12,14,22,0,1,10,9,0.14,4,2.5,7,0.78,68,4,0.38,66,0,6,0.67,116.42,23.48,64177.21,0.91,418,0.04,3565.4,2733.37,0.44,3,5,61,0.11,161,257,72,21,81,1.49,66,N 71 | 1,3,5,0,1,4,2,0.22,2,2,2,1,12,1,0,9,1,2,1,25.29,11.85,3548.61,0.1,63,0.08,197.14,299.56,0.5,1,2,12,0.17,22,41,13,14,12,10,9,N 72 | 1,13,10,0,0,24,7,0.32,12,2,7,1,40,1,0,22,3,7,1,54.54,15.58,13243.53,0.28,153,0.06,735.75,849.85,0.14,6,12,35,0.28,55,98,30,17,25,0,22,N 73 | 13,12,14,0,4,4,8,0.15,2,2,8,1,46,1,0,54,0,8,1,90.48,17.04,26283.38,0.51,259,0.06,1460.19,1542.14,0.13,1,2,40,0.11,98,161,46,16,73,6.9,54,N 74 | 1,5,5,0,0,8,3,0.33,4,2,3,1,16,3,1,9,1,3,1,27.86,8.67,2092.83,0.08,52,0.12,116.27,241.48,1,2,4,15,0.27,16,36,12,13,11,0,9,N 75 | 0,5,5,0,3,8,3,0.19,4,2,3,1,15,1,0,16,2,3,1,25.63,16,6560,0.14,82,0.06,364.44,410,0.33,2,4,14,0.14,32,50,16,16,21,15.79,16,N 76 | 0,5,8,1,1,6,3,0.18,2,3,3,1,19,3,1,16,1,3,1,27.98,18,9065.86,0.17,99,0.06,503.66,503.66,1,2,3,18,0.16,32,67,16,18,19,11.11,17,Y 77 | 2,9,12,0,4,8,6,0.18,4,2,6,1,34,3,0.4,33,1,4,0.67,64.58,19.75,25188.5,0.43,211,0.05,1399.36,1275.37,0.5,2,4,30,0.15,79,132,44,22,40,10.81,33,N 78 | 0,6,3,0,0,4,4,0.31,2,2,3,0.75,14,1,0,13,0,2,0.5,21.05,11.25,2664.41,0.08,51,0.09,148.02,236.84,0.25,1,2,12,0.29,15,36,10,15,14,0,13,N 79 | 6,18,17,0,1,28,10,0.15,14,2,9,0.9,68,1,0,67,0,7,0.7,65.16,27.99,51033.62,0.61,314,0.04,2835.2,1823.51,0.1,7,14,60,0.13,109,205,37,19,75,1.47,67,N 80 | 0,3,3,0,0,4,2,0.5,2,2,2,1,9,1,0,4,2,2,1,18.99,5.14,502.31,0.03,25,0.19,27.91,97.67,0.5,1,2,9,0.33,9,16,7,8,6,0,4,N 81 | 0,3,8,0,0,4,2,0.18,2,2,2,1,16,1,0,11,0,2,1,36.54,9.29,3150.52,0.11,74,0.11,175.03,339.29,0.5,1,2,16,0.17,26,48,14,10,12,0,11,N 82 | 5,5,10,1,1,8,3,0.23,4,2,3,1,21,1,0,12,1,3,1,46.32,10.21,4832.73,0.16,93,0.1,268.48,473.13,0.33,2,4,20,0.14,33,60,21,13,21,14.29,13,Y 83 | 12,11,13,0,0,8,7,0.13,4,2,5,0.71,42,4,0.5,54,2,4,0.57,88.12,18.17,29080.61,0.53,271,0.06,1615.59,1600.77,0.57,2,4,37,0.1,109,162,45,15,67,0,54,N 84 | 4,17,5,0,0,24,9,0.45,8,3,9,1,50,9,1,20,1,9,1,46.86,14.55,9917.4,0.23,134,0.07,550.97,681.72,1,8,12,43,0.35,47,87,21,13,26,0,20,Y 85 | 5,3,6,0,1,4,2,0.12,2,2,2,1,17,1,0,17,1,1,0.5,50.08,14,9816.39,0.23,139,0.07,545.36,701.17,0.5,1,2,17,0.08,56,83,22,11,24,5.56,17,N 86 | 5,11,11,0,5,20,6,0.21,10,2,6,1,38,1,0,28,1,4,0.67,44.43,18.41,15056.5,0.27,157,0.05,836.47,817.88,0.17,5,10,34,0.15,54,103,22,15,39,15.15,28,N 87 | 4,10,9,0,1,12,6,0.22,6,2,6,1,37,4,0.6,27,0,5,0.83,61.09,13.24,10710.87,0.27,152,0.08,595.05,808.93,0.67,3,6,33,0.18,55,97,27,13,33,3.57,27,N 88 | 22,43,20,3,11,38,26,0.2,18,2.11,18,0.69,132,15,0.56,128,0,19,0.73,109.63,42.03,193686.35,1.54,666,0.02,10760.35,4607.96,0.58,10,19,108,0.16,255,411,91,30,166,9.86,131,N 89 | 0,3,2,0,1,4,2,0.22,2,2,2,1,9,1,0,9,2,2,1,18.62,14.88,4118.96,0.09,57,0.07,228.83,276.9,0.5,1,2,9,0.17,21,36,12,17,12,10,9,Y 90 | 10,11,19,0,3,20,6,0.17,10,2,6,1,48,1,0,36,0,4,0.67,115.58,11.75,15944.27,0.45,223,0.09,885.79,1357.5,0.17,5,10,44,0.12,83,140,53,15,50,7.69,36,N 91 | 5,6,6,1,0,4,4,0.18,2,2,3,0.75,19,1,0,21,0,3,0.75,32.17,13.68,6017.65,0.15,88,0.07,334.31,440,0.25,1,2,17,0.14,31,57,17,15,28,4.55,22,Y 92 | 0,6,4,0,0,4,4,0.25,2,2,3,0.75,15,1,0,16,0,2,0.5,24.11,11.64,3264.45,0.09,59,0.09,181.36,280.54,0.25,1,2,13,0.24,16,43,11,16,17,0,16,N 93 | 0,3,2,0,0,4,2,0.25,2,2,2,1,8,1,0,8,2,2,1,16.2,8.75,1240.55,0.05,34,0.11,68.92,141.78,0.5,1,2,8,0.2,14,20,8,10,10,0,8,N 94 | 0,5,3,0,0,8,3,0.17,4,2,2,0.67,13,3,1,18,1,2,0.67,24.12,18.56,8310.37,0.15,88,0.05,461.69,447.7,1,2,4,12,0.16,33,55,16,18,19,0,18,N 95 | 0,3,5,0,0,4,2,0.22,2,2,2,1,12,1,0,9,0,1,0.5,20.53,8.13,1355.23,0.06,40,0.12,75.29,166.8,0.5,1,2,12,0.2,13,27,8,10,10,0,9,N 96 | 5,21,14,0,3,38,11,0.27,18,2.11,10,0.91,66,1,0,41,1,11,1,58.14,23.94,33320.87,0.46,243,0.04,1851.16,1391.88,0.09,10,19,57,0.22,79,164,33,20,50,6.82,41,N 97 | 3,11,7,0,0,18,6,0.29,8,2.25,4,0.67,28,4,0.6,21,2,4,0.67,37.67,18.75,13244.88,0.24,131,0.05,735.83,706.39,0.67,5,9,24,0.24,50,81,24,18,25,0,21,N 98 | 0,3,4,0,0,4,2,0.25,2,2,2,1,9,1,0,8,0,2,1,28.73,7.92,1800.5,0.08,51,0.13,100.03,227.43,0.5,1,2,9,0.22,19,32,12,10,9,0,8,N 99 | 12,15,20,0,16,16,9,0.15,8,2,9,1,61,1,0,61,0,9,1,90.69,22.53,46024.85,0.68,327,0.04,2556.94,2043.07,0.11,4,8,54,0.1,118,209,55,21,91,20.78,61,N 100 | 7,6,14,0,0,4,4,0.17,2,2,4,1,26,1,0,23,2,4,1,68.58,11.02,8321.46,0.25,136,0.09,462.3,755.42,0.25,1,2,24,0.13,47,89,32,15,32,0,23,Y 101 | 5,11,9,0,11,12,7,0.16,6,2,5,0.71,40,1,0,44,3,6,0.86,42.06,32.72,45051.12,0.46,236,0.03,2502.84,1376.56,0.14,3,6,35,0.11,90,146,33,24,62,20,44,N 102 | 19,24,17,2,12,16,15,0.17,8,2,9,0.6,83,1,0,86,0,11,0.73,92.86,35.1,114410.43,1.09,495,0.03,6356.14,3259.56,0.07,4,8,70,0.12,189,306,70,26,122,14,88,Y 103 | 1,7,1,0,0,12,4,0.31,6,2,4,1,16,1,0,13,0,4,1,16.11,13.71,3029.38,0.07,52,0.07,168.3,220.89,0.25,3,6,14,0.27,16,36,7,12,15,0,13,N 104 | 2,3,2,0,0,4,2,0.22,2,2,2,1,7,1,0,9,0,2,1,15.96,9.75,1517,0.05,36,0.1,84.28,155.59,0.5,1,2,7,0.17,13,23,8,12,12,0,9,N 105 | 7,27,9,1,4,46,14,0.33,20,2.3,12,0.86,64,6,0.38,42,0,11,0.79,35.69,27.62,27226.57,0.33,184,0.04,1512.59,985.79,0.43,13,23,52,0.25,58,126,21,20,57,10.64,43,Y 106 | 10,12,20,0,5,16,7,0.15,8,2,7,1,53,3,0.33,47,0,6,0.86,100.52,18.02,32631.05,0.6,289,0.06,1812.84,1811.1,0.43,4,8,48,0.11,110,179,58,19,63,9.62,47,N 107 | 3,9,7,0,0,16,5,0.33,8,2,5,1,27,1,0,15,3,5,1,42.6,12.5,6656.28,0.18,103,0.08,369.79,532.5,0.2,4,8,24,0.26,35,68,21,15,19,0,15,N 108 | 10,13,17,2,6,12,8,0.19,6,2,6,0.75,47,5,0.57,41,1,6,0.75,99.17,12.98,16702,0.43,217,0.08,927.89,1286.97,0.63,3,6,41,0.13,73,144,45,16,60,16.32,43,Y 109 | 21,41,28,0,11,64,22,0.2,30,2.13,19,0.86,151,8,0.33,111,1,16,0.73,141.86,34.57,169489.04,1.63,715,0.03,9416.06,4903.46,0.36,17,32,131,0.15,265,450,92,24,144,9.02,111,Y 110 | 1,5,4,0,0,8,3,0.27,4,2,3,1,13,1,0,11,1,3,1,23.27,11.38,3010.96,0.09,57,0.09,167.28,264.7,0.33,2,4,12,0.23,21,36,12,13,13,0,11,N 111 | 2,11,10,0,1,12,7,0.2,6,2,6,0.86,38,1,0,35,0,5,0.71,55.65,17.14,16352.99,0.32,165,0.06,908.5,953.92,0.14,3,6,33,0.18,60,105,35,20,39,2.78,35,N 112 | 9,34,28,1,27,56,18,0.22,26,2.15,15,0.83,116,10,0.53,81,3,16,0.89,93.63,43.69,178710.34,1.36,608,0.02,9928.35,4090.58,0.56,15,28,100,0.15,232,376,77,29,121,25.69,82,N 113 | 2,3,4,0,0,4,2,0.22,2,2,1,0.5,13,1,0,9,3,1,0.5,42.03,6.19,1609.1,0.09,56,0.16,89.39,260.06,0.5,1,2,13,0.17,22,34,16,9,12,0,9,N 114 | 4,11,6,0,15,18,6,0.24,8,2.25,4,0.67,27,1,0,25,2,6,1,24.1,24.7,14702.26,0.2,117,0.04,816.79,595.23,0.17,5,9,23,0.13,39,78,15,19,45,37.5,25,N 115 | 5,11,9,0,14,14,6,0.33,4,3.5,6,1,28,5,0.8,18,1,5,0.83,42.78,14.62,9144.94,0.21,116,0.07,508.05,625.51,0.83,5,8,24,0.15,43,73,25,17,39,43.75,18,N 116 | 0,3,4,0,0,4,2,0.25,2,2,2,1,9,1,0,8,0,2,1,20.33,9.78,1943.91,0.07,46,0.1,107.99,198.81,0.5,1,2,9,0.22,16,30,9,11,9,0,8,N 117 | 0,5,4,0,0,8,3,0.21,4,2,3,1,15,3,1,14,1,1,0.33,26.73,9.21,2266.4,0.08,53,0.11,125.91,246.12,1,2,4,14,0.2,17,36,12,13,15,0,14,N 118 | 3,3,5,0,5,4,2,0.29,2,2,2,1,11,1,0,7,0,2,1,20.1,11.7,2752.14,0.08,52,0.09,152.9,235.23,0.5,1,2,11,0.13,18,34,10,13,16,41.67,7,N 119 | 0,3,6,0,0,4,2,0.18,2,2,2,1,14,1,0,11,0,1,0.5,35.16,8.21,2372.72,0.1,63,0.12,131.82,288.85,0.5,1,2,14,0.17,23,40,14,10,12,0,11,N 120 | 0,3,3,0,0,6,2,0.5,2,3,2,1,11,1,0,4,1,2,1,14.83,7,726.48,0.03,30,0.14,40.36,103.78,0.5,2,3,11,0.4,8,22,4,7,5,0,4,N 121 | 10,22,17,0,3,30,12,0.27,12,2.5,10,0.83,69,7,0.55,45,1,8,0.67,69.77,26.35,48459.37,0.61,299,0.04,2692.19,1838.77,0.58,9,15,59,0.2,110,189,48,23,59,6.25,45,Y 122 | 10,14,15,0,3,18,8,0.16,8,2.25,8,1,49,5,0.57,50,0,4,0.5,75.66,19.93,30048.37,0.5,246,0.05,1669.35,1507.8,0.63,5,9,43,0.13,93,153,49,21,64,5.66,50,N 123 | 3,11,6,0,0,20,6,0.24,10,2,6,1,35,1,0,25,1,6,1,30.2,25,18875,0.25,151,0.04,1048.61,755,0.17,5,10,31,0.21,50,101,16,16,29,0,25,N 124 | 8,22,35,0,0,16,15,0.14,8,2,14,0.93,109,5,0.29,107,0,15,1,189.82,24.81,116852.98,1.57,675,0.04,6491.83,4709.66,0.33,4,8,96,0.13,263,412,106,20,118,0,107,Y 125 | 4,9,5,0,0,16,5,0.25,8,2,5,1,34,4,0.75,20,1,5,1,41.69,12.35,6361.1,0.17,106,0.08,353.39,514.95,0.8,4,8,31,0.19,35,71,17,12,26,0,20,N 126 | 2,8,6,0,0,8,5,0.2,4,2,4,0.8,29,1,0,25,1,4,0.8,42.86,17.68,13404.49,0.25,153,0.06,744.69,757.99,0.2,2,4,26,0.18,56,97,19,12,28,0,25,N 127 | 0,3,6,0,0,4,2,0.18,2,2,2,1,13,1,0,11,0,1,0.5,34.43,7.86,2125.46,0.09,59,0.13,118.08,270.51,0.5,1,2,13,0.17,22,37,14,10,12,0,11,N 128 | 0,5,4,0,0,8,3,0.33,4,2,3,1,16,1,0,9,1,1,0.33,32.94,6.95,1593.02,0.08,53,0.14,88.5,229.06,0.33,2,4,15,0.3,17,36,11,9,10,0,9,N 129 | 0,17,1,0,0,32,9,0.45,16,2,8,0.89,48,1,0,20,1,9,1,35.13,15.23,8150.47,0.18,120,0.07,452.8,535.13,0.11,8,16,41,0.43,44,76,13,9,21,0,20,N 130 | 4,5,5,0,0,8,3,0.2,4,2,3,1,18,1,0,15,2,2,0.67,31.14,17.14,9151.3,0.18,101,0.06,508.41,533.83,0.33,2,4,17,0.15,40,61,21,18,20,0,15,N 131 | 11,40,18,9,12,58,22,0.19,28,2.07,19,0.86,138,15,0.67,105,0,19,0.86,75.75,43.23,141550.33,1.09,529,0.02,7863.91,3274.42,0.68,15,29,118,0.16,166,363,48,25,140,16.67,114,Y 132 | 28,59,46,1,38,42,36,0.15,20,2.1,34,0.94,233,20,0.54,241,0,33,0.92,238.08,40.75,395438.84,3.23,1287,0.02,21968.82,9702.9,0.56,11,21,199,0.12,480,807,159,27,310,13.93,242,N 133 | 2,3,5,0,1,4,2,0.25,2,2,2,1,10,1,0,8,1,2,1,26.84,8.18,1796.86,0.07,50,0.12,99.83,219.62,0.5,1,2,10,0.17,18,32,11,10,12,11.11,8,N 134 | 7,7,22,0,0,4,5,0.09,2,2,5,1,52,1,0,57,0,5,1,139.4,16.46,37755.59,0.76,357,0.06,2097.53,2294.18,0.2,1,2,49,0.08,144,213,70,16,65,0,57,Y 135 | 5,11,11,0,2,20,6,0.27,10,2,5,0.83,36,1,0,22,2,5,0.83,35.31,19.55,13490.6,0.23,128,0.05,749.48,690.22,0.17,5,10,32,0.19,43,85,22,20,31,8.33,22,N 136 | 1,6,6,0,0,4,4,0.21,2,2,3,0.75,18,3,0.67,19,0,3,0.75,29.26,13.5,5332.5,0.13,79,0.07,296.25,395,0.75,1,2,16,0.18,27,52,16,16,22,0,19,N 137 | 9,7,10,0,4,12,4,0.11,6,2,4,1,32,4,1,37,0,4,1,69.01,16.93,19777.28,0.39,207,0.06,1098.74,1168.28,1,3,6,30,0.08,79,128,35,15,51,9.76,37,N 138 | 24,45,36,1,8,58,25,0.21,24,2.42,23,0.92,150,8,0.29,117,0,23,0.92,142.73,32.85,154013.92,1.56,680,0.03,8556.33,4688.48,0.32,17,29,127,0.17,235,445,93,26,151,7.14,118,N 139 | 0,8,6,0,1,8,5,0.28,4,2,3,0.6,22,3,0.5,18,1,3,0.6,33.38,14.25,6778.53,0.16,90,0.07,376.58,475.69,0.6,2,4,19,0.25,30,60,20,19,20,5.26,18,N 140 | 5,8,8,0,2,8,5,0.22,4,2,5,1,28,1,0,23,0,5,1,55.49,8.48,3988.71,0.16,91,0.12,221.59,470.46,0.2,2,4,25,0.16,30,61,23,13,31,8,23,Y 141 | 2,6,4,0,0,4,4,0.25,2,2,3,0.75,16,1,0,16,0,2,0.5,25.41,14,4980.42,0.12,74,0.07,276.69,355.74,0.25,1,2,14,0.21,28,46,14,14,19,0,16,Y 142 | 1,5,9,0,0,8,3,0.2,4,2,3,1,19,1,0,15,2,3,1,43.46,11.14,5396.06,0.16,96,0.09,299.78,484.26,0.33,2,4,18,0.17,39,57,21,12,18,0,15,Y 143 | 2,10,9,0,0,12,6,0.18,6,2,5,0.83,30,3,0.4,33,0,4,0.67,45.02,14.88,9961.7,0.22,125,0.07,553.43,669.69,0.5,3,6,26,0.16,42,83,24,17,37,0,33,N 144 | 0,3,3,0,0,6,2,0.5,2,3,2,1,9,1,0,4,1,2,1,19.99,5.33,568.57,0.04,28,0.19,31.59,106.61,0.5,2,3,9,0.4,8,20,6,8,5,0,4,N 145 | 5,23,9,0,0,34,12,0.43,12,2.83,10,0.83,57,7,0.55,28,3,11,0.92,47.44,22.67,24374.21,0.36,186,0.04,1354.12,1075.33,0.58,11,17,47,0.34,68,118,33,22,35,0,28,N 146 | 1,3,5,0,1,4,2,0.22,2,2,2,1,12,1,0,9,0,2,1,25.29,11.85,3548.61,0.1,63,0.08,197.14,299.56,0.5,1,2,12,0.17,22,41,13,14,12,10,9,N 147 | 1,3,3,0,0,4,2,0.25,2,2,2,1,9,1,0,8,1,1,0.5,18.67,7.71,1110.86,0.05,36,0.13,61.71,144,0.5,1,2,9,0.2,12,24,7,9,10,0,8,N 148 | 0,3,2,0,0,4,2,0.22,2,2,2,1,9,1,0,9,2,2,1,18.62,14.88,4118.96,0.09,57,0.07,228.83,276.9,0.5,1,2,9,0.18,21,36,12,17,11,0,9,N 149 | 1,7,4,0,0,8,4,0.5,2,4,3,0.75,14,1,0,8,2,4,1,15.19,14,2976.5,0.07,47,0.07,165.36,212.61,0.25,3,4,12,0.4,18,29,9,14,10,0,8,N 150 | 18,13,19,0,10,24,7,0.12,12,2,7,1,73,1,0,57,1,7,1,88.41,27.8,68305.52,0.82,397,0.04,3794.75,2457.36,0.14,6,12,68,0.08,158,239,54,19,86,14.93,57,N 151 | 3,15,9,1,4,4,10,0.23,2,2,8,0.8,45,1,0,42,0,7,0.7,58.91,16.11,15290.22,0.32,176,0.06,849.46,949.05,0.1,1,2,37,0.19,58,118,27,15,52,10.64,43,N 152 | 5,11,6,0,0,18,6,0.26,8,2.25,4,0.67,27,1,0,23,2,6,1,22.86,24.7,13948.3,0.19,111,0.04,774.91,564.71,0.17,5,9,23,0.21,39,72,15,19,29,0,23,N 153 | 0,7,2,0,0,4,5,0.22,2,2,4,0.8,19,3,0.5,23,0,4,0.8,29.4,14.39,6090.84,0.14,89,0.07,338.38,423.18,0.6,1,2,16,0.21,31,58,14,13,24,0,23,N 154 | 0,7,6,0,0,10,4,0.29,4,2.5,2,0.5,20,3,0.67,14,1,2,0.5,34.38,9.75,3268.21,0.11,69,0.1,181.57,335.2,0.75,3,5,18,0.27,24,45,16,13,15,0,14,N 155 | 0,3,7,0,0,4,2,0.17,2,2,2,1,16,1,0,12,0,2,1,31.49,14,6172.93,0.15,89,0.07,342.94,440.92,0.5,1,2,16,0.15,34,55,17,14,13,0,12,N 156 | 5,11,8,0,1,18,6,0.3,8,2.25,6,1,41,5,0.8,20,2,6,1,46.13,20.69,19748.29,0.32,170,0.05,1097.13,954.5,0.83,5,9,37,0.21,60,110,29,20,28,4.76,20,N 157 | 2,3,2,0,0,6,2,0.33,2,3,2,1,7,1,0,6,0,2,1,17.23,8.67,1294.27,0.05,34,0.12,71.9,149.34,0.5,2,3,7,0.22,13,21,9,12,9,0,6,N 158 | 2,7,7,0,0,12,4,0.18,6,2,4,1,23,3,0.67,22,1,3,0.75,28.83,15.47,6896.24,0.15,90,0.06,383.12,445.88,0.75,3,6,21,0.16,29,61,15,16,25,0,22,N 159 | 2,7,6,0,5,12,4,0.33,6,2,4,1,19,1,0,12,1,3,0.75,28.84,11.5,3814.64,0.11,69,0.09,211.92,331.71,0.25,3,6,17,0.19,23,46,14,14,21,29.41,12,Y 160 | 5,19,24,0,0,24,11,0.15,12,2,11,1,81,7,0.6,71,0,10,0.91,122.92,19.86,48468.15,0.81,385,0.05,2692.68,2440.84,0.64,6,12,72,0.14,139,246,63,18,78,0,71,N 161 | 1,3,5,0,0,4,2,0.33,2,2,2,1,13,1,0,6,2,2,1,25.23,6.5,1066,0.05,41,0.15,59.22,164,0.5,1,2,13,0.22,13,28,8,8,9,0,6,Y 162 | 7,9,20,1,0,16,5,0.1,8,2,5,1,49,3,0.5,47,0,4,0.8,90.12,19.38,33861.93,0.58,285,0.05,1881.22,1746.85,0.6,4,8,46,0.09,112,173,52,18,56,2.08,48,Y 163 | 15,27,17,4,6,38,15,0.21,18,2.11,15,1,83,7,0.43,66,1,14,0.93,73.44,25.26,46844.09,0.62,314,0.04,2602.45,1854.76,0.47,10,19,70,0.16,109,205,41,19,94,13.16,70,Y 164 | 9,23,13,0,2,20,14,0.18,10,2,13,0.93,80,1,0,79,0,12,0.86,115.54,19.78,45226.86,0.76,367,0.05,2512.6,2285.98,0.07,5,10,68,0.15,135,232,58,17,91,2.47,79,Y 165 | 0,3,5,0,5,4,2,0.11,2,2,2,1,12,1,0,18,1,2,1,24.85,16.5,6765,0.14,82,0.06,375.83,410,0.5,1,2,12,0.08,33,49,16,16,24,21.74,18,N 166 | 0,5,2,0,0,6,3,0.3,2,3,2,0.67,12,3,1,10,3,3,1,19.09,17.86,6086.79,0.11,67,0.06,338.15,340.86,1,2,3,11,0.25,25,42,14,20,12,0,10,N 167 | 1,3,2,0,0,4,2,0.33,2,2,2,1,8,1,0,6,1,2,1,15.86,7.2,822.39,0.04,30,0.14,45.69,114.22,0.5,1,2,8,0.25,8,22,5,9,8,0,6,N 168 | 3,3,5,0,5,4,2,0.29,2,2,2,1,11,1,0,7,0,2,1,17.22,13.72,3243.25,0.08,53,0.07,180.18,236.35,0.5,1,2,11,0.13,19,34,9,13,16,41.67,7,N 169 | 0,5,4,0,0,8,3,0.18,4,2,3,1,15,3,1,17,1,2,0.67,24.56,12.25,3685.14,0.1,64,0.08,204.73,300.83,1,2,4,14,0.17,21,43,12,14,18,0,17,N 170 | 0,3,3,0,0,4,2,0.5,2,2,2,1,9,1,0,4,2,2,1,16.32,4.67,355.35,0.03,20,0.21,19.74,76.15,0.5,1,2,9,0.4,7,13,6,8,5,0,4,N 171 | 4,5,11,0,0,8,3,0.16,4,2,3,1,30,1,0,19,2,3,1,58.1,12.43,8983.13,0.24,142,0.08,499.06,722.42,0.33,2,4,29,0.13,52,90,23,11,24,0,19,N 172 | 1,5,3,0,0,8,3,0.25,4,2,3,1,13,1,0,12,1,3,1,26.16,9.23,2229.05,0.08,52,0.11,123.84,241.48,0.33,2,4,12,0.21,20,32,13,12,14,0,12,N 173 | 1,3,5,0,1,4,2,0.22,2,2,2,1,12,1,0,9,3,2,1,29.06,11.2,3645.43,0.11,67,0.09,202.52,325.48,0.5,1,2,12,0.17,24,43,15,14,12,10,9,N 174 | 3,5,4,0,0,8,3,0.23,4,2,3,1,17,1,0,13,2,2,0.67,23.77,15.54,5735.89,0.12,76,0.06,318.66,369.21,0.33,2,4,16,0.18,29,47,14,15,17,0,13,N 175 | 0,5,2,0,1,6,3,0.3,2,3,2,0.67,12,3,1,10,3,3,1,19.09,17.86,6086.79,0.11,67,0.06,338.15,340.86,1,2,3,11,0.23,25,42,14,20,13,9.09,10,Y 176 | 6,6,7,0,1,4,4,0.19,2,2,4,1,21,1,0,21,0,4,1,46.32,15.11,10577.6,0.23,129,0.07,587.64,699.99,0.25,1,2,19,0.14,51,78,27,16,29,4.55,21,N 177 | 1,3,4,0,0,4,2,0.22,2,2,2,1,9,1,0,9,1,2,1,16.47,13,2782.69,0.07,48,0.08,154.59,214.05,0.5,1,2,9,0.18,18,30,9,13,11,0,9,N 178 | 1,9,6,0,1,4,6,0.21,2,2,4,0.67,26,1,0,28,0,4,0.67,52.27,12.46,8112.64,0.22,125,0.08,450.7,651.18,0.17,1,2,22,0.19,46,79,24,13,32,3.45,28,N 179 | 3,5,9,0,0,8,3,0.14,4,2,3,1,22,1,0,21,2,3,1,45.77,15,10297.93,0.23,129,0.07,572.11,686.53,0.33,2,4,21,0.12,50,79,25,15,25,0,21,N 180 | 3,7,9,0,2,12,4,0.24,6,2,4,1,24,1,0,17,2,3,0.75,33.69,16.2,8841.71,0.18,104,0.06,491.21,545.78,0.25,3,6,22,0.16,36,68,20,18,25,10.53,17,N 181 | 1,5,5,0,3,8,3,0.27,4,2,3,1,14,1,0,11,0,2,0.67,28.48,9.5,2569.87,0.09,59,0.11,142.77,270.51,0.33,2,4,13,0.18,19,40,12,12,17,21.43,11,Y 182 | 2,6,4,0,0,4,4,0.31,2,2,3,0.75,15,3,0.67,13,1,3,0.75,28.67,7,1404.72,0.07,45,0.14,78.04,200.67,0.75,1,2,13,0.24,14,31,11,11,17,0,13,N 183 | 7,17,21,0,2,20,10,0.14,10,2,10,1,75,7,0.67,73,0,9,0.9,118.08,20.61,50170.62,0.81,385,0.05,2787.26,2433.94,0.7,5,10,67,0.12,142,243,62,18,84,2.67,73,N 184 | 7,12,7,0,3,4,8,0.17,2,2,6,0.75,44,1,0,48,0,6,0.75,63.66,24.16,37151.02,0.51,266,0.04,2063.94,1537.84,0.13,1,2,38,0.13,108,158,38,17,60,5.88,48,N 185 | 9,3,9,0,4,4,2,0.1,2,2,2,1,22,1,0,21,0,1,0.5,71.77,11.08,8806.58,0.27,155,0.09,489.25,795.04,0.5,1,2,22,0.06,64,91,26,9,35,16,21,N 186 | 0,5,4,0,0,8,3,0.3,4,2,2,0.67,15,1,0,10,1,1,0.33,23.36,8.4,1648.21,0.07,44,0.12,91.57,196.21,0.33,2,4,14,0.25,14,30,10,12,12,0,10,N 187 | 6,13,10,0,4,22,7,0.3,10,2.2,7,1,52,3,0.33,23,2,7,1,50.81,21.22,22872.08,0.36,192,0.05,1270.67,1078.02,0.43,6,11,47,0.2,67,125,30,19,35,14.81,23,N 188 | 15,19,14,1,8,34,10,0.15,16,2.13,9,0.9,70,4,0.33,64,2,7,0.7,59.77,42.39,107406.67,0.84,412,0.02,5967.04,2533.7,0.4,9,17,62,0.11,156,256,46,25,89,12.33,65,N 189 | 1,6,6,0,0,4,4,0.2,2,2,3,0.75,21,1,0,20,0,3,0.75,36.92,14.61,7876.2,0.18,106,0.07,437.57,539.27,0.25,1,2,19,0.17,37,69,19,15,23,0,20,N 190 | 19,18,23,0,1,16,11,0.13,8,2,9,0.82,79,7,0.6,88,2,8,0.73,151.9,21.7,71508.8,1.1,504,0.05,3972.71,3295.74,0.64,4,8,70,0.1,194,310,76,17,109,1.12,88,N 191 | 18,30,12,2,7,42,17,0.19,20,2.1,14,0.82,96,8,0.44,88,1,13,0.76,66.14,38.06,95809.13,0.84,418,0.03,5322.73,2517.35,0.47,11,21,81,0.15,139,279,42,23,117,9.28,90,Y 192 | 1,8,5,0,1,8,5,0.24,4,2,4,0.8,22,3,0.5,21,1,4,0.8,28.45,10.64,3218.64,0.1,66,0.09,178.81,302.61,0.6,2,4,19,0.21,18,48,11,13,24,4.55,21,N 193 | 7,12,8,0,2,4,8,0.16,2,2,6,0.75,45,1,0,51,0,6,0.75,67.6,24.64,41048.67,0.56,282,0.04,2280.48,1665.74,0.13,1,2,39,0.13,115,167,42,18,61,3.77,51,N 194 | 3,6,4,0,0,4,4,0.31,2,2,3,0.75,15,3,0.67,13,1,3,0.75,28.67,7,1404.72,0.07,45,0.14,78.04,200.67,0.75,1,2,13,0.22,14,31,11,11,18,0,13,N 195 | 1,6,11,0,0,4,4,0.2,2,2,3,0.75,25,1,0,20,1,3,0.75,48.84,14.22,9878.21,0.23,128,0.07,548.79,694.56,0.25,1,2,23,0.18,48,80,27,16,22,0,20,N 196 | 21,30,25,1,3,26,18,0.16,12,2.17,16,0.89,115,3,0.12,112,1,11,0.61,102.5,38.09,148686.82,1.3,597,0.03,8260.37,3903.88,0.17,7,13,99,0.13,219,378,69,24,138,3.45,113,Y 197 | 12,24,16,0,6,38,13,0.22,18,2.11,12,0.92,77,7,0.5,59,3,10,0.77,65.25,34.2,76313.12,0.74,351,0.03,4239.62,2231.5,0.54,10,19,66,0.16,125,226,53,29,79,9.23,59,Y 198 | 5,18,15,0,0,26,10,0.19,12,2.17,10,1,65,5,0.44,52,0,9,0.9,80.76,27.14,59492.48,0.73,353,0.04,3305.14,2191.94,0.5,7,13,57,0.17,137,216,53,21,59,0,52,N 199 | 27,51,45,3,2,62,30,0.14,30,2.07,23,0.77,229,14,0.45,211,0,27,0.9,195.9,54.54,582830.35,3.56,1413,0.02,32379.46,10685.45,0.47,16,31,201,0.12,556,857,158,31,246,2.31,214,Y 200 | 1,3,4,0,0,4,2,0.29,2,2,2,1,11,1,0,7,0,2,1,24.71,5.63,781.73,0.05,34,0.18,43.43,138.97,0.5,1,2,11,0.22,10,24,8,9,9,0,7,N 201 | 3,11,6,0,0,18,6,0.43,8,2.25,5,0.83,28,1,0,14,3,6,1,37.16,16.43,10037.72,0.2,114,0.06,557.65,610.76,0.17,5,9,24,0.32,42,72,23,18,19,0,14,N 202 | 2,5,7,0,0,8,3,0.2,4,2,3,1,18,1,0,15,1,3,1,40.99,14,8034.06,0.19,111,0.07,446.34,573.86,0.33,2,4,17,0.17,44,67,22,14,18,0,15,N 203 | 2,5,6,0,7,8,3,0.25,4,2,3,1,15,1,0,12,1,3,1,29.1,10.5,3208.05,0.1,65,0.1,178.23,305.53,0.33,2,4,14,0.13,21,44,13,13,23,36.84,12,Y 204 | 5,11,7,0,0,20,6,0.27,10,2,5,0.83,32,1,0,22,2,4,0.67,39.49,17,11411.18,0.22,127,0.06,633.95,671.25,0.17,5,10,28,0.21,44,83,22,17,28,0,22,N 205 | 13,7,21,0,5,12,4,0.11,6,2,4,1,55,1,0,37,1,4,1,89.21,24,51383.14,0.71,347,0.04,2854.62,2140.96,0.25,3,6,53,0.07,144,203,54,18,56,11.9,37,N 206 | 3,11,3,0,0,20,6,0.25,10,2,2,0.33,26,1,0,24,1,4,0.67,31.92,18.79,11268.26,0.2,116,0.05,626.01,599.71,0.17,5,10,22,0.21,42,74,19,17,28,0,24,N 207 | 1,6,5,0,1,4,4,0.27,2,2,2,0.5,16,1,0,15,0,2,0.5,37.99,9.39,3349.04,0.12,72,0.11,186.06,356.7,0.25,1,2,14,0.21,26,46,18,13,19,6.25,15,N 208 | 15,33,13,0,9,58,17,0.22,26,2.23,13,0.76,97,12,0.69,76,3,10,0.59,69.47,40.7,115062.64,0.94,473,0.02,6392.37,2827.25,0.71,16,29,82,0.17,175,298,43,20,102,10.59,76,N 209 | 6,27,7,0,0,44,14,0.37,18,2.44,14,1,86,9,0.62,38,2,14,1,41.06,42.15,72932.91,0.58,323,0.02,4051.83,1730.49,0.64,13,22,74,0.31,119,204,24,17,45,0,38,N 210 | 1,20,11,0,2,26,11,0.28,10,2.6,8,0.73,52,1,0,39,3,10,0.91,60.86,22,29456.04,0.45,224,0.05,1636.45,1338.91,0.09,8,13,43,0.25,82,142,41,22,44,4.88,39,N 211 | 3,10,7,0,2,12,6,0.26,6,2,6,1,31,1,0,23,0,6,1,38.97,10.97,4689.17,0.14,88,0.09,260.51,427.5,0.17,3,6,27,0.21,27,61,16,13,29,8,23,N 212 | 2,3,5,0,0,4,2,0.2,2,2,2,1,12,1,0,10,1,1,0.5,31.89,8.53,2320.9,0.09,56,0.12,128.94,272.05,0.5,1,2,12,0.15,21,35,16,13,13,0,10,N 213 | 0,3,1,0,0,4,2,0.33,2,2,2,1,7,1,0,6,2,2,1,13.38,7.33,719.39,0.03,24,0.14,39.97,98.1,0.5,1,2,7,0.29,8,16,6,11,7,0,6,N 214 | 5,13,11,0,0,24,7,0.21,12,2,6,0.86,42,5,0.67,34,2,5,0.71,42.13,26.79,30243.28,0.38,200,0.04,1680.18,1128.77,0.71,6,12,37,0.18,74,126,29,21,40,0,34,N 215 | 0,3,7,0,0,4,2,0.17,2,2,2,1,14,1,0,12,1,1,0.5,41.57,8.24,2819.37,0.11,72,0.12,156.63,342.35,0.5,1,2,14,0.15,28,44,17,10,13,0,12,N 216 | 9,18,10,0,1,4,12,0.16,2,2,10,0.83,67,1,0,73,0,10,0.83,96.22,23.35,52445.24,0.75,373,0.04,2913.62,2246.34,0.08,1,2,57,0.14,143,230,49,16,85,1.35,73,N 217 | 0,3,3,0,0,4,2,0.22,2,2,2,1,8,1,0,9,1,2,1,17.88,9.33,1557.81,0.06,38,0.11,86.54,166.91,0.5,1,2,8,0.2,14,24,9,12,10,0,9,N 218 | 1,8,5,0,0,8,5,0.21,4,2,4,0.8,22,1,0,24,1,4,0.8,43.9,12.52,6882.97,0.18,104,0.08,382.39,549.68,0.2,2,4,19,0.19,36,68,23,16,26,0,24,N 219 | 20,25,29,2,18,36,14,0.13,18,2,9,0.64,102,5,0.31,102,0,12,0.86,163.29,25.13,103097.32,1.37,590,0.04,5727.63,4102.97,0.36,9,18,90,0.1,233,357,102,22,144,16.39,104,N 220 | 6,9,10,0,2,14,5,0.21,6,2.33,5,1,34,4,0.75,24,1,3,0.6,47.78,23.7,26838.69,0.38,195,0.04,1491.04,1132.43,0.8,4,7,31,0.15,79,116,35,21,33,7.69,24,N 221 | 2,3,2,0,0,4,2,0.22,2,2,2,1,7,1,0,9,0,2,1,15.92,8.64,1189.32,0.05,33,0.12,66.07,137.61,0.5,1,2,7,0.15,11,22,7,11,13,0,9,N 222 | 6,40,27,1,13,66,21,0.31,30,2.2,19,0.9,122,9,0.4,66,3,16,0.76,88.04,36.99,120439.45,1.09,487,0.03,6691.08,3256.33,0.43,18,33,103,0.24,180,307,73,30,88,17.5,67,N 223 | 5,18,18,0,2,20,10,0.17,10,2,8,0.8,62,5,0.44,58,0,9,0.9,69.5,23.96,39892.13,0.56,269,0.04,2216.23,1665.06,0.5,5,10,54,0.15,92,177,48,25,66,3.33,58,N 224 | 5,13,4,0,3,22,7,0.23,10,2.2,4,0.57,30,7,1,31,0,6,0.86,26.27,19.43,9914.72,0.17,104,0.05,550.82,510.32,1,6,11,25,0.17,34,70,14,16,41,8.82,31,N 225 | 8,9,13,0,1,16,5,0.11,8,2,5,1,68,1,0,44,0,5,1,72.83,29.48,63297.51,0.72,348,0.03,3516.53,2147.13,0.2,4,8,65,0.09,134,214,50,22,54,2.22,44,N 226 | 0,3,8,0,0,4,2,0.17,2,2,2,1,16,1,0,12,0,2,1,33.66,13.22,5883.89,0.15,89,0.08,326.88,445,0.5,1,2,16,0.15,34,55,18,14,13,0,12,N 227 | 0,3,3,0,0,4,2,0.5,2,2,2,1,9,1,0,4,0,1,0.5,19.46,3.5,238.4,0.02,19,0.29,13.24,68.11,0.5,1,2,9,0.4,5,14,5,7,5,0,4,N 228 | 0,7,3,0,0,6,4,0.25,2,3,2,0.5,14,3,0.67,16,0,3,0.75,23.55,8.45,1681.86,0.07,44,0.12,93.44,199.04,0.75,2,3,12,0.24,13,31,10,13,17,0,16,N 229 | 4,3,6,1,0,4,2,0.14,2,2,2,1,12,1,0,13,2,2,1,35.51,12.28,5352.73,0.15,88,0.08,297.37,435.97,0.5,1,2,12,0.11,34,54,18,13,19,7.14,14,Y 230 | 16,32,32,1,12,36,19,0.16,18,2,16,0.84,141,4,0.17,121,0,16,0.84,167.64,36.55,223888.39,2.04,867,0.03,12438.24,6126.3,0.21,9,18,124,0.12,335,532,110,24,153,9.7,122,N 231 | 0,3,1,0,0,4,2,0.22,2,2,1,0.5,6,1,0,9,1,1,0.5,14.87,8.57,1092.32,0.04,30,0.12,60.68,127.44,0.5,1,2,6,0.2,10,20,7,12,10,0,9,N 232 | 0,3,4,0,0,4,2,0.25,2,2,2,1,9,1,0,8,0,2,1,28.73,7.92,1800.5,0.08,51,0.13,100.03,227.43,0.5,1,2,9,0.2,19,32,12,10,10,0,8,N 233 | 1,3,3,0,0,4,2,0.5,2,2,2,1,9,1,0,4,0,2,1,19.29,6.72,871.59,0.04,30,0.15,48.42,129.66,0.5,1,2,9,0.33,11,19,9,11,6,0,4,N 234 | 14,11,15,0,0,8,7,0.12,4,2,5,0.71,44,4,0.5,58,2,4,0.57,104.52,18.11,34291.94,0.63,311,0.06,1905.11,1893.2,0.57,2,4,39,0.1,128,183,53,15,73,0,58,N 235 | 1,7,9,0,0,12,4,0.33,6,2,4,1,24,1,0,12,3,4,1,44.33,7.33,2383.85,0.11,70,0.14,132.44,325.07,0.25,3,6,22,0.29,22,48,15,10,14,0,12,N 236 | 8,16,13,0,9,20,10,0.22,10,2,8,0.8,56,1,0,46,2,7,0.7,65.15,27.14,47999.33,0.59,297,0.04,2666.63,1768.4,0.1,5,10,48,0.15,114,183,42,20,65,16.36,46,N 237 | 0,7,5,0,0,8,4,0.36,2,4,3,0.75,17,4,1,11,1,1,0.25,18.54,18,6006.03,0.11,68,0.06,333.67,333.67,1,3,4,15,0.33,24,44,12,18,12,0,11,N 238 | 2,12,5,0,1,14,7,0.33,6,2.33,6,0.86,29,3,0.33,21,0,7,1,28.85,17.34,8678.36,0.17,101,0.06,482.13,500.37,0.43,4,7,24,0.28,37,64,16,15,25,4.55,21,N 239 | -------------------------------------------------------------------------------- /CleanedData/MDP/D''/KC4.arff: -------------------------------------------------------------------------------- 1 | @relation KC4 2 | 3 | @attribute Defective {Y,N} 4 | 5 | @data 6 | -------------------------------------------------------------------------------- /CleanedData/MDP/D''/MC2.arff: -------------------------------------------------------------------------------- 1 | @relation MC2 2 | 3 | @attribute LOC_BLANK numeric 4 | @attribute BRANCH_COUNT numeric 5 | @attribute CALL_PAIRS numeric 6 | @attribute LOC_CODE_AND_COMMENT numeric 7 | @attribute LOC_COMMENTS numeric 8 | @attribute CONDITION_COUNT numeric 9 | @attribute CYCLOMATIC_COMPLEXITY numeric 10 | @attribute CYCLOMATIC_DENSITY numeric 11 | @attribute DECISION_COUNT numeric 12 | @attribute DECISION_DENSITY numeric 13 | @attribute DESIGN_COMPLEXITY numeric 14 | @attribute DESIGN_DENSITY numeric 15 | @attribute EDGE_COUNT numeric 16 | @attribute ESSENTIAL_COMPLEXITY numeric 17 | @attribute ESSENTIAL_DENSITY numeric 18 | @attribute LOC_EXECUTABLE numeric 19 | @attribute PARAMETER_COUNT numeric 20 | @attribute GLOBAL_DATA_COMPLEXITY numeric 21 | @attribute GLOBAL_DATA_DENSITY numeric 22 | @attribute HALSTEAD_CONTENT numeric 23 | @attribute HALSTEAD_DIFFICULTY numeric 24 | @attribute HALSTEAD_EFFORT numeric 25 | @attribute HALSTEAD_ERROR_EST numeric 26 | @attribute HALSTEAD_LENGTH numeric 27 | @attribute HALSTEAD_LEVEL numeric 28 | @attribute HALSTEAD_PROG_TIME numeric 29 | @attribute HALSTEAD_VOLUME numeric 30 | @attribute MAINTENANCE_SEVERITY numeric 31 | @attribute MODIFIED_CONDITION_COUNT numeric 32 | @attribute MULTIPLE_CONDITION_COUNT numeric 33 | @attribute NODE_COUNT numeric 34 | @attribute NORMALIZED_CYLOMATIC_COMPLEXITY numeric 35 | @attribute NUM_OPERANDS numeric 36 | @attribute NUM_OPERATORS numeric 37 | @attribute NUM_UNIQUE_OPERANDS numeric 38 | @attribute NUM_UNIQUE_OPERATORS numeric 39 | @attribute NUMBER_OF_LINES numeric 40 | @attribute PERCENT_COMMENTS numeric 41 | @attribute LOC_TOTAL numeric 42 | @attribute Defective {Y,N} 43 | 44 | @data 45 | 5,15,0,0,5,26,8,0.2,12,2.17,1,0.13,25,5,0.57,41,1,8,1,15.49,65.83,67150,0.34,204,0.02,3730.56,1020,0.63,7,13,19,0.15,79,125,12,20,53,10.87,41,N 46 | 6,7,0,0,6,12,4,0.27,6,2,1,0.25,14,4,1,15,2,4,1,24.1,11.69,3294.46,0.09,58,0.09,183.03,281.76,1,3,6,12,0.14,19,39,13,16,29,28.57,15,Y 47 | 1,19,1,0,0,36,10,0.23,18,2,3,0.3,40,4,0.33,43,2,9,0.9,41.82,26.68,29766.87,0.37,202,0.04,1653.71,1115.76,0.4,9,18,32,0.22,83,119,28,18,46,0,43,N 48 | 9,3,2,0,6,4,2,0.07,2,2,1,0.5,9,1,0,30,4,1,0.5,57.3,10.61,6447.25,0.2,115,0.09,358.18,607.82,0.5,1,2,9,0.04,54,61,28,11,47,16.67,30,Y 49 | 6,3,1,0,7,4,2,0.15,2,2,1,0.5,8,1,0,13,1,2,1,16.23,21.09,7220.51,0.11,72,0.05,401.14,342.35,0.5,1,2,8,0.07,29,43,11,16,28,35,13,Y 50 | 6,20,1,1,4,18,13,0.41,6,3,7,0.54,31,7,0.5,31,0,8,0.62,28.29,19,10212.78,0.18,101,0.05,567.38,537.51,0.54,6,9,20,0.3,38,63,20,20,44,13.89,32,Y 51 | 19,19,4,1,12,36,10,0.2,18,2,7,0.7,45,7,0.67,48,0,9,0.9,30.16,26.1,20545.64,0.26,150,0.04,1141.42,787.19,0.7,9,18,37,0.12,58,92,20,18,82,21.31,49,Y 52 | 10,13,1,1,11,22,7,0.23,10,2.2,3,0.43,26,1,0,30,0,7,1,25.16,22,12176.57,0.18,104,0.05,676.48,553.48,0.14,6,11,21,0.13,44,60,20,20,54,28.57,31,N 53 | 2,3,0,2,7,4,2,0.18,2,2,1,0.5,6,1,0,9,0,2,1,13.5,7.33,725.94,0.03,26,0.14,40.33,98.99,0.5,1,2,6,0.09,11,15,6,8,22,50,11,N 54 | 62,9,6,19,50,16,5,0.08,8,2,2,0.4,24,1,0,42,0,2,0.4,46.62,31.57,46467.35,0.49,268,0.03,2581.52,1471.82,0.2,4,8,21,0.03,104,164,28,17,175,62.16,61,Y 55 | 4,7,2,3,3,12,4,0.22,6,2,3,0.75,16,1,0,15,0,1,0.25,23.96,10.38,2583.65,0.08,55,0.1,143.54,248.8,0.25,3,6,14,0.15,27,28,13,10,27,28.57,18,N 56 | 23,15,3,10,27,28,8,0.09,14,2,2,0.25,39,1,0,75,0,5,0.63,136.41,27.35,102014.82,1.24,542,0.04,5667.49,3730.39,0.13,7,14,33,0.06,268,274,98,20,137,33.04,85,N 57 | 1,3,0,0,0,4,2,0.22,2,2,1,0.5,6,1,0,9,2,2,1,12.01,14.62,2569.51,0.06,40,0.07,142.75,175.69,0.5,1,2,6,0.17,18,22,8,13,12,0,9,Y 58 | 26,31,7,9,21,60,16,0.18,30,2,2,0.13,83,1,0,78,0,7,0.44,85.18,35.77,109011.28,1.02,478,0.03,6056.18,3047.27,0.06,15,30,69,0.12,241,237,64,19,136,27.78,87,Y 59 | 6,15,0,0,7,28,8,0.33,14,2,1,0.13,31,3,0.29,24,1,8,1,20.68,26.5,14523.02,0.18,114,0.04,806.83,548.04,0.38,7,14,25,0.21,53,61,14,14,39,22.58,24,N 60 | 18,46,2,6,24,64,26,0.22,26,2.46,15,0.58,79,23,0.88,114,0,24,0.92,43,57.74,143350.9,0.83,395,0.02,7963.94,2482.73,0.88,19,33,55,0.16,166,229,46,32,164,20.83,120,Y 61 | 9,13,2,0,14,28,7,0.23,14,2,3,0.43,28,1,0,30,0,7,1,29.37,18.17,9701.95,0.18,99,0.06,539,533.84,0.14,7,14,23,0.13,44,55,23,19,55,31.82,30,N 62 | 3,5,0,2,7,8,3,0.1,4,2,1,0.33,10,1,0,28,2,3,1,21.41,27.56,16265.89,0.2,116,0.04,903.66,590.15,0.33,2,4,9,0.07,49,67,16,18,42,24.32,30,N 63 | 19,13,3,11,19,24,7,0.1,12,2,2,0.29,35,1,0,57,0,5,0.71,113.84,25.03,71345.69,0.95,439,0.04,3963.65,2849.92,0.14,6,12,30,0.06,215,224,73,17,108,34.48,68,N 64 | 5,3,3,7,3,4,2,0.08,2,2,2,1,10,1,0,18,0,1,0.5,69.2,12.83,11396.12,0.3,159,0.08,633.12,888.01,0.5,1,2,10,0.06,77,82,36,12,35,35.71,25,N 65 | 2,3,3,0,2,4,2,0.25,2,2,2,1,8,1,0,8,0,0,0,22.19,2,88.76,0.01,14,0.5,4.93,44.38,0.5,1,2,8,0.14,5,9,5,4,14,20,8,N 66 | 5,5,1,0,5,8,3,0.17,4,2,1,0.33,12,1,0,18,0,3,1,28.04,18.38,9467.23,0.17,105,0.05,525.96,515.22,0.33,2,4,11,0.1,42,63,16,14,30,21.74,18,N 67 | 3,9,0,0,2,16,5,0.5,8,2,1,0.2,21,1,0,10,3,4,0.8,19.92,14.32,4084.22,0.1,66,0.07,226.9,285.25,0.2,4,8,18,0.29,35,31,11,9,17,16.67,10,Y 68 | 1,5,1,0,0,8,3,0.5,4,2,1,0.33,10,1,0,6,1,1,0.33,10.29,11.92,1461.27,0.04,30,0.08,81.18,122.62,0.33,2,4,9,0.33,13,17,6,11,9,0,6,N 69 | 6,15,1,0,2,26,8,0.26,12,2.17,2,0.25,32,3,0.29,31,2,4,0.5,33.62,28.08,26512.3,0.31,174,0.04,1472.91,944.17,0.38,7,13,26,0.2,78,96,25,18,41,6.06,31,N 70 | 5,3,0,0,3,4,2,0.29,2,2,1,0.5,6,1,0,7,0,2,1,25.78,4.5,522,0.04,29,0.22,29,116,0.5,1,2,6,0.12,15,14,10,6,17,30,7,N 71 | 0,3,1,0,0,4,2,0.15,2,2,2,1,7,1,0,13,3,2,1,12.55,12.86,2075.42,0.05,38,0.08,115.3,161.42,0.5,1,2,7,0.13,15,23,7,12,16,0,13,N 72 | 9,17,1,0,10,32,9,0.21,16,2,2,0.22,38,6,0.63,42,0,9,1,11.27,102.9,119290.11,0.39,234,0.01,6627.23,1159.28,0.67,8,16,31,0.14,98,136,10,21,63,19.23,42,Y 73 | 1,7,1,0,0,12,4,0.44,6,2,2,0.5,16,1,0,9,1,2,0.5,9.94,20.43,4149.67,0.07,47,0.05,230.54,203.13,0.25,3,6,14,0.33,22,25,7,13,12,0,9,N 74 | 8,7,1,0,6,12,4,0.21,6,2,2,0.5,16,1,0,19,0,4,1,33.72,13.7,6324.89,0.15,88,0.07,351.38,461.82,0.25,3,6,14,0.11,42,46,23,15,35,24,19,N 75 | 1,5,1,0,0,8,3,0.27,4,2,1,0.33,11,1,0,11,2,3,1,15.38,17.82,4881.96,0.09,59,0.06,271.22,273.99,0.33,2,4,10,0.21,28,31,11,14,14,0,11,Y 76 | 13,13,4,2,13,24,7,0.17,12,2,2,0.29,29,4,0.5,39,0,0,0,42.89,24.48,25705.69,0.35,187,0.04,1428.09,1049.95,0.57,6,12,24,0.1,71,116,29,20,69,27.78,41,N 77 | 24,51,3,11,21,82,26,0.28,32,2.56,2,0.08,91,13,0.48,82,0,8,0.31,93.16,39.49,145307.86,1.23,555,0.03,8072.66,3679.29,0.5,25,41,67,0.19,261,294,76,23,140,28.07,93,N 78 | 0,3,0,0,0,4,2,0.67,2,2,1,0.5,5,1,0,3,2,2,1,6.18,5,154.4,0.01,11,0.2,8.58,30.88,0.5,1,2,5,0.4,4,7,2,5,5,0,3,N 79 | 1,5,1,0,0,8,3,0.3,4,2,2,0.67,12,1,0,10,0,3,1,16.87,13.59,3115.69,0.08,50,0.07,173.09,229.25,0.33,2,4,11,0.23,23,27,11,13,13,0,10,N 80 | 24,24,0,3,17,12,20,0.21,6,2,1,0.05,49,1,0,91,1,20,1,65.56,23.68,36775.64,0.52,241,0.04,2043.09,1552.75,0.05,3,6,31,0.15,90,151,57,30,137,18.02,94,N 81 | 1,19,1,0,0,36,10,0.36,18,2,4,0.4,41,1,0,28,2,4,0.4,14.36,37.09,19752.67,0.18,112,0.03,1097.37,532.55,0.1,9,18,33,0.32,51,61,11,16,31,0,28,N 82 | 22,38,9,2,61,66,20,0.16,32,2.06,10,0.5,127,13,0.63,124,1,11,0.55,59.36,88.78,467827.72,1.76,820,0.01,25990.43,5269.54,0.65,17,33,109,0.09,388,432,59,27,211,33.69,126,Y 83 | 13,11,0,0,2,20,6,0.35,10,2,1,0.17,22,1,0,17,1,5,0.83,10.59,29,8908.58,0.1,67,0.03,494.92,307.19,0.17,5,10,18,0.18,29,38,8,16,34,10.53,17,N 84 | 13,58,8,15,12,80,32,0.24,30,2.67,21,0.66,105,20,0.61,120,0,27,0.84,49.52,51.79,132801.57,0.85,408,0.02,7377.86,2564.44,0.63,25,40,75,0.2,175,233,49,29,162,18.37,135,Y 85 | 14,5,9,4,16,8,3,0.09,4,2,1,0.33,23,1,0,31,0,3,1,97.33,7.63,5668.74,0.25,133,0.13,314.93,742.8,0.33,2,4,22,0.04,58,75,38,10,67,39.22,35,N 86 | 5,3,0,0,3,4,2,0.29,2,2,1,0.5,6,1,0,7,0,2,1,26.67,4.5,540,0.04,30,0.22,30,120,0.5,1,2,6,0.12,15,15,10,6,17,30,7,N 87 | 1,21,4,0,0,36,11,0.39,16,2.25,7,0.64,40,9,0.8,28,1,11,1,22.35,34.53,26650.95,0.26,153,0.03,1480.61,771.79,0.82,10,18,31,0.35,65,88,16,17,31,0,28,N 88 | 1,9,0,0,0,16,5,0.22,8,2,1,0.2,21,1,0,23,2,5,1,37.04,20.74,15931.15,0.26,151,0.05,885.06,768.21,0.2,4,8,18,0.19,67,84,21,13,26,0,23,N 89 | 17,27,3,3,18,44,14,0.17,18,2.44,6,0.43,51,9,0.62,79,0,14,1,57.29,46.22,122395.16,0.88,435,0.02,6799.73,2648.05,0.64,13,22,39,0.12,159,276,43,25,119,21,82,N 90 | 0,3,0,0,0,4,2,1,2,2,1,0.5,5,1,0,2,0,0,0,5.33,1.5,12,0,4,0.67,0.67,8,0.5,1,2,5,0.5,1,3,1,3,4,0,2,N 91 | 45,61,3,2,68,106,31,0.19,46,2.3,3,0.1,127,20,0.63,160,0,28,0.9,61.68,64.5,256623.54,1.33,633,0.02,14256.86,3978.66,0.65,30,53,98,0.11,258,375,52,26,277,30.43,162,Y 92 | 5,3,0,0,3,4,2,0.29,2,2,1,0.5,6,1,0,7,0,2,1,26.67,4.2,470.4,0.04,28,0.24,26.13,112,0.5,1,2,6,0.12,14,14,10,6,17,30,7,N 93 | 2,7,0,2,0,12,4,0.18,6,2,1,0.25,14,1,0,20,0,2,0.5,17.76,19.62,6833.79,0.12,71,0.05,379.65,348.39,0.25,3,6,12,0.15,30,41,13,17,26,9.09,22,N 94 | 6,7,7,2,6,12,4,0.07,6,2,4,1,31,1,0,55,2,4,1,59.86,19.78,23415.51,0.39,224,0.05,1300.86,1183.93,0.25,3,6,29,0.06,89,135,27,12,71,12.7,57,N 95 | 60,115,9,19,98,216,58,0.19,102,2.12,16,0.28,247,39,0.67,287,0,46,0.79,107.39,96.09,991629.56,3.44,1479,0.01,55090.53,10319.4,0.67,57,108,191,0.12,615,864,96,30,466,28.96,306,Y 96 | 11,9,3,0,12,16,5,0.17,8,2,2,0.4,20,3,0.5,29,0,0,0,33.09,17.76,10439.17,0.2,109,0.06,579.95,587.76,0.6,4,8,17,0.09,43,66,23,19,54,29.27,29,N 97 | 1,5,1,0,0,8,3,0.25,4,2,1,0.33,11,1,0,12,3,3,1,15.48,36.25,20339.03,0.19,118,0.03,1129.95,561.08,0.33,2,4,10,0.2,58,60,12,15,15,0,12,Y 98 | 1,3,0,0,2,4,2,0.29,2,2,1,0.5,6,1,0,7,2,2,1,10.42,8.25,709.1,0.03,22,0.12,39.39,85.95,0.5,1,2,6,0.17,11,11,6,9,12,22.22,7,N 99 | 4,13,3,0,3,24,7,0.2,12,2,7,1,33,6,0.83,35,2,7,1,34.45,12.83,5673.31,0.15,91,0.08,315.18,442.08,0.86,6,12,28,0.16,42,49,18,11,44,7.89,35,N 100 | 1,3,0,0,1,4,2,0.67,2,2,1,0.5,6,1,0,3,2,2,1,8.3,6,298.97,0.02,15,0.17,16.61,49.83,0.5,1,2,6,0.29,8,7,4,6,7,25,3,N 101 | 7,25,2,0,18,44,13,0.27,20,2.2,3,0.23,55,6,0.42,48,1,8,0.62,39.18,58.48,133998.62,0.76,400,0.02,7444.37,2291.17,0.46,12,22,44,0.17,193,207,33,20,75,27.27,48,Y 102 | 24,19,3,0,27,34,10,0.1,16,2.13,3,0.3,49,1,0,104,0,8,0.8,45.63,55.2,139045.04,0.84,430,0.02,7724.72,2518.93,0.1,9,17,41,0.06,168,262,35,23,157,20.61,104,Y 103 | 6,5,1,4,3,8,3,0.2,4,2,1,0.33,11,1,0,11,1,3,1,19.66,14.3,4019.85,0.09,64,0.07,223.32,281.11,0.33,2,4,10,0.12,26,38,10,11,26,38.89,15,N 104 | 10,13,5,6,10,22,7,0.12,10,2.2,1,0.14,48,5,0.67,51,0,5,0.71,92.21,26.26,63590.46,0.81,373,0.04,3532.8,2421.46,0.71,6,11,43,0.09,153,220,67,23,79,23.88,57,Y 105 | 0,3,0,0,0,4,2,0.4,2,2,1,0.5,6,1,0,5,0,2,1,13.95,2.5,87.17,0.01,11,0.4,4.84,34.87,0.5,1,2,6,0.29,4,7,4,5,7,0,5,N 106 | 1,21,5,0,0,36,11,0.39,16,2.25,7,0.64,40,9,0.8,28,1,11,1,25.13,31.64,25154.15,0.27,155,0.03,1397.45,795.04,0.82,10,18,31,0.35,67,88,18,17,31,0,28,N 107 | 12,11,3,0,15,20,6,0.26,10,2,2,0.33,25,3,0.4,23,0,3,0.5,31.56,17.2,9336.88,0.18,105,0.06,518.72,542.84,0.5,5,10,21,0.12,43,62,20,16,52,39.47,23,N 108 | 35,97,3,0,51,168,49,0.18,72,2.33,8,0.16,210,34,0.69,265,0,42,0.86,54.71,125.67,864010.77,2.29,1118,0.01,48000.6,6875.42,0.69,48,86,163,0.14,435,683,45,26,353,16.14,265,Y 109 | 0,3,1,0,0,4,2,0.4,2,2,2,1,6,1,0,5,1,1,0.5,12.25,4.8,282.29,0.02,17,0.21,15.68,58.81,0.5,1,2,6,0.29,8,9,5,6,7,0,5,N 110 | 5,5,1,0,6,8,3,0.25,4,2,2,0.67,11,3,1,12,1,3,1,28.47,8.75,2179.83,0.08,53,0.11,121.1,249.12,1,2,4,10,0.09,15,38,12,14,32,33.33,12,Y 111 | 7,3,4,1,6,4,2,0.09,2,2,2,1,10,1,0,22,0,2,1,44.5,21.58,20724.8,0.32,183,0.05,1151.38,960.37,0.5,1,2,10,0.05,83,100,25,13,38,24.14,23,N 112 | 11,15,3,8,21,28,8,0.14,14,2,5,0.63,41,1,0,49,1,2,0.25,29.04,65.22,123506.5,0.63,349,0.02,6861.47,1893.77,0.13,7,14,35,0.09,150,199,23,20,91,37.18,57,Y 113 | 1,9,3,0,0,16,5,0.19,8,2,4,0.8,22,5,1,27,0,4,0.8,29.15,10.71,3341.46,0.1,63,0.09,185.64,312.11,1,4,8,19,0.17,26,37,17,14,30,0,27,Y 114 | 7,15,2,0,9,26,8,0.27,12,2.17,3,0.38,32,1,0,30,1,5,0.63,25.01,30,22511.76,0.25,141,0.03,1250.65,750.39,0.13,7,13,26,0.17,60,81,20,20,48,23.08,30,Y 115 | 5,5,2,0,4,8,3,0.43,4,2,2,0.67,13,1,0,7,2,3,1,20.57,8.17,1372,0.06,42,0.12,76.22,168,0.33,2,4,12,0.18,21,21,9,7,17,36.36,7,Y 116 | 15,21,5,0,16,40,11,0.15,20,2,9,0.82,50,4,0.3,74,0,9,0.82,52.32,34.5,62277.28,0.6,302,0.03,3459.85,1805.14,0.36,10,20,41,0.1,120,182,40,23,107,17.78,74,N 117 | 17,7,2,16,32,12,4,0.05,6,2,1,0.25,27,1,0,68,0,4,1,73.69,37.76,105042.17,0.93,471,0.03,5835.68,2782.15,0.25,3,6,25,0.03,191,280,43,17,135,41.38,84,N 118 | 2,3,0,0,0,4,2,0.25,2,2,1,0.5,7,1,0,8,0,2,1,17.27,7.29,916.65,0.04,34,0.14,50.93,125.81,0.5,1,2,7,0.17,17,17,7,6,12,0,8,N 119 | 2,7,0,7,0,12,4,0.1,6,2,1,0.25,15,1,0,35,0,3,0.75,68.55,21,30230.73,0.48,249,0.05,1679.48,1439.56,0.25,3,6,13,0.09,123,126,41,14,46,16.67,42,N 120 | 7,15,0,0,8,26,8,0.26,12,2.17,1,0.13,26,4,0.43,31,0,8,1,23.89,26.39,16634.07,0.21,121,0.04,924.12,630.34,0.5,7,13,20,0.17,50,71,18,19,48,20.51,31,N 121 | 10,9,3,0,11,16,5,0.26,8,2,2,0.4,20,3,0.5,19,0,0,0,28.47,15.06,6456.82,0.14,85,0.07,358.71,428.77,0.6,4,8,17,0.12,32,53,17,16,42,36.67,19,N 122 | 16,13,3,11,18,24,7,0.11,12,2,2,0.29,35,1,0,53,0,5,0.71,104.87,24.88,64889.48,0.87,407,0.04,3604.97,2608.62,0.14,6,12,30,0.07,199,208,68,17,100,35.37,64,N 123 | 5,5,0,0,7,8,3,0.21,4,2,1,0.33,9,1,0,14,2,1,0.33,15.99,6.67,710.71,0.04,28,0.15,39.48,106.61,0.33,2,4,8,0.11,10,18,6,8,28,33.33,14,Y 124 | 1,3,0,0,1,4,2,0.67,2,2,1,0.5,6,1,0,3,3,2,1,10.89,5.4,317.58,0.02,17,0.19,17.64,58.81,0.5,1,2,6,0.29,9,8,5,6,7,25,3,N 125 | 5,25,2,0,24,42,13,0.22,18,2.33,5,0.38,52,8,0.58,60,2,13,1,18.77,90,152013.39,0.56,332,0.01,8445.19,1689.04,0.62,12,21,41,0.14,160,172,16,18,91,28.57,60,Y 126 | 8,11,2,0,6,20,6,0.32,10,2,2,0.33,31,1,0,19,1,6,1,34.67,15,7800,0.17,104,0.07,433.33,520,0.17,5,10,27,0.17,50,54,20,12,35,24,19,Y 127 | 23,9,2,0,11,16,5,0.16,8,2,3,0.6,18,3,0.5,31,0,4,0.8,33.42,21.5,15450.32,0.24,139,0.05,858.35,718.62,0.6,4,8,15,0.06,43,96,18,18,85,26.19,31,Y 128 | 1,13,0,6,0,24,7,0.3,12,2,1,0.14,28,1,0,17,2,4,0.57,14.31,38.64,21359.95,0.18,115,0.03,1186.66,552.85,0.14,6,12,23,0.27,50,65,11,17,26,26.09,23,N 129 | 0,3,0,0,0,4,2,0.15,2,2,1,0.5,6,1,0,13,2,2,1,19.72,10.5,2174.18,0.07,53,0.1,120.79,207.07,0.5,1,2,6,0.13,24,29,8,7,15,0,13,N 130 | 16,19,0,0,22,30,10,0.2,12,2.5,1,0.1,31,7,0.67,50,0,7,0.7,21.17,41.36,36223.29,0.29,191,0.02,2012.4,875.73,0.7,9,15,23,0.11,70,121,11,13,90,30.56,50,N 131 | 14,24,8,0,14,30,15,0.25,14,2.14,9,0.6,49,3,0.14,59,0,9,0.6,46.74,21.17,20950.15,0.33,162,0.05,1163.9,989.58,0.2,8,15,36,0.17,62,100,41,28,89,19.18,59,Y 132 | 5,5,0,0,28,8,3,0.25,4,2,1,0.33,9,1,0,12,0,0,0,37.29,9,3020.28,0.11,79,0.11,167.79,335.59,0.33,2,4,8,0.06,20,59,10,9,47,70,12,N 133 | 8,23,3,0,14,36,12,0.38,14,2.57,5,0.42,40,6,0.45,32,0,10,0.83,39.63,24.05,22915.89,0.32,168,0.04,1273.1,952.97,0.5,11,18,30,0.21,81,87,32,19,56,30.43,32,Y 134 | 17,45,2,5,44,86,23,0.37,42,2.05,2,0.09,97,5,0.18,57,2,9,0.39,26.44,78.12,161381.25,0.69,374,0.01,8965.62,2065.81,0.22,22,43,76,0.18,186,188,25,21,125,46.23,62,Y 135 | 8,27,1,0,20,52,14,0.36,26,2,4,0.29,68,1,0,39,5,11,0.79,32.18,40.48,52735.32,0.43,254,0.02,2929.74,1302.84,0.07,13,26,56,0.2,137,117,22,13,69,33.9,39,Y 136 | 1,3,1,1,0,4,2,0.15,2,2,1,0.5,7,1,0,12,0,2,1,15.45,7.14,788.3,0.04,27,0.14,43.79,110.36,0.5,1,2,7,0.13,10,17,7,10,16,7.69,13,N 137 | 24,12,0,2,28,16,7,0.15,8,2,1,0.14,19,1,0,46,0,5,0.71,28.27,37.3,39335.04,0.35,192,0.03,2185.28,1054.44,0.14,4,8,14,0.06,78,114,23,22,116,39.47,48,N 138 | 30,69,17,4,52,118,35,0.27,54,2.19,18,0.51,152,17,0.47,125,0,25,0.71,84.68,27.62,64595.11,0.78,363,0.04,3588.62,2338.79,0.49,32,59,119,0.16,145,218,63,24,213,30.94,129,N 139 | 1,7,1,0,0,10,4,0.57,4,2.5,2,0.5,12,3,0.67,7,1,3,0.75,10.97,13,1854.11,0.05,33,0.08,103.01,142.62,0.75,3,5,10,0.4,14,19,7,13,10,0,7,N 140 | 6,13,4,4,4,24,7,0.15,12,2,3,0.43,37,1,0,43,1,1,0.14,43.96,48,101286.83,0.7,372,0.02,5627.05,2110.14,0.14,6,12,32,0.12,176,196,33,18,59,15.69,47,N 141 | 4,7,0,0,2,12,4,0.33,6,2,1,0.25,14,3,0.67,12,1,2,0.5,17.23,21,7600.61,0.12,77,0.05,422.26,361.93,0.75,3,6,12,0.2,36,41,12,14,20,14.29,12,Y 142 | 105,125,16,19,123,202,63,0.26,78,2.59,9,0.14,223,36,0.56,225,0,61,0.97,88.2,93.2,766179.74,2.74,1217,0.01,42565.54,8220.7,0.57,62,101,162,0.13,463,754,77,31,474,38.69,244,Y 143 | 47,41,18,9,68,54,24,0.22,22,2.45,14,0.58,94,8,0.3,100,0,21,0.88,75.13,27.46,56640.44,0.69,321,0.04,3146.69,2062.83,0.33,16,27,72,0.1,120,201,59,27,242,43.5,109,N 144 | 29,69,0,0,37,112,35,0.21,44,2.55,1,0.03,113,26,0.74,163,0,25,0.71,50.5,87.12,383277.96,1.47,751,0.01,21293.22,4399.34,0.74,34,56,80,0.15,307,444,37,21,231,18.5,163,N 145 | 14,13,3,3,17,24,7,0.1,12,2,5,0.71,30,1,0,66,0,7,1,49.82,40.86,83172.01,0.68,349,0.02,4620.67,2035.68,0.14,6,12,25,0.07,130,219,35,22,102,23.26,69,N 146 | 0,5,0,0,0,8,3,0.75,4,2,1,0.33,9,1,0,4,1,3,1,8.14,8.17,542.58,0.02,20,0.12,30.14,66.44,0.33,2,4,8,0.5,7,13,3,7,6,0,4,N 147 | 10,13,2,0,11,24,7,0.29,12,2,1,0.14,26,5,0.67,24,0,0,0,32.5,17.19,9606.08,0.19,105,0.06,533.67,558.8,0.71,6,12,21,0.15,38,67,21,19,47,31.43,24,Y 148 | 4,5,1,0,2,6,3,0.17,2,3,2,0.67,10,3,1,18,1,3,1,19.51,15.71,4814.52,0.1,66,0.06,267.47,306.49,1,2,3,9,0.12,29,37,12,13,26,10,18,N 149 | 0,3,0,0,1,4,2,0.18,2,2,1,0.5,6,1,0,11,1,2,1,16.29,7.56,931.62,0.04,29,0.13,51.76,123.19,0.5,1,2,6,0.14,11,18,8,11,14,8.33,11,N 150 | 50,89,8,12,75,156,45,0.21,68,2.29,15,0.33,181,30,0.66,205,0,43,0.96,106.02,67.9,488861.64,2.4,1037,0.01,27158.98,7199.39,0.67,44,78,138,0.13,421,616,93,30,344,29.79,217,Y 151 | 12,7,0,0,16,12,4,0.1,6,2,1,0.25,16,1,0,39,2,4,1,18.17,33.73,20674.45,0.2,132,0.03,1148.58,612.99,0.25,3,6,14,0.06,53,79,11,14,69,29.09,39,N 152 | 6,5,1,4,5,8,3,0.2,4,2,2,0.67,11,1,0,11,2,3,1,24.87,11.46,3265.45,0.09,63,0.09,181.41,284.98,0.33,2,4,10,0.1,25,38,12,11,29,45,15,N 153 | 4,9,0,0,4,16,5,0.19,8,2,1,0.2,15,1,0,26,1,5,1,17.62,26.67,12532.75,0.16,107,0.04,696.26,469.98,0.2,4,8,12,0.14,40,67,9,12,36,13.33,26,N 154 | 0,5,0,0,0,8,3,0.5,4,2,1,0.33,11,1,0,6,2,3,1,12.29,9.33,1070.66,0.04,31,0.11,59.48,114.71,0.33,2,4,10,0.38,16,15,6,7,8,0,6,N 155 | 2,3,0,0,1,4,2,0.29,2,2,1,0.5,6,1,0,7,0,2,1,12.09,6.3,479.73,0.03,20,0.16,26.65,76.15,0.5,1,2,6,0.17,7,13,5,9,12,12.5,7,N 156 | 0,3,0,0,1,4,2,0.18,2,2,1,0.5,6,1,0,11,1,2,1,16.94,8.13,1118.06,0.05,33,0.12,62.11,137.61,0.5,1,2,6,0.14,13,20,8,10,14,8.33,11,N 157 | 6,9,2,6,4,4,7,0.11,2,2,4,0.57,22,1,0,57,1,7,1,51.55,33,56139.09,0.57,288,0.03,3118.84,1701.18,0.14,1,2,17,0.09,132,156,40,20,75,14.93,63,N 158 | 3,9,0,0,4,14,5,0.28,6,2.33,1,0.2,16,1,0,18,0,5,1,17.99,13,3039.83,0.08,51,0.08,168.88,233.83,0.2,4,7,13,0.19,22,29,11,13,27,18.18,18,N 159 | 67,59,3,3,85,104,30,0.24,46,2.26,8,0.27,112,23,0.76,121,0,29,0.97,37.4,107.21,429807.51,1.34,676,0.01,23878.2,4009.18,0.77,29,52,84,0.11,270,406,34,27,278,42.11,124,Y 160 | 3,3,0,0,4,4,2,0.33,2,2,1,0.5,5,1,0,6,0,2,1,13.71,9.43,1218.81,0.04,31,0.11,67.71,129.27,0.5,1,2,5,0.13,12,19,7,11,15,40,6,N 161 | 71,19,9,19,63,34,10,0.1,16,2.13,6,0.6,42,3,0.22,78,0,9,0.9,66.83,32.56,70837.72,0.73,364,0.03,3935.43,2175.73,0.3,9,17,34,0.04,140,224,43,20,233,51.25,97,Y 162 | 2,9,0,0,0,14,5,0.31,6,2.33,1,0.2,15,3,0.5,16,2,5,1,32,18.75,11252.36,0.2,117,0.05,625.13,600.13,0.6,4,7,12,0.25,50,67,20,15,20,0,16,N 163 | 0,3,0,0,0,4,2,0.67,2,2,1,0.5,5,1,0,3,1,2,1,8.36,9,677.56,0.03,21,0.11,37.64,75.28,0.5,1,2,5,0.4,6,15,3,9,5,0,3,Y 164 | 9,23,2,5,9,38,12,0.26,16,2.38,4,0.33,42,8,0.64,41,3,5,0.42,42.25,28.27,33760.15,0.4,215,0.04,1875.56,1194.24,0.67,11,19,32,0.18,70,145,26,21,68,25.45,46,Y 165 | 1,3,0,0,0,4,2,0.22,2,2,1,0.5,6,1,0,9,2,2,1,10.82,9.75,1028.49,0.04,27,0.1,57.14,105.49,0.5,1,2,6,0.17,13,14,6,9,12,0,9,Y 166 | 8,3,1,5,8,4,2,0.04,2,2,1,0.5,21,1,0,43,0,2,1,69.69,27.79,53839.29,0.65,345,0.04,2991.07,1937.07,0.5,1,2,21,0.03,126,219,34,15,66,23.21,48,N 167 | 9,11,3,0,33,20,6,0.26,10,2,2,0.33,28,1,0,23,2,5,0.83,19.5,40.24,31575.87,0.26,153,0.02,1754.21,784.78,0.17,5,10,24,0.09,76,77,17,18,68,58.93,23,Y 168 | 1,3,1,1,0,4,2,0.13,2,2,1,0.5,7,1,0,14,0,2,1,17.24,7.5,969.51,0.04,31,0.13,53.86,129.27,0.5,1,2,7,0.11,12,19,8,10,18,6.67,15,N 169 | -------------------------------------------------------------------------------- /CleanedData/MDP/D''/MW1.arff: -------------------------------------------------------------------------------- 1 | @relation MW1 2 | 3 | @attribute LOC_BLANK numeric 4 | @attribute BRANCH_COUNT numeric 5 | @attribute CALL_PAIRS numeric 6 | @attribute LOC_CODE_AND_COMMENT numeric 7 | @attribute LOC_COMMENTS numeric 8 | @attribute CONDITION_COUNT numeric 9 | @attribute CYCLOMATIC_COMPLEXITY numeric 10 | @attribute CYCLOMATIC_DENSITY numeric 11 | @attribute DECISION_COUNT numeric 12 | @attribute DECISION_DENSITY numeric 13 | @attribute DESIGN_COMPLEXITY numeric 14 | @attribute DESIGN_DENSITY numeric 15 | @attribute EDGE_COUNT numeric 16 | @attribute ESSENTIAL_COMPLEXITY numeric 17 | @attribute ESSENTIAL_DENSITY numeric 18 | @attribute LOC_EXECUTABLE numeric 19 | @attribute PARAMETER_COUNT numeric 20 | @attribute HALSTEAD_CONTENT numeric 21 | @attribute HALSTEAD_DIFFICULTY numeric 22 | @attribute HALSTEAD_EFFORT numeric 23 | @attribute HALSTEAD_ERROR_EST numeric 24 | @attribute HALSTEAD_LENGTH numeric 25 | @attribute HALSTEAD_LEVEL numeric 26 | @attribute HALSTEAD_PROG_TIME numeric 27 | @attribute HALSTEAD_VOLUME numeric 28 | @attribute MAINTENANCE_SEVERITY numeric 29 | @attribute MODIFIED_CONDITION_COUNT numeric 30 | @attribute MULTIPLE_CONDITION_COUNT numeric 31 | @attribute NODE_COUNT numeric 32 | @attribute NORMALIZED_CYLOMATIC_COMPLEXITY numeric 33 | @attribute NUM_OPERANDS numeric 34 | @attribute NUM_OPERATORS numeric 35 | @attribute NUM_UNIQUE_OPERANDS numeric 36 | @attribute NUM_UNIQUE_OPERATORS numeric 37 | @attribute NUMBER_OF_LINES numeric 38 | @attribute PERCENT_COMMENTS numeric 39 | @attribute LOC_TOTAL numeric 40 | @attribute Defective {Y,N} 41 | 42 | @data 43 | 3,3,2,0,9,4,2,0.22,2,2,2,1,8,1,0,9,3,13.59,10.67,1546.1,0.05,33,0.09,85.89,144.95,0.5,1,2,8,0.09,16,17,9,12,22,50,9,N 44 | 11,12,10,0,15,6,9,0.16,2,3,8,0.89,29,1,0,58,0,39.93,28.29,31947.46,0.38,170,0.04,1774.86,1129.46,0.11,2,3,22,0.11,72,98,56,44,85,20.55,58,N 45 | 11,19,2,0,0,24,11,0.22,10,2.4,6,0.55,35,8,0,49,0,37.25,32.25,38746.22,0.4,201,0.03,2152.57,1201.43,0.73,7,12,26,0.18,86,115,36,27,61,0,49,N 46 | 5,3,1,0,0,4,2,0.11,2,2,2,1,17,1,0,19,1,51.65,15.24,11992.27,0.26,162,0.07,666.24,786.99,0.5,1,2,17,0.08,80,82,21,8,25,0,19,N 47 | 5,5,6,0,5,8,3,0.13,4,2,3,1,14,1,0,24,2,51.32,12.79,8399.67,0.22,121,0.08,466.65,656.58,0.33,2,4,13,0.09,53,68,29,14,35,17.24,24,N 48 | 10,11,14,0,12,16,6,0.15,8,2,6,1,38,1,0,40,2,51.19,16.75,14362.03,0.29,147,0.06,797.89,857.43,0.17,4,8,34,0.1,67,80,38,19,63,23.08,40,N 49 | 0,3,2,0,0,4,2,0.5,2,2,2,1,6,1,0,4,0,14.62,2.5,91.35,0.01,11,0.4,5.08,36.54,0.5,1,2,6,0.4,5,6,5,5,5,0,4,N 50 | 0,3,0,0,0,4,2,0.5,2,2,1,0.5,5,1,0,4,1,8.43,5.33,239.85,0.01,13,0.19,13.33,44.97,0.5,1,2,5,0.4,4,9,3,8,5,0,4,N 51 | 6,15,11,0,2,26,8,0.24,12,2.17,7,0.88,37,7,0,34,0,47.8,16.05,12318.72,0.26,131,0.06,684.37,767.4,0.88,7,13,31,0.19,61,70,38,20,43,5.56,34,N 52 | 3,5,4,0,0,8,3,0.38,4,2,3,1,12,1,0,8,0,34.55,3.5,423.25,0.04,29,0.29,23.51,120.93,0.33,2,4,11,0.25,14,15,12,6,12,0,8,N 53 | 15,31,10,0,11,50,16,0.27,20,2.5,10,0.63,70,13,0,59,0,71.74,17.83,22807.44,0.43,206,0.06,1267.08,1279.15,0.81,15,25,56,0.19,90,116,53,21,86,15.71,59,Y 54 | 0,3,3,0,1,4,2,0.33,2,2,2,1,7,1,0,6,2,25.16,2.5,157.27,0.02,17,0.4,8.74,62.91,0.5,1,2,7,0.25,8,9,8,5,8,14.29,6,N 55 | 6,24,2,0,5,16,19,0.44,8,2,3,0.16,51,4,0,43,1,49.79,27.19,36801.7,0.45,216,0.04,2044.54,1353.63,0.21,4,8,34,0.35,90,126,48,29,55,10.42,43,N 56 | 4,9,14,0,2,12,5,0.21,6,2,5,1,32,1,0,24,2,94.27,5.25,2598.43,0.16,93,0.19,144.36,494.94,0.2,3,6,29,0.16,42,51,32,8,31,7.69,24,N 57 | 1,3,1,0,1,4,2,0.2,2,2,1,0.5,7,1,0,10,2,14.32,7.71,852.01,0.04,26,0.13,47.33,110.45,0.5,1,2,7,0.15,9,17,7,12,13,9.09,10,N 58 | 5,5,3,0,6,8,3,0.19,4,2,3,1,13,1,0,16,2,37.53,5.5,1135.41,0.07,47,0.18,63.08,206.44,0.33,2,4,12,0.11,22,25,14,7,28,27.27,16,N 59 | 7,7,4,0,6,4,5,0.17,2,2,5,1,17,1,0,29,0,34.65,11.83,4846.19,0.14,77,0.08,269.23,409.79,0.2,1,2,14,0.12,32,45,23,17,43,17.14,29,N 60 | 2,3,2,0,1,4,2,0.22,2,2,2,1,8,1,0,9,0,30.84,4.96,758.26,0.05,36,0.2,42.13,152.93,0.5,1,2,8,0.15,17,19,12,7,13,10,9,N 61 | 9,5,2,0,5,8,3,0.11,4,2,2,0.67,12,3,1,27,2,35.26,21.24,15905.03,0.25,138,0.05,883.61,748.82,1,2,4,11,0.07,59,79,25,18,42,15.63,27,N 62 | 25,37,23,0,15,38,26,0.34,18,2.11,26,1,94,1,0,77,1,79.98,26.99,58239.35,0.72,327,0.04,3235.52,2158.17,0.04,10,19,70,0.22,133,194,69,28,118,16.3,77,Y 63 | 2,8,7,0,0,4,6,0.32,2,2,6,1,17,1,0,19,0,36.77,10.91,4375.94,0.13,77,0.09,243.11,401.13,0.17,1,2,13,0.27,32,45,22,15,22,0,19,N 64 | 9,5,7,0,6,8,3,0.18,4,2,3,1,16,1,0,17,2,38.07,9.14,3182.29,0.12,69,0.11,176.79,348.06,0.33,2,4,15,0.09,32,37,21,12,33,26.09,17,N 65 | 6,7,16,0,3,8,4,0.14,4,2,4,1,30,1,0,28,2,101.03,5.96,3588,0.2,109,0.17,199.33,602.07,0.25,2,4,28,0.11,49,60,37,9,38,9.68,28,Y 66 | 5,5,2,0,3,8,3,0.2,4,2,2,0.67,11,1,0,15,0,22.75,10.62,2563.41,0.08,52,0.09,142.41,241.48,0.33,2,4,10,0.13,23,29,13,12,24,16.67,15,N 67 | 3,7,3,0,4,12,4,0.25,6,2,3,0.75,16,1,0,16,1,28.82,6.75,1312.96,0.06,43,0.15,72.94,194.51,0.25,3,6,14,0.17,21,22,14,9,24,20,16,N 68 | 7,3,5,0,2,4,2,0.11,2,2,2,1,13,1,0,19,0,64.34,4.45,1276.77,0.1,59,0.22,70.93,286.62,0.5,1,2,13,0.07,28,31,22,7,29,9.52,19,N 69 | 10,7,15,0,3,8,4,0.14,4,2,4,1,32,1,0,28,2,102.19,6.63,4493.95,0.23,122,0.15,249.66,677.66,0.25,2,4,30,0.1,56,66,38,9,42,9.68,28,N 70 | 13,25,14,0,11,40,13,0.25,16,2.5,10,0.77,69,7,0,52,0,95.37,13.19,16603.31,0.42,206,0.08,922.41,1258.36,0.54,12,20,58,0.17,95,111,54,15,77,17.46,52,Y 71 | 8,15,1,0,2,28,8,0.19,14,2,2,0.25,32,1,0,43,1,72.3,5.69,2338.69,0.14,83,0.18,129.93,411.2,0.13,7,14,26,0.15,39,44,24,7,54,4.44,43,N 72 | 2,3,2,0,4,4,2,0.22,2,2,2,1,7,1,0,9,2,19.51,8,1248.64,0.05,35,0.13,69.37,156.08,0.5,1,2,7,0.13,16,19,11,11,16,30.77,9,N 73 | 4,9,5,0,4,14,5,0.33,6,2.33,4,0.8,18,3,0,15,1,40.48,7.2,2098.65,0.1,60,0.14,116.59,291.48,0.6,4,7,15,0.21,32,28,20,9,24,21.05,15,N 74 | 2,3,4,0,0,4,2,0.15,2,2,2,1,11,1,0,13,0,45.34,6.75,2065.86,0.1,63,0.15,114.77,306.05,0.5,1,2,11,0.13,30,33,20,9,16,0,13,N 75 | 5,7,5,0,0,12,4,0.13,6,2,4,1,17,1,0,30,0,57.87,13.1,9925.73,0.25,138,0.08,551.43,757.88,0.25,3,6,15,0.11,58,80,31,14,36,0,30,N 76 | 3,3,2,0,0,4,2,0.14,2,2,2,1,8,1,0,14,0,26.83,6.92,1285.99,0.06,40,0.14,71.44,185.75,0.5,1,2,8,0.11,15,25,13,12,18,0,14,N 77 | 2,5,1,0,5,6,3,0.6,2,3,2,0.67,8,3,1,5,1,6.37,9,516.23,0.02,16,0.11,28.68,57.36,1,2,3,7,0.23,6,10,3,9,13,50,5,N 78 | 4,3,9,0,4,4,2,0.1,2,2,2,1,13,1,0,20,3,54.05,10.16,5580.43,0.18,100,0.1,310.02,549.19,0.5,1,2,13,0.07,45,55,31,14,29,16.67,20,N 79 | 16,23,10,0,8,38,12,0.24,16,2.38,9,0.75,57,7,0,49,1,72.52,16.2,19033.06,0.39,193,0.06,1057.39,1174.88,0.58,11,19,47,0.16,90,103,50,18,74,14.04,49,N 80 | 3,3,3,0,5,4,2,0.33,2,2,2,1,9,1,0,6,2,19.14,7,937.86,0.04,31,0.14,52.1,133.98,0.5,1,2,9,0.13,14,17,10,10,15,45.45,6,N 81 | 11,5,10,0,6,8,3,0.15,4,2,3,1,20,1,0,20,0,88.39,4.9,2125.07,0.14,82,0.2,118.06,433.4,0.33,2,4,19,0.08,38,44,31,8,38,23.08,20,N 82 | 0,3,1,0,0,4,2,0.29,2,2,2,1,5,1,0,7,0,8.64,4.17,150,0.01,12,0.24,8.33,36,0.5,1,2,5,0.25,5,7,3,5,8,0,7,N 83 | 2,3,4,0,4,4,2,0.14,2,2,2,1,8,1,0,14,0,44.39,4.76,1007.83,0.07,45,0.21,55.99,211.52,0.5,1,2,8,0.1,18,27,17,9,21,22.22,14,N 84 | 4,9,3,0,13,10,5,0.56,2,5,2,0.4,14,5,1,9,1,20.85,5,521.24,0.03,25,0.2,28.96,104.25,1,4,5,11,0.19,10,15,9,9,27,59.09,9,N 85 | 1,3,2,0,1,4,2,0.4,2,2,2,1,6,1,0,5,0,16.73,3,150.57,0.02,14,0.33,8.36,50.19,0.5,1,2,6,0.25,6,8,6,6,8,16.67,5,N 86 | 10,7,7,0,14,12,4,0.15,6,2,2,0.5,23,3,0,26,0,44.19,10.02,4437.26,0.15,85,0.1,246.51,442.8,0.75,3,6,21,0.08,37,48,24,13,51,35,26,N 87 | 7,10,1,0,2,12,6,0.15,6,2,5,0.83,21,1,0,39,0,29.3,25.54,19104.17,0.25,130,0.04,1061.34,748.14,0.17,3,6,17,0.12,55,75,28,26,49,4.88,39,N 88 | 25,25,9,0,18,38,14,0.22,18,2.11,12,0.86,77,1,0,63,1,81.53,17.98,26360.63,0.49,240,0.06,1464.48,1466.05,0.07,10,19,65,0.13,110,130,52,17,107,22.22,63,Y 89 | 6,6,6,0,5,4,4,0.17,2,2,4,1,17,1,0,24,0,39.16,9.04,3202.49,0.12,67,0.11,177.92,354.12,0.25,1,2,15,0.11,26,41,23,16,36,17.24,24,N 90 | 11,16,2,0,3,24,9,0.26,12,2,3,0.33,34,1,0,35,0,17.38,36,22527.81,0.21,122,0.03,1251.55,625.77,0.11,6,12,27,0.18,54,68,15,20,50,7.89,35,N 91 | 7,15,4,0,12,26,8,0.31,12,2.17,4,0.5,30,5,0,26,4,26.74,14.93,5958.66,0.13,75,0.07,331.04,399.14,0.63,7,13,24,0.17,33,42,21,19,46,31.58,26,N 92 | 22,35,10,0,12,62,18,0.27,30,2.07,3,0.17,81,4,0,66,0,68.92,17.87,22020.91,0.41,196,0.06,1223.38,1231.94,0.22,16,31,65,0.18,91,105,56,22,101,15.38,66,N 93 | 34,27,4,1,25,52,14,0.13,26,2,8,0.57,71,14,1,110,1,59.32,36.56,79271.67,0.72,345,0.03,4403.98,2168.46,1,13,26,59,0.08,155,190,53,25,171,19.12,111,N 94 | 8,29,5,0,2,56,15,0.48,28,2,15,1,75,15,1,31,0,116.24,14.08,23049.99,0.55,276,0.07,1280.56,1636.88,1,14,28,62,0.36,115,161,49,12,42,6.06,31,N 95 | 5,3,5,0,2,4,2,0.2,2,2,2,1,10,1,0,10,0,58.84,4.17,1021.56,0.08,51,0.24,56.75,245.18,0.5,1,2,10,0.11,25,26,21,7,18,16.67,10,N 96 | 4,11,2,0,8,20,6,0.3,10,2,3,0.5,24,1,0,20,1,22.99,18.44,7817.84,0.14,82,0.05,434.32,423.93,0.17,5,10,20,0.18,33,49,17,19,33,28.57,20,N 97 | 5,7,4,0,3,10,4,0.31,4,2.5,4,1,14,1,0,13,0,51.04,5.73,1674.07,0.1,59,0.17,93,292.3,0.25,3,5,12,0.18,28,31,22,9,22,18.75,13,N 98 | 2,7,0,0,0,12,4,0.36,6,2,1,0.25,16,1,0,11,0,12.76,29.25,10920.4,0.12,85,0.03,606.69,373.35,0.25,3,6,14,0.29,36,49,8,13,14,0,11,N 99 | 1,5,4,0,0,8,3,0.25,4,2,3,1,11,1,0,12,0,30.45,4.62,648.71,0.05,32,0.22,36.04,140.55,0.33,2,4,10,0.21,15,17,13,8,14,0,12,N 100 | 2,3,2,0,2,4,2,0.22,2,2,2,1,8,1,0,9,0,25.03,4.9,600.86,0.04,30,0.2,33.38,122.62,0.5,1,2,8,0.14,14,16,10,7,14,18.18,9,N 101 | 11,7,20,0,4,8,4,0.12,4,2,4,1,34,1,0,34,2,123.03,6.07,4532.64,0.25,131,0.16,251.81,746.76,0.25,2,4,32,0.08,58,73,43,9,50,10.53,34,N 102 | 3,5,6,0,2,4,3,0.14,2,2,3,1,17,1,0,22,0,39.27,11.45,5152.07,0.15,87,0.09,286.23,449.78,0.33,1,2,16,0.11,36,51,22,14,28,8.33,22,N 103 | 0,7,2,0,0,12,4,0.4,6,2,2,0.5,14,1,0,10,0,37.82,4,605.07,0.05,35,0.25,33.61,151.27,0.25,3,6,12,0.36,12,23,12,8,11,0,10,N 104 | 4,13,4,0,1,22,7,0.28,10,2.2,6,0.86,32,4,0,25,0,35.89,10.4,3882.17,0.12,74,0.1,215.68,373.29,0.57,6,11,27,0.23,32,42,20,13,31,3.85,25,N 105 | 16,17,24,0,11,28,9,0.16,14,2,9,1,55,1,0,55,2,175.1,7.86,10809.44,0.46,217,0.13,600.52,1375.75,0.11,7,14,48,0.11,100,117,70,11,83,16.67,55,Y 106 | 4,9,3,0,5,16,5,0.5,6,2.67,4,0.8,18,1,0,10,1,18.99,10.77,2201.88,0.07,43,0.09,122.33,204.46,0.2,5,8,15,0.25,20,23,13,14,20,33.33,10,N 107 | 5,3,3,0,3,4,2,0.1,2,2,2,1,7,1,0,21,2,35.54,10.17,3679.85,0.12,73,0.1,204.44,361.66,0.5,1,2,7,0.07,37,36,20,11,30,12.5,21,N 108 | 4,3,3,0,2,4,2,0.1,2,2,2,1,8,1,0,20,1,48.42,7.26,2552.29,0.12,68,0.14,141.79,351.55,0.5,1,2,8,0.07,33,35,25,11,27,9.09,20,Y 109 | 15,22,16,0,1,8,19,0.32,4,2,19,1,53,1,0,59,1,64.91,25.17,41124.72,0.54,257,0.04,2284.71,1633.89,0.05,2,4,36,0.25,92,165,53,29,76,1.67,59,N 110 | 6,5,6,0,3,8,3,0.1,4,2,3,1,19,1,0,30,1,44.88,14.4,9306.1,0.22,117,0.07,517.01,646.26,0.33,2,4,18,0.08,54,63,30,16,40,9.09,30,N 111 | 5,21,3,1,2,24,11,0.3,4,6,2,0.18,32,10,0,36,1,47.96,18.75,16859.61,0.3,161,0.05,936.64,899.18,0.91,10,12,23,0.24,75,86,32,16,45,7.69,37,N 112 | 2,9,1,0,4,16,5,0.36,8,2,2,0.4,21,1,0,14,0,17.84,14.5,3750.38,0.09,58,0.07,208.35,258.64,0.2,4,8,18,0.24,29,29,11,11,21,22.22,14,N 113 | 4,9,4,0,6,12,5,0.33,4,3,3,0.6,17,5,1,15,1,26.04,12,3749.74,0.1,65,0.08,208.32,312.48,1,4,6,14,0.19,32,33,16,12,26,28.57,15,N 114 | 0,3,3,0,0,4,2,0.29,2,2,2,1,7,1,0,7,0,24,3.5,294,0.03,21,0.29,16.32,84,0.5,1,2,7,0.25,9,12,9,7,8,0,7,N 115 | 9,11,12,0,13,18,6,0.17,8,2.25,5,0.83,35,5,0,36,3,65.03,12.77,10600.85,0.28,140,0.08,588.94,830.3,0.83,5,9,31,0.1,61,79,43,18,59,26.53,36,N 116 | 14,3,7,0,7,4,2,0.06,2,2,1,0.5,30,1,0,34,0,96.01,17.68,30006.37,0.57,276,0.06,1667.02,1697.33,0.5,1,2,30,0.04,132,144,56,15,56,17.07,34,N 117 | 14,15,15,0,4,4,13,0.25,2,2,13,1,40,1,0,53,0,58.74,23.3,31875.39,0.46,224,0.04,1770.86,1368.31,0.08,1,2,29,0.18,82,142,44,25,72,7.02,53,N 118 | 3,7,3,0,4,12,4,0.31,6,2,4,1,15,3,0,13,2,21.23,5.5,642.17,0.04,28,0.18,35.68,116.76,0.75,3,6,13,0.19,11,17,9,9,21,23.53,13,N 119 | 4,7,1,0,0,4,5,0.23,2,2,2,0.4,16,1,0,22,1,27.67,17.58,8545.97,0.16,92,0.06,474.78,486.26,0.2,1,2,13,0.19,37,55,20,19,27,0,22,N 120 | 1,3,4,0,3,4,2,0.22,2,2,2,1,14,1,0,9,0,38.84,8.35,2705.36,0.11,75,0.12,150.3,324.14,0.5,1,2,14,0.14,31,44,13,7,14,25,9,Y 121 | 8,16,4,0,5,24,9,0.31,10,2.4,4,0.44,33,4,0,29,0,18.35,26,12402.61,0.16,93,0.04,689.03,477.02,0.44,7,12,26,0.21,39,54,15,20,43,14.71,29,N 122 | 13,21,5,0,5,30,12,0.17,14,2.14,9,0.75,66,9,0,69,0,57.39,28,44996.99,0.54,258,0.04,2499.83,1607.04,0.75,8,15,56,0.14,119,139,51,24,88,6.76,69,N 123 | 2,5,7,0,2,8,3,0.12,4,2,3,1,17,1,0,26,2,56.24,6.87,2658.2,0.13,76,0.15,147.68,386.65,0.33,2,4,16,0.1,33,43,24,10,31,7.14,26,N 124 | 3,5,0,0,2,8,3,0.25,4,2,1,0.33,10,1,0,12,2,27.78,4.67,605.07,0.04,30,0.21,33.61,129.66,0.33,2,4,9,0.17,14,16,12,8,18,14.29,12,N 125 | 2,5,1,0,4,8,3,0.23,4,2,2,0.67,11,1,0,13,3,11.63,17,3360.12,0.07,45,0.06,186.67,197.65,0.33,2,4,10,0.15,17,28,7,14,20,23.53,13,N 126 | 17,43,13,0,18,76,22,0.28,34,2.24,17,0.77,103,12,0,80,2,97.4,18.49,33283.94,0.6,276,0.05,1849.11,1800.5,0.55,21,38,83,0.19,125,151,71,21,116,18.37,80,N 127 | 3,5,3,0,15,8,3,0.19,4,2,2,0.67,13,1,0,16,2,20.14,12.83,3317.73,0.09,55,0.08,184.32,258.51,0.33,2,4,12,0.09,22,33,12,14,35,48.39,16,Y 128 | 1,3,2,0,0,4,2,0.22,2,2,2,1,6,1,0,9,0,18.23,3.86,271.19,0.02,19,0.26,15.07,70.31,0.5,1,2,6,0.18,9,10,7,6,11,0,9,N 129 | 1,5,1,0,1,8,3,0.25,4,2,1,0.33,12,1,0,12,0,16.29,15.11,3719.21,0.08,53,0.07,206.62,246.12,0.33,2,4,11,0.2,17,36,9,16,15,7.69,12,N 130 | 10,10,6,0,21,4,8,0.13,2,2,8,1,23,1,0,61,0,36.89,28.34,29630.1,0.35,164,0.04,1646.12,1045.51,0.13,1,2,17,0.09,74,90,47,36,93,25.61,61,Y 131 | 6,13,7,0,6,24,7,0.23,12,2,6,0.86,31,1,0,31,0,62.84,11.23,7918.85,0.24,130,0.09,439.94,705.41,0.14,6,12,26,0.16,58,72,31,12,44,16.21,31,N 132 | 6,10,5,0,7,12,6,0.26,6,2,5,0.83,22,1,0,23,0,34,13.52,6218.16,0.15,87,0.07,345.45,459.83,0.17,3,6,18,0.16,35,52,22,17,37,23.33,23,N 133 | 20,33,13,0,9,16,28,0.28,8,2,15,0.54,118,1,0,100,1,78.34,47.45,176348.54,1.24,526,0.02,9797.14,3716.76,0.04,4,8,92,0.22,223,303,94,40,130,8.26,100,N 134 | 0,7,1,0,0,12,4,0.4,6,2,2,0.5,14,1,0,10,0,31.93,5.45,949.99,0.06,41,0.18,52.78,174.17,0.25,3,6,12,0.36,15,26,11,8,11,0,10,Y 135 | 3,8,5,0,0,8,5,0.25,4,2,5,1,17,1,0,20,0,31.91,7.6,1842.99,0.08,51,0.13,102.39,242.5,0.2,2,4,14,0.21,19,32,15,12,24,0,20,N 136 | 9,7,6,0,7,12,4,0.24,6,2,4,1,19,1,0,17,2,76.51,5,1912.87,0.13,74,0.2,106.27,382.57,0.25,3,6,17,0.12,35,39,28,8,34,29.17,17,N 137 | 7,9,9,0,1,14,5,0.12,6,2.33,4,0.8,31,5,1,41,1,53.95,20.13,21852.33,0.36,179,0.05,1214.02,1085.83,1,4,7,28,0.1,77,102,44,23,50,2.38,41,N 138 | 10,17,4,0,10,28,9,0.29,12,2.33,3,0.33,39,5,0,31,0,52.98,20.54,22355.6,0.36,190,0.05,1241.98,1088.3,0.56,8,15,32,0.17,87,103,36,17,52,24.39,31,N 139 | 3,8,3,0,3,4,6,0.29,2,2,2,0.33,20,1,0,21,0,28.09,21.86,13420.45,0.2,117,0.05,745.58,614.01,0.17,1,2,16,0.21,54,63,21,17,28,12.5,21,N 140 | 1,3,2,0,0,4,2,0.2,2,2,2,1,7,1,0,10,3,22.64,5.73,742.59,0.04,30,0.17,41.25,129.66,0.5,1,2,7,0.17,14,16,11,9,12,0,10,N 141 | 3,5,4,0,6,8,3,0.18,4,2,3,1,13,1,0,17,1,39.99,5.59,1248.86,0.07,47,0.18,69.38,223.48,0.33,2,4,12,0.11,19,28,17,10,27,26.09,17,N 142 | 16,25,17,0,3,32,15,0.27,14,2.29,15,1,74,1,0,56,1,65.75,18.88,23432.15,0.41,211,0.05,1301.79,1241.24,0.07,9,16,61,0.2,86,125,41,18,76,5.08,56,Y 143 | 1,5,4,0,0,8,3,0.17,4,2,3,1,13,1,0,18,0,49.47,4.42,966.99,0.07,46,0.23,53.72,218.72,0.33,2,4,12,0.15,21,25,19,8,20,0,18,Y 144 | 11,17,12,0,16,26,9,0.18,12,2.17,7,0.78,55,3,0,50,2,66.78,20.93,29266.83,0.47,233,0.05,1625.93,1398,0.33,7,13,48,0.12,107,126,46,18,78,24.24,50,N 145 | 9,7,9,0,3,4,5,0.13,2,2,5,1,26,1,0,38,0,49.05,14.86,10838.14,0.24,125,0.07,602.12,729.11,0.2,1,2,23,0.1,55,70,37,20,51,7.32,38,N 146 | 2,5,0,0,4,8,3,0.33,4,2,1,0.33,10,1,0,9,0,14.06,7.5,791.15,0.04,27,0.13,43.95,105.49,0.33,2,4,9,0.19,10,17,6,9,16,30.77,9,N 147 | 12,5,10,0,4,8,3,0.06,4,2,3,1,21,1,0,48,1,63.45,13.77,12025.31,0.29,160,0.07,668.07,873.51,0.33,2,4,20,0.05,59,101,30,14,65,7.69,48,N 148 | 9,28,6,0,4,16,22,0.48,8,2,21,0.95,59,1,0,46,2,54.53,33.06,59603.26,0.6,286,0.03,3311.29,1802.88,0.05,4,8,39,0.37,114,172,50,29,60,8,46,N 149 | 2,13,6,0,3,20,7,0.41,8,2.5,6,0.86,26,1,0,17,0,35.25,8.8,2730.02,0.1,66,0.11,151.67,310.23,0.14,6,10,21,0.3,24,42,15,11,23,15,17,N 150 | 2,7,4,0,0,12,4,0.33,6,2,3,0.75,15,1,0,12,0,25.93,5.5,784.43,0.05,33,0.18,43.58,142.62,0.25,3,6,13,0.27,11,22,10,10,15,0,12,N 151 | 4,19,6,0,1,32,10,0.31,14,2.29,9,0.9,37,4,0,32,0,49.95,12.36,7636.01,0.21,110,0.08,424.22,617.62,0.4,9,16,29,0.26,51,59,33,16,38,3.03,32,N 152 | 5,13,4,0,6,22,7,0.28,10,2.2,6,0.86,26,6,0,25,0,32.88,10.95,3941.05,0.12,72,0.09,218.95,360,0.86,6,11,21,0.19,32,40,19,13,37,19.35,25,N 153 | 5,5,4,0,4,8,3,0.19,4,2,3,1,12,1,0,16,3,23.2,12.5,3624.82,0.1,57,0.08,201.38,289.99,0.33,2,4,11,0.12,25,32,17,17,26,20,16,N 154 | 4,6,6,0,2,4,4,0.15,2,2,4,1,17,1,0,27,0,35.47,12.24,5313.4,0.14,80,0.08,295.19,434.1,0.25,1,2,15,0.12,34,46,25,18,34,6.9,27,N 155 | 1,3,0,0,0,4,2,0.4,2,2,1,0.5,6,1,0,5,0,16,6.5,676,0.03,26,0.15,37.56,104,0.5,1,2,6,0.29,13,13,8,8,7,0,5,N 156 | 3,3,5,1,4,4,2,0.11,2,2,2,1,11,1,0,17,2,39.07,7.06,1946.71,0.09,58,0.14,108.15,275.78,0.5,1,2,11,0.08,24,34,17,10,26,22.73,18,N 157 | 17,15,7,0,19,28,8,0.15,14,2,7,0.88,37,1,0,52,0,45.71,22.46,23055.47,0.34,176,0.04,1280.86,1026.58,0.13,7,14,31,0.09,77,99,36,21,89,26.76,52,N 158 | 7,5,5,0,2,8,3,0.19,4,2,3,1,15,1,0,16,0,43.23,5.5,1307.59,0.08,50,0.18,72.64,237.74,0.33,2,4,14,0.12,22,28,18,9,26,11.11,16,N 159 | 30,50,17,0,25,82,26,0.23,36,2.28,20,0.77,134,9,0,112,0,95.37,34.67,114633.41,1.1,483,0.03,6368.52,3306.37,0.35,23,41,110,0.15,226,257,88,27,168,18.25,112,Y 160 | 2,5,2,0,5,8,3,0.33,4,2,3,1,10,1,0,9,0,19.56,4.5,396,0.03,22,0.22,22,88,0.33,2,4,9,0.18,9,13,8,8,17,35.71,9,N 161 | 3,3,2,0,3,4,2,0.29,2,2,1,0.5,7,1,0,7,3,13.45,9,1089.13,0.04,28,0.11,60.51,121.01,0.5,1,2,7,0.14,12,16,8,12,14,30,7,N 162 | 1,11,2,0,0,20,6,0.38,10,2,6,1,21,1,0,16,2,40.18,6.59,1743.9,0.09,57,0.15,96.88,264.7,0.17,5,10,17,0.33,28,29,17,8,18,0,16,N 163 | 20,31,11,0,33,46,16,0.24,16,2.88,8,0.5,75,6,0,66,0,74.18,20.79,32071.97,0.51,250,0.05,1781.78,1542.48,0.38,15,24,61,0.13,116,134,53,19,120,33.33,66,Y 164 | 0,3,0,0,1,4,2,0.2,2,2,1,0.5,7,1,0,10,0,16.37,10.5,1806,0.06,43,0.1,100.33,172,0.5,1,2,7,0.17,21,22,8,8,12,9.09,10,N 165 | 26,24,13,1,16,32,14,0.17,14,2.29,11,0.79,88,7,0,82,0,99.15,21.29,44929.28,0.7,322,0.05,2496.07,2110.58,0.5,9,16,76,0.11,148,174,73,21,126,17.17,83,N 166 | 3,5,4,0,4,8,3,0.25,4,2,3,1,11,1,0,12,2,42.23,6.94,2036.45,0.1,61,0.14,113.14,293.25,0.33,2,4,10,0.15,25,36,18,10,20,25,12,N 167 | 11,3,3,0,3,4,2,0.08,2,2,2,1,18,1,0,24,0,47.29,17.18,13960.02,0.27,164,0.06,775.56,812.49,0.5,1,2,18,0.05,84,80,22,9,39,11.11,24,N 168 | 3,6,5,0,0,4,4,0.2,2,2,4,1,15,1,0,20,0,31.73,7.46,1767.82,0.08,51,0.13,98.21,236.84,0.25,1,2,13,0.17,19,32,14,11,24,0,20,N 169 | 0,3,1,0,1,4,2,0.33,2,2,2,1,6,1,0,6,3,12.26,7.33,659.44,0.03,22,0.14,36.64,89.92,0.5,1,2,6,0.25,8,14,6,11,8,14.29,6,N 170 | 10,5,7,0,7,12,3,0.12,6,2,3,1,19,3,1,26,0,63.77,9.82,6146.88,0.21,114,0.1,341.49,626.07,1,3,6,18,0.07,54,60,33,12,44,21.21,26,N 171 | 18,7,9,0,13,12,4,0.08,6,2,3,0.75,37,1,0,51,0,85.54,30.74,80809.25,0.88,405,0.03,4489.4,2629.2,0.25,3,6,35,0.05,190,215,68,22,83,20.31,51,N 172 | 9,17,4,0,5,32,9,0.24,14,2.29,5,0.56,42,5,0,37,0,58.47,12.71,9443.41,0.25,131,0.08,524.63,743.09,0.56,9,16,35,0.17,61,70,36,15,52,11.9,37,N 173 | 11,35,10,0,5,58,18,0.28,24,2.42,12,0.67,85,10,0,64,3,81.86,19.83,32200.08,0.54,264,0.05,1788.89,1623.53,0.56,17,29,69,0.22,126,138,54,17,81,7.25,64,N 174 | 14,23,11,0,13,38,12,0.21,18,2.11,9,0.75,58,4,0,58,2,52.09,23.52,28823.57,0.41,202,0.04,1601.31,1225.35,0.33,10,19,48,0.14,90,112,44,23,86,18.31,58,N 175 | 1,3,1,0,2,4,2,0.22,2,2,2,1,8,1,0,9,1,15.29,7.22,797.67,0.04,26,0.14,44.31,110.45,0.5,1,2,8,0.15,13,13,9,10,13,18.18,9,N 176 | 22,22,12,0,17,30,12,0.21,12,2.5,7,0.58,59,10,0,57,0,55.49,25.96,37407.34,0.48,226,0.04,2078.19,1440.76,0.83,9,15,49,0.12,102,124,55,28,97,22.97,57,Y 177 | 11,5,4,0,10,6,3,0.18,2,3,2,0.67,18,3,1,17,0,61.4,11.09,7552.8,0.23,124,0.09,419.6,680.99,1,2,3,17,0.08,61,63,33,12,39,37.04,17,N 178 | 3,5,2,0,0,8,3,0.23,4,2,3,1,10,1,0,13,0,22.48,8.33,1560.8,0.06,42,0.12,86.71,187.3,0.33,2,4,9,0.18,20,22,12,10,17,0,13,N 179 | 3,7,3,0,1,12,4,0.27,6,2,3,0.75,16,3,0,15,1,18.89,9.82,1820.94,0.06,41,0.1,101.16,185.47,0.75,3,6,14,0.2,18,23,11,12,20,6.25,15,N 180 | 0,9,0,0,2,14,5,0.45,6,2.33,1,0.2,16,5,1,11,2,11.6,19.69,4495.15,0.08,47,0.05,249.73,228.33,1,4,7,13,0.36,15,32,8,21,14,15.38,11,N 181 | 4,3,3,0,0,4,2,0.07,2,2,2,1,7,1,0,28,2,40.86,10.25,4292.33,0.14,81,0.1,238.46,418.76,0.5,1,2,7,0.06,41,40,24,12,33,0,28,N 182 | 2,7,5,0,1,8,4,0.44,2,4,2,0.5,16,4,1,9,0,27.77,6.77,1272.5,0.06,41,0.15,70.69,187.98,1,3,4,14,0.31,16,25,13,11,13,10,9,N 183 | 6,3,6,0,5,4,2,0.15,2,2,2,1,13,1,0,13,0,56.22,3.44,664.34,0.06,44,0.29,36.91,193.26,0.5,1,2,13,0.08,22,22,16,5,25,27.78,13,N 184 | 9,7,6,0,8,12,4,0.14,6,2,3,0.75,22,1,0,29,0,48.34,11.15,6010.8,0.18,96,0.09,333.93,539.01,0.25,3,6,20,0.09,46,50,33,16,47,21.62,29,Y 185 | 3,5,2,0,2,8,3,0.19,4,2,3,1,15,1,0,16,2,22.71,10.68,2589.55,0.08,51,0.09,143.86,242.5,0.33,2,4,14,0.14,23,28,14,13,22,11.11,16,N 186 | 1,5,3,0,0,8,3,0.15,4,2,3,1,13,1,0,20,0,42.85,5.83,1458.23,0.08,52,0.17,81.01,249.98,0.33,2,4,12,0.14,21,31,18,10,22,0,20,N 187 | 3,39,3,1,3,40,20,0.53,4,10,20,1,63,20,1,37,0,97.07,6.18,3709.37,0.2,112,0.16,206.08,600.05,1,18,20,45,0.44,51,61,33,8,45,9.76,38,N 188 | 6,11,5,0,0,12,7,0.15,6,2,7,1,36,1,0,47,1,48.3,28,37867.16,0.45,235,0.04,2103.73,1352.4,0.14,3,6,31,0.13,88,147,33,21,54,0,47,N 189 | 23,31,9,1,32,52,16,0.24,20,2.6,8,0.5,67,12,0,66,3,72.95,17.37,22006.83,0.42,201,0.06,1222.6,1267.06,0.75,16,26,53,0.13,90,111,57,22,123,33.33,67,Y 190 | 21,22,18,0,2,8,19,0.3,4,2,19,1,54,1,0,64,1,68.39,20.75,29446.21,0.47,222,0.05,1635.9,1419.09,0.05,2,4,37,0.22,83,139,56,28,88,3.03,64,N 191 | 2,3,1,0,2,4,2,0.4,2,2,2,1,7,1,0,5,1,10.24,4.9,245.93,0.02,14,0.2,13.66,50.19,0.5,1,2,7,0.2,7,7,5,7,10,28.57,5,N 192 | 5,10,6,0,0,8,7,0.22,4,2,7,1,23,1,0,32,0,36.52,16.3,9698.89,0.2,106,0.06,538.83,595.16,0.14,2,4,18,0.18,40,66,27,22,38,0,32,N 193 | 3,3,5,0,2,4,2,0.18,2,2,2,1,11,1,0,11,1,33.46,3,301.14,0.03,28,0.33,16.73,100.38,0.5,1,2,11,0.12,12,16,8,4,17,15.38,11,N 194 | 21,25,22,0,2,12,21,0.31,6,2,21,1,58,1,0,67,1,71.63,20.1,28928.56,0.48,224,0.05,1607.14,1439.48,0.05,3,6,39,0.23,79,145,57,29,91,2.9,67,N 195 | 10,13,14,0,5,20,7,0.13,10,2,7,1,53,1,0,52,2,138.63,8.18,9298.52,0.38,193,0.12,516.58,1135.35,0.14,5,10,48,0.1,91,102,50,9,68,8.77,52,N 196 | 3,3,4,0,1,4,2,0.18,2,2,2,1,11,1,0,11,3,30.55,7.09,1536.14,0.07,53,0.14,85.34,216.64,0.5,1,2,11,0.13,26,27,11,6,16,8.33,11,N 197 | 14,35,12,0,8,60,18,0.25,26,2.31,11,0.61,85,10,0,71,4,57.99,24.52,34868.47,0.47,232,0.04,1937.14,1421.99,0.56,17,30,69,0.19,107,125,48,22,94,10.13,71,Y 198 | 20,11,7,8,42,20,6,0.13,10,2,5,0.83,29,1,0,40,1,46.28,18.53,15888.57,0.29,149,0.05,882.7,857.48,0.17,5,10,25,0.05,63,86,34,20,111,55.56,48,N 199 | 10,19,8,0,13,28,10,0.24,12,2.33,7,0.7,43,7,0,42,2,45.15,21.11,20115.78,0.32,162,0.05,1117.54,952.99,0.7,8,14,35,0.15,71,91,37,22,66,23.64,42,N 200 | 6,5,6,0,18,8,3,0.13,4,2,3,1,19,1,0,23,2,34.08,11.19,4270.38,0.13,77,0.09,237.24,381.47,0.33,2,4,18,0.06,31,46,18,13,48,43.9,23,N 201 | 5,19,2,0,0,36,10,0.31,18,2,6,0.6,42,1,0,32,0,45.5,17.38,13744.03,0.26,144,0.06,763.56,790.83,0.1,9,18,34,0.26,63,81,29,16,38,0,32,N 202 | 8,16,3,0,5,24,9,0.23,12,2,1,0.11,43,1,0,40,2,54.41,25.41,35137.98,0.46,245,0.04,1952.11,1382.74,0.11,6,12,36,0.17,108,137,34,16,54,11.11,40,N 203 | 1,3,1,0,0,4,2,0.22,2,2,2,1,5,1,0,9,0,18.45,3.75,259.45,0.02,20,0.27,14.41,69.19,0.5,1,2,5,0.18,9,11,6,5,11,0,9,N 204 | 8,7,15,0,6,8,4,0.15,4,2,4,1,30,1,0,26,2,76.96,8,4925.18,0.21,108,0.13,273.62,615.65,0.25,2,4,28,0.1,48,60,39,13,41,18.75,26,N 205 | 3,7,2,0,6,8,4,0.33,2,4,2,0.5,13,4,1,12,0,24.24,11.7,3318.52,0.09,59,0.09,184.36,283.63,1,3,4,11,0.18,27,32,15,13,22,33.33,12,N 206 | 4,7,14,0,2,8,4,0.17,4,2,4,1,30,1,0,24,2,103.04,5.37,2972.97,0.18,102,0.19,165.17,553.48,0.25,2,4,28,0.13,47,55,35,8,31,7.69,24,N 207 | 16,20,7,0,17,12,16,0.32,6,2,5,0.31,46,1,0,50,1,60.97,25.55,39787.9,0.52,243,0.04,2210.44,1557.48,0.06,3,6,32,0.19,89,154,54,31,84,25.37,50,N 208 | 7,7,14,0,6,8,4,0.17,4,2,4,1,28,1,0,24,2,79.28,6,2854.12,0.16,90,0.17,158.56,475.69,0.25,2,4,26,0.11,40,50,30,9,38,20,24,N 209 | 1,3,2,16,0,4,2,0.08,2,2,2,1,21,1,0,9,1,103.2,5.62,3260.81,0.19,109,0.18,181.16,580.09,0.5,1,2,21,0.07,53,56,33,7,27,64,25,N 210 | 1,3,0,0,1,4,2,0.22,2,2,1,0.5,6,1,0,9,0,14.17,3.75,199.32,0.02,16,0.27,11.07,53.15,0.5,1,2,6,0.17,5,11,4,6,12,10,9,N 211 | 7,3,3,0,21,4,2,0.18,2,2,1,0.5,10,1,0,11,4,23.74,8.88,1873.84,0.07,46,0.11,104.1,210.91,0.5,1,2,10,0.05,21,25,13,11,40,65.63,11,N 212 | 12,23,14,0,11,38,12,0.27,16,2.38,9,0.75,58,6,0,45,0,91.36,12.65,14630.58,0.39,188,0.08,812.81,1156.15,0.5,11,19,48,0.17,87,101,55,16,69,19.64,45,Y 213 | 4,3,10,0,3,4,2,0.13,2,2,2,1,17,1,0,16,0,67.54,3.24,706.95,0.07,49,0.31,39.28,218.51,0.5,1,2,17,0.08,22,27,17,5,24,15.79,16,N 214 | 4,7,6,0,0,4,5,0.23,2,2,5,1,17,1,0,22,0,36.22,9.03,2951.88,0.11,66,0.11,163.99,326.98,0.2,1,2,14,0.19,25,41,18,13,27,0,22,N 215 | 3,5,3,0,5,8,3,0.1,4,2,3,1,19,1,0,30,1,100.29,10.06,10151.3,0.34,177,0.1,563.96,1008.98,0.33,2,4,18,0.08,75,102,41,11,39,14.29,30,Y 216 | 3,9,3,0,11,12,5,0.28,4,3,3,0.6,16,4,0,18,2,21.66,18,7016.86,0.13,76,0.06,389.83,389.83,0.8,4,6,13,0.15,34,42,17,18,33,37.93,18,N 217 | 5,3,3,0,8,4,2,0.22,2,2,2,1,9,1,0,9,0,58.69,8.6,4341.04,0.17,105,0.12,241.17,504.77,0.5,1,2,9,0.09,43,62,20,8,23,47.06,9,N 218 | 2,7,4,0,0,12,4,0.33,6,2,3,0.75,15,1,0,12,0,27.49,6.42,1132.02,0.06,39,0.16,62.89,176.42,0.25,3,6,13,0.27,14,25,12,11,15,0,12,N 219 | 2,5,2,0,1,6,3,0.18,2,3,2,0.67,10,3,1,17,0,35.86,9.9,3514.5,0.12,71,0.1,195.25,355,1,2,3,9,0.14,33,38,20,12,21,5.56,17,N 220 | 9,23,1,0,13,44,12,0.25,22,2,2,0.17,47,1,0,48,0,30.32,47.53,68495.54,0.48,246,0.02,3805.31,1441.06,0.08,11,22,37,0.17,117,129,32,26,71,21.31,48,N 221 | 17,15,25,0,11,24,8,0.18,12,2,8,1,56,1,0,44,2,121.61,9.12,10120.84,0.37,181,0.11,562.27,1109.4,0.13,6,12,50,0.11,80,101,57,13,73,20,44,Y 222 | 10,5,7,3,7,8,3,0.06,4,2,3,1,20,1,0,44,2,58.61,15.28,13683.04,0.3,151,0.07,760.17,895.54,0.33,2,4,19,0.05,73,78,43,18,65,18.52,47,N 223 | 3,3,1,0,2,4,2,0.29,2,2,1,0.5,7,1,0,7,1,11.47,5,286.8,0.02,16,0.2,15.93,57.36,0.5,1,2,7,0.15,5,11,4,8,13,22.22,7,N 224 | 1,9,2,0,6,10,5,0.56,2,5,3,0.6,14,5,1,9,1,18.8,4.57,392.92,0.03,22,0.22,21.83,85.95,1,4,5,11,0.29,8,14,7,8,17,40,9,N 225 | 1,7,0,0,0,12,4,0.33,6,2,1,0.25,16,1,0,12,1,14.65,16.36,3922.73,0.08,51,0.06,217.93,239.72,0.25,3,6,14,0.29,24,27,11,15,14,0,12,N 226 | 1,3,2,0,2,4,2,0.2,2,2,2,1,7,1,0,10,0,18.91,5.5,572,0.03,26,0.18,31.78,104,0.5,1,2,7,0.14,11,15,8,8,14,16.67,10,N 227 | 1,3,3,0,0,4,2,0.15,2,2,2,1,8,1,0,13,0,27.15,4.45,538.68,0.04,29,0.22,29.93,120.93,0.5,1,2,8,0.13,14,15,11,7,15,0,13,N 228 | 6,25,3,0,9,42,13,0.33,18,2.33,6,0.46,47,1,0,39,0,54.51,25,34070.5,0.45,228,0.04,1892.81,1362.82,0.08,12,21,36,0.24,100,128,42,21,55,18.75,39,N 229 | 3,3,4,0,3,4,2,0.15,2,2,2,1,9,1,0,13,2,25.81,7.08,1295.09,0.06,41,0.14,71.95,182.84,0.5,1,2,9,0.1,17,24,12,10,20,18.75,13,N 230 | 3,3,0,0,3,4,2,0.25,2,2,1,0.5,6,1,0,8,1,14.09,9.29,1214.56,0.04,32,0.11,67.48,130.8,0.5,1,2,6,0.13,13,19,7,10,15,27.27,8,N 231 | 4,3,6,0,1,4,2,0.18,2,2,2,1,12,1,0,11,0,56.19,3,505.67,0.06,39,0.33,28.09,168.56,0.5,1,2,12,0.12,18,21,15,5,17,8.33,11,N 232 | 4,11,4,0,2,16,6,0.3,6,2.67,4,0.67,20,5,0,20,0,29.7,11.28,3778.06,0.11,67,0.09,209.89,335,0.83,5,8,16,0.22,29,38,18,14,27,9.09,20,N 233 | 16,33,14,0,4,56,17,0.27,24,2.33,11,0.65,93,7,0,64,0,122.45,14.22,24755.65,0.58,277,0.07,1375.31,1741.06,0.41,16,28,78,0.2,130,147,64,14,85,5.88,64,Y 234 | 6,15,7,0,5,14,9,0.29,6,2.33,6,0.67,32,1,0,31,0,35.72,13.91,6910.42,0.17,94,0.07,383.91,496.83,0.11,4,7,25,0.21,36,58,22,17,43,13.89,31,N 235 | 6,7,3,0,4,12,4,0.25,6,2,2,0.5,15,1,0,16,3,33.33,7.33,1792.43,0.08,52,0.14,99.58,244.42,0.25,3,6,13,0.15,20,32,15,11,27,20,16,N 236 | 1,5,4,0,0,8,3,0.27,4,2,3,1,13,1,0,11,0,31.66,6.43,1308.6,0.07,45,0.16,72.7,203.56,0.33,2,4,12,0.23,20,25,14,9,13,0,11,N 237 | 5,5,13,0,3,4,3,0.13,2,2,3,1,24,1,0,23,2,88.98,6.22,3442.96,0.18,102,0.16,191.28,553.48,0.33,1,2,23,0.09,47,55,34,9,32,11.54,23,N 238 | 2,3,1,0,0,4,2,0.18,2,2,2,1,7,1,0,11,3,17.11,7.7,1014.63,0.04,30,0.13,56.37,131.77,0.5,1,2,7,0.14,14,16,10,11,14,0,11,N 239 | 5,7,0,0,7,10,4,0.29,4,2.5,1,0.25,12,3,0,14,1,20.31,10.77,2355.5,0.07,46,0.09,130.86,218.72,0.75,3,5,10,0.15,20,26,13,14,27,33.33,14,N 240 | 5,45,3,1,6,46,23,0.55,4,11.5,23,1,72,23,1,41,0,104.29,6.4,4271.56,0.22,123,0.16,237.31,667.43,1,21,23,51,0.43,56,67,35,8,54,14.58,42,N 241 | 8,17,5,0,10,32,9,0.26,16,2,5,0.56,40,1,0,35,6,55.05,13.19,9577.07,0.24,133,0.08,532.06,726.1,0.11,8,16,33,0.17,51,82,29,15,54,22.22,35,N 242 | 3,13,3,1,9,18,7,0.24,6,3,6,0.86,27,5,0,28,1,60.63,12.22,9057.37,0.25,130,0.08,503.19,741.06,0.71,6,9,22,0.17,55,75,36,16,42,26.32,29,N 243 | 5,5,1,0,3,8,3,0.2,4,2,2,0.67,10,1,0,15,2,17.13,15.61,4172.6,0.09,53,0.06,231.81,267.35,0.33,2,4,9,0.13,23,30,14,19,24,16.67,15,N 244 | 18,15,14,0,13,28,8,0.1,14,2,6,0.75,49,5,0,77,1,68.82,37.89,98831.96,0.87,408,0.03,5490.66,2608.07,0.63,7,14,43,0.07,160,248,57,27,109,14.44,77,N 245 | 9,9,17,0,4,12,5,0.16,6,2,5,1,34,1,0,32,2,104.23,6.59,4519.95,0.23,121,0.15,251.11,686.36,0.2,3,6,31,0.11,54,67,41,10,46,11.11,32,Y 246 | 3,7,3,0,0,12,4,0.19,6,2,4,1,19,1,0,21,0,55.61,6,2002.01,0.11,68,0.17,111.22,333.67,0.25,3,6,17,0.16,28,40,21,9,25,0,21,N 247 | 14,31,6,0,8,48,16,0.3,18,2.67,9,0.56,53,7,0,54,0,80.38,11.1,9899.11,0.3,155,0.09,549.95,892.01,0.44,15,26,39,0.21,70,85,41,13,77,12.9,54,N 248 | 5,9,2,0,0,14,5,0.29,6,2.33,3,0.6,16,1,0,17,0,27.02,8.8,2092.15,0.08,50,0.11,116.23,237.74,0.2,4,7,13,0.22,22,28,15,12,23,0,17,N 249 | 0,3,2,0,0,4,2,0.22,2,2,2,1,7,1,0,9,2,21.51,3,193.59,0.02,18,0.33,10.75,64.53,0.5,1,2,7,0.2,6,12,6,6,10,0,9,N 250 | 4,11,6,0,3,12,7,0.25,6,2,7,1,26,1,0,28,0,37.56,11.33,4824.95,0.14,83,0.09,268.05,425.73,0.14,3,6,21,0.19,34,49,21,14,36,9.68,28,N 251 | 2,13,6,0,3,20,7,0.39,8,2.5,6,0.86,27,1,0,18,0,35.45,11,4288.91,0.13,82,0.09,238.27,389.9,0.14,6,10,22,0.29,32,50,16,11,24,14.29,18,N 252 | 6,7,0,0,16,12,4,0.15,6,2,1,0.25,18,1,0,26,0,49.31,22.86,25777.05,0.38,195,0.04,1432.06,1127.37,0.25,3,6,16,0.08,94,101,37,18,49,38.1,26,N 253 | 4,5,1,0,11,8,3,0.17,4,2,1,0.33,12,1,0,18,0,27.93,10.5,3079.11,0.1,61,0.1,171.06,293.25,0.33,2,4,11,0.09,28,33,16,12,34,37.93,18,N 254 | 3,7,9,0,2,12,4,0.13,6,2,4,1,22,1,0,31,2,64.76,7.4,3542.75,0.16,90,0.14,196.82,478.97,0.25,3,6,20,0.11,39,51,29,11,37,6.06,31,N 255 | 4,3,6,0,2,4,2,0.15,2,2,2,1,12,1,0,13,1,46.71,4.07,774.24,0.06,44,0.25,43.01,190.16,0.5,1,2,12,0.1,19,25,14,6,20,13.33,13,N 256 | 10,7,8,0,14,12,4,0.12,6,2,4,1,30,1,0,33,0,83.78,8.05,5422.96,0.22,125,0.12,301.28,674.04,0.25,3,6,28,0.07,59,66,33,9,58,29.79,33,N 257 | 1,3,1,0,0,4,2,0.4,2,2,2,1,7,1,0,5,2,9.25,7.2,479.58,0.02,18,0.14,26.64,66.61,0.5,1,2,7,0.29,9,9,5,8,7,0,5,N 258 | 15,11,10,0,13,16,6,0.14,6,2.67,5,0.83,50,4,0,44,0,67.17,16.45,18176.24,0.37,192,0.06,1009.79,1104.94,0.67,5,8,46,0.08,94,98,40,14,73,22.81,44,N 259 | 2,3,2,0,5,4,2,0.17,2,2,2,1,9,1,0,12,2,15.07,9.75,1432.72,0.05,34,0.1,79.6,146.95,0.5,1,2,9,0.1,13,21,8,12,20,29.41,12,N 260 | 0,3,3,0,0,4,2,0.4,2,2,2,1,7,1,0,5,1,21.19,3.21,218.94,0.02,19,0.31,12.16,68.11,0.5,1,2,7,0.33,9,10,7,5,6,0,5,N 261 | 14,17,12,0,6,28,9,0.23,12,2.33,8,0.89,48,5,0,40,0,86.51,10.16,8923.89,0.29,147,0.1,495.77,878.66,0.56,8,14,41,0.15,65,82,48,15,61,13.04,40,N 262 | 2,3,4,0,0,4,2,0.2,2,2,2,1,10,1,0,10,1,24.36,10.97,2930.73,0.09,55,0.09,162.82,267.19,0.5,1,2,10,0.15,27,28,16,13,13,0,10,N 263 | 3,5,6,0,1,8,3,0.13,4,2,3,1,18,1,0,23,0,64.76,5.25,1785.31,0.11,70,0.19,99.18,340.06,0.33,2,4,17,0.11,33,37,22,7,28,4.17,23,N 264 | 7,7,17,0,5,8,4,0.14,4,2,4,1,31,1,0,28,2,97.47,5.66,3119.36,0.18,101,0.18,173.3,551.4,0.25,2,4,29,0.1,44,57,35,9,41,15.15,28,N 265 | 4,9,2,0,5,18,5,0.26,8,2.25,3,0.6,19,4,0,19,0,16.09,18.42,5457.54,0.1,61,0.05,303.2,296.34,0.8,5,9,16,0.17,26,35,12,17,29,20.83,19,N 266 | 6,13,8,0,4,20,7,0.37,8,2.5,7,1,34,1,0,19,0,55.38,6.67,2461.38,0.12,76,0.15,136.74,369.21,0.14,6,10,29,0.23,35,41,21,8,30,17.39,19,N 267 | 3,7,5,0,4,4,5,0.14,2,2,5,1,20,1,0,37,1,52.8,13.84,10117.34,0.24,127,0.07,562.07,730.87,0.2,1,2,17,0.11,51,76,35,19,45,9.76,37,N 268 | 9,11,3,0,7,12,7,0.11,6,2,4,0.57,29,1,0,64,0,57.9,25.29,37041.01,0.49,250,0.04,2057.83,1464.5,0.14,3,6,24,0.09,122,128,41,17,81,9.86,64,N 269 | 8,13,4,0,12,22,7,0.25,10,2.2,4,0.57,29,3,0,28,2,30.79,16.07,7959.08,0.17,99,0.06,442.17,495,0.43,6,11,24,0.14,47,52,19,13,49,30,28,N 270 | 4,9,2,0,8,14,5,0.31,6,2.33,2,0.4,18,4,0,16,0,16.51,22.88,8646.51,0.13,77,0.04,480.36,377.83,0.8,4,7,15,0.17,35,42,13,17,29,33.33,16,N 271 | 2,3,1,0,0,4,2,0.25,2,2,2,1,7,1,0,8,1,10.38,12.07,1512.98,0.04,29,0.08,84.05,125.34,0.5,1,2,7,0.18,13,16,7,13,11,0,8,N 272 | 13,9,7,0,17,16,5,0.12,8,2,5,1,28,1,0,43,0,69.49,14.01,13645.26,0.32,170,0.07,758.07,973.75,0.2,4,8,25,0.07,71,99,38,15,74,28.33,43,Y 273 | 1,3,2,16,0,4,2,0.08,2,2,2,1,21,1,0,9,0,95.59,5.98,3422.92,0.19,109,0.17,190.16,572.02,0.5,1,2,21,0.07,53,56,31,7,27,64,25,N 274 | 13,35,9,0,8,52,18,0.3,18,2.89,8,0.44,74,12,0,61,1,76.37,23.23,41194.43,0.59,276,0.04,2288.58,1773.65,0.67,17,48,58,0.22,120,156,62,24,83,11.59,61,N 275 | 0,11,9,0,2,14,6,0.6,4,3.5,6,1,23,1,0,10,0,51.96,4.32,971.34,0.07,49,0.23,53.96,224.66,0.17,5,7,19,0.46,21,28,17,7,13,16.67,10,N 276 | 4,5,10,0,4,8,3,0.17,4,2,3,1,21,1,0,18,0,74.01,4.08,1234.01,0.1,61,0.24,68.56,302.21,0.33,2,4,20,0.11,28,33,24,7,27,18.18,18,N 277 | 3,15,2,0,14,14,8,0.73,4,3.5,7,0.88,22,5,0,11,0,17.7,12.6,2809.44,0.07,50,0.08,156.08,222.97,0.63,5,8,16,0.28,21,29,10,12,29,56,11,N 278 | 1,5,5,0,1,8,3,0.25,4,2,3,1,13,1,0,12,0,30.84,4.96,758.26,0.05,36,0.2,42.13,152.93,0.33,2,4,12,0.2,17,19,12,7,15,7.69,12,N 279 | 2,3,2,0,0,4,2,0.2,2,2,2,1,9,1,0,10,0,26.13,7.46,1455.85,0.07,42,0.13,80.88,195.04,0.5,1,2,9,0.15,19,23,14,11,13,0,10,N 280 | 3,3,4,0,2,4,2,0.22,2,2,2,1,9,1,0,9,1,26.74,5.33,760.66,0.05,33,0.19,42.26,142.62,0.5,1,2,9,0.13,16,17,12,8,15,18.18,9,N 281 | 5,13,7,0,3,22,7,0.18,10,2.2,7,1,31,5,0,39,1,93.84,6.44,3890.76,0.2,106,0.16,216.15,604.25,0.71,6,11,26,0.15,48,58,41,11,48,7.14,39,N 282 | 2,7,4,0,1,12,4,0.25,6,2,4,1,19,4,1,16,0,42.95,4.15,741.1,0.06,42,0.24,41.17,178.41,1,3,6,17,0.2,18,24,13,6,20,5.88,16,N 283 | 4,5,0,0,6,8,3,0.33,4,2,1,0.33,9,1,0,9,2,10.63,11.92,1509.98,0.04,31,0.08,83.89,126.71,0.33,2,4,8,0.15,13,18,6,11,20,40,9,N 284 | 9,11,8,0,16,22,6,0.21,10,2.2,5,0.83,27,3,0,28,1,43.07,17.52,13214.36,0.25,133,0.06,734.13,754.43,0.5,6,11,23,0.11,59,74,32,19,54,36.36,28,N 285 | 3,5,4,0,0,8,3,0.33,4,2,3,1,13,1,0,9,0,36.11,4.5,731.32,0.05,37,0.22,40.63,162.52,0.33,2,4,12,0.23,18,19,14,7,13,0,9,N 286 | 3,3,0,0,4,4,2,0.22,2,2,1,0.5,6,1,0,9,3,13.02,7.5,732.54,0.03,25,0.13,40.7,97.67,0.5,1,2,6,0.12,10,15,6,9,17,30.77,9,N 287 | 11,17,7,0,8,24,9,0.36,8,3,4,0.44,41,7,0,25,0,47.24,12.24,7077.77,0.19,111,0.08,393.21,578.25,0.78,8,12,34,0.2,51,60,25,12,45,24.24,25,N 288 | 7,11,4,0,8,20,6,0.16,10,2,5,0.83,28,4,0,37,1,40.77,26.33,28263.16,0.36,181,0.04,1570.18,1073.46,0.67,5,10,24,0.11,87,94,38,23,53,17.78,37,N 289 | 5,7,13,0,7,8,4,0.16,4,2,4,1,26,1,0,25,2,73.59,5.95,2602.12,0.15,84,0.17,144.56,437.59,0.25,2,4,24,0.11,37,47,28,9,38,21.88,25,N 290 | 1,3,2,16,0,4,2,0.08,2,2,2,1,21,1,0,9,0,103.2,5.62,3260.81,0.19,109,0.18,181.16,580.09,0.5,1,2,21,0.07,53,56,33,7,27,64,25,N 291 | 9,5,3,0,15,8,3,0.16,4,2,3,1,19,1,0,19,2,26.1,10.71,2996.6,0.09,61,0.09,166.48,279.68,0.33,2,4,18,0.07,30,31,14,10,44,44.12,19,N 292 | 3,5,2,0,5,8,3,0.43,4,2,2,0.67,13,1,0,7,0,14.4,11.88,2030.23,0.06,41,0.08,112.79,170.97,0.33,2,4,12,0.19,19,22,8,10,16,41.67,7,N 293 | -------------------------------------------------------------------------------- /CleanedData/MDP/D'/KC3.arff: -------------------------------------------------------------------------------- 1 | @relation KC3 2 | 3 | @attribute LOC_BLANK numeric 4 | @attribute BRANCH_COUNT numeric 5 | @attribute CALL_PAIRS numeric 6 | @attribute LOC_CODE_AND_COMMENT numeric 7 | @attribute LOC_COMMENTS numeric 8 | @attribute CONDITION_COUNT numeric 9 | @attribute CYCLOMATIC_COMPLEXITY numeric 10 | @attribute CYCLOMATIC_DENSITY numeric 11 | @attribute DECISION_COUNT numeric 12 | @attribute DECISION_DENSITY numeric 13 | @attribute DESIGN_COMPLEXITY numeric 14 | @attribute DESIGN_DENSITY numeric 15 | @attribute EDGE_COUNT numeric 16 | @attribute ESSENTIAL_COMPLEXITY numeric 17 | @attribute ESSENTIAL_DENSITY numeric 18 | @attribute LOC_EXECUTABLE numeric 19 | @attribute PARAMETER_COUNT numeric 20 | @attribute GLOBAL_DATA_COMPLEXITY numeric 21 | @attribute GLOBAL_DATA_DENSITY numeric 22 | @attribute HALSTEAD_CONTENT numeric 23 | @attribute HALSTEAD_DIFFICULTY numeric 24 | @attribute HALSTEAD_EFFORT numeric 25 | @attribute HALSTEAD_ERROR_EST numeric 26 | @attribute HALSTEAD_LENGTH numeric 27 | @attribute HALSTEAD_LEVEL numeric 28 | @attribute HALSTEAD_PROG_TIME numeric 29 | @attribute HALSTEAD_VOLUME numeric 30 | @attribute MAINTENANCE_SEVERITY numeric 31 | @attribute MODIFIED_CONDITION_COUNT numeric 32 | @attribute MULTIPLE_CONDITION_COUNT numeric 33 | @attribute NODE_COUNT numeric 34 | @attribute NORMALIZED_CYLOMATIC_COMPLEXITY numeric 35 | @attribute NUM_OPERANDS numeric 36 | @attribute NUM_OPERATORS numeric 37 | @attribute NUM_UNIQUE_OPERANDS numeric 38 | @attribute NUM_UNIQUE_OPERATORS numeric 39 | @attribute NUMBER_OF_LINES numeric 40 | @attribute PERCENT_COMMENTS numeric 41 | @attribute LOC_TOTAL numeric 42 | @attribute Defective {Y,N} 43 | 44 | @data 45 | 22,43,20,3,11,38,26,0.2,18,2.11,18,0.69,132,15,0.56,128,0,19,0.73,109.63,42.03,193686.35,1.54,666,0.02,10760.35,4607.96,0.58,10,19,108,0.16,255,411,91,30,166,9.86,131,N 46 | 2,11,10,0,1,12,7,0.2,6,2,6,0.86,38,1,0,35,0,5,0.71,55.65,17.14,16352.99,0.32,165,0.06,908.5,953.92,0.14,3,6,33,0.18,60,105,35,20,39,2.78,35,N 47 | 0,7,2,0,0,4,5,0.22,2,2,4,0.8,19,3,0.5,23,0,4,0.8,29.4,14.39,6090.84,0.14,89,0.07,338.38,423.18,0.6,1,2,16,0.21,31,58,14,13,24,0,23,N 48 | 5,18,15,0,0,26,10,0.19,12,2.17,10,1,65,5,0.44,52,0,9,0.9,80.76,27.14,59492.48,0.73,353,0.04,3305.14,2191.94,0.5,7,13,57,0.17,137,216,53,21,59,0,52,N 49 | 1,13,10,0,0,24,7,0.32,12,2,7,1,40,1,0,22,3,7,1,54.54,15.58,13243.53,0.28,153,0.06,735.75,849.85,0.14,6,12,35,0.28,55,98,30,17,25,0,22,N 50 | 5,11,9,0,11,12,7,0.16,6,2,5,0.71,40,1,0,44,3,6,0.86,42.06,32.72,45051.12,0.46,236,0.03,2502.84,1376.56,0.14,3,6,35,0.11,90,146,33,24,62,20,44,N 51 | 5,11,11,0,2,20,6,0.27,10,2,5,0.83,36,1,0,22,2,5,0.83,35.31,19.55,13490.6,0.23,128,0.05,749.48,690.22,0.17,5,10,32,0.19,43,85,22,20,31,8.33,22,N 52 | 3,7,9,0,2,12,4,0.24,6,2,4,1,24,1,0,17,2,3,0.75,33.69,16.2,8841.71,0.18,104,0.06,491.21,545.78,0.25,3,6,22,0.16,36,68,20,18,25,10.53,17,N 53 | 1,7,9,0,0,12,4,0.33,6,2,4,1,24,1,0,12,3,4,1,44.33,7.33,2383.85,0.11,70,0.14,132.44,325.07,0.25,3,6,22,0.29,22,48,15,10,14,0,12,N 54 | 5,11,11,0,5,20,6,0.21,10,2,6,1,38,1,0,28,1,4,0.67,44.43,18.41,15056.5,0.27,157,0.05,836.47,817.88,0.17,5,10,34,0.15,54,103,22,15,39,15.15,28,N 55 | 2,5,7,0,0,8,3,0.2,4,2,3,1,18,1,0,15,1,3,1,40.99,14,8034.06,0.19,111,0.07,446.34,573.86,0.33,2,4,17,0.17,44,67,22,14,18,0,15,N 56 | 3,5,9,0,0,8,3,0.14,4,2,3,1,22,1,0,21,2,3,1,45.77,15,10297.93,0.23,129,0.07,572.11,686.53,0.33,2,4,21,0.12,50,79,25,15,25,0,21,N 57 | 3,11,7,0,0,18,6,0.29,8,2.25,4,0.67,28,4,0.6,21,2,4,0.67,37.67,18.75,13244.88,0.24,131,0.05,735.83,706.39,0.67,5,9,24,0.24,50,81,24,18,25,0,21,N 58 | 11,43,16,0,4,76,22,0.21,34,2.24,17,0.77,119,12,0.52,103,3,18,0.82,70.89,48.94,169799.06,1.16,557,0.02,9433.28,3469.45,0.55,21,38,99,0.18,208,349,51,24,119,3.74,103,N 59 | 1,5,3,0,0,8,3,0.25,4,2,3,1,13,1,0,12,1,3,1,26.16,9.23,2229.05,0.08,52,0.11,123.84,241.48,0.33,2,4,12,0.21,20,32,13,12,14,0,12,N 60 | 1,3,3,0,0,4,2,0.25,2,2,2,1,9,1,0,8,1,1,0.5,18.67,7.71,1110.86,0.05,36,0.13,61.71,144,0.5,1,2,9,0.2,12,24,7,9,10,0,8,N 61 | 3,11,6,0,0,20,6,0.24,10,2,6,1,35,1,0,25,1,6,1,30.2,25,18875,0.25,151,0.04,1048.61,755,0.17,5,10,31,0.21,50,101,16,16,29,0,25,N 62 | 0,3,4,0,0,4,2,0.25,2,2,2,1,9,1,0,8,2,2,1,20.81,9,1685.67,0.06,42,0.11,93.65,187.3,0.5,1,2,9,0.22,15,27,10,12,9,0,8,N 63 | 0,3,3,0,0,4,2,0.5,2,2,2,1,9,1,0,4,2,2,1,16.32,4.67,355.35,0.03,20,0.21,19.74,76.15,0.5,1,2,9,0.4,7,13,6,8,5,0,4,N 64 | 5,11,7,0,0,20,6,0.27,10,2,5,0.83,32,1,0,22,2,4,0.67,39.49,17,11411.18,0.22,127,0.06,633.95,671.25,0.17,5,10,28,0.21,44,83,22,17,28,0,22,N 65 | 1,5,4,0,0,8,3,0.27,4,2,3,1,13,1,0,11,1,3,1,23.27,11.38,3010.96,0.09,57,0.09,167.28,264.7,0.33,2,4,12,0.23,21,36,12,13,13,0,11,N 66 | 15,33,13,0,9,58,17,0.22,26,2.23,13,0.76,97,12,0.69,76,3,10,0.59,69.47,40.7,115062.64,0.94,473,0.02,6392.37,2827.25,0.71,16,29,82,0.17,175,298,43,20,102,10.59,76,N 67 | 15,19,14,1,8,34,10,0.15,16,2.13,9,0.9,70,4,0.33,64,2,7,0.7,59.77,42.39,107406.67,0.84,412,0.02,5967.04,2533.7,0.4,9,17,62,0.11,156,256,46,25,89,12.33,65,N 68 | 5,19,24,0,0,24,11,0.15,12,2,11,1,81,7,0.6,71,0,10,0.91,122.92,19.86,48468.15,0.81,385,0.05,2692.68,2440.84,0.64,6,12,72,0.14,139,246,63,18,78,0,71,N 69 | 1,20,11,0,2,26,11,0.28,10,2.6,8,0.73,52,1,0,39,3,10,0.91,60.86,22,29456.04,0.45,224,0.05,1636.45,1338.91,0.09,8,13,43,0.25,82,142,41,22,44,4.88,39,N 70 | 5,3,6,0,1,4,2,0.12,2,2,2,1,17,1,0,17,1,1,0.5,50.08,14,9816.39,0.23,139,0.07,545.36,701.17,0.5,1,2,17,0.08,56,83,22,11,24,5.56,17,N 71 | 12,11,13,0,0,8,7,0.13,4,2,5,0.71,42,4,0.5,54,2,4,0.57,88.12,18.17,29080.61,0.53,271,0.06,1615.59,1600.77,0.57,2,4,37,0.1,109,162,45,15,67,0,54,N 72 | 19,18,23,0,1,16,11,0.13,8,2,9,0.82,79,7,0.6,88,2,8,0.73,151.9,21.7,71508.8,1.1,504,0.05,3972.71,3295.74,0.64,4,8,70,0.1,194,310,76,17,109,1.12,88,N 73 | 9,12,10,0,2,14,7,0.23,6,2.33,7,1,40,6,0.83,30,0,6,0.86,52.03,24,29970.57,0.42,216,0.04,1665.03,1248.77,0.86,4,7,35,0.17,84,132,35,20,42,6.25,30,N 74 | 2,3,5,0,1,4,2,0.25,2,2,2,1,10,1,0,8,1,2,1,26.84,8.18,1796.86,0.07,50,0.12,99.83,219.62,0.5,1,2,10,0.17,18,32,11,10,12,11.11,8,N 75 | 1,6,6,0,0,4,4,0.2,2,2,3,0.75,21,1,0,20,0,3,0.75,36.92,14.61,7876.2,0.18,106,0.07,437.57,539.27,0.25,1,2,19,0.17,37,69,19,15,23,0,20,N 76 | 1,6,6,0,0,4,4,0.21,2,2,3,0.75,18,3,0.67,19,0,3,0.75,29.26,13.5,5332.5,0.13,79,0.07,296.25,395,0.75,1,2,16,0.18,27,52,16,16,22,0,19,N 77 | 28,59,46,1,38,42,36,0.15,20,2.1,34,0.94,233,20,0.54,241,0,33,0.92,238.08,40.75,395438.84,3.23,1287,0.02,21968.82,9702.9,0.56,11,21,199,0.12,480,807,159,27,310,13.93,242,N 78 | 12,15,20,0,16,16,9,0.15,8,2,9,1,61,1,0,61,0,9,1,90.69,22.53,46024.85,0.68,327,0.04,2556.94,2043.07,0.11,4,8,54,0.1,118,209,55,21,91,20.78,61,N 79 | 0,3,4,0,0,4,2,0.25,2,2,2,1,9,1,0,8,0,2,1,20.33,9.78,1943.91,0.07,46,0.1,107.99,198.81,0.5,1,2,9,0.22,16,30,9,11,9,0,8,N 80 | 4,5,11,0,0,8,3,0.16,4,2,3,1,30,1,0,19,2,3,1,58.1,12.43,8983.13,0.24,142,0.08,499.06,722.42,0.33,2,4,29,0.13,52,90,23,11,24,0,19,N 81 | 0,3,4,0,0,4,2,0.25,2,2,2,1,9,1,0,8,0,2,1,20.33,9.78,1943.91,0.07,46,0.1,107.99,198.81,0.5,1,2,9,0.22,16,30,9,11,9,0,8,N 82 | 20,25,29,2,18,36,14,0.13,18,2,9,0.64,102,5,0.31,102,0,12,0.86,163.29,25.13,103097.32,1.37,590,0.04,5727.63,4102.97,0.36,9,18,90,0.1,233,357,102,22,144,16.39,104,N 83 | 2,13,7,0,0,12,8,0.22,6,2,6,0.75,41,3,0.29,36,1,7,0.88,46.09,20.67,19687.59,0.32,179,0.05,1093.75,952.63,0.38,3,6,35,0.2,62,117,24,16,40,0,36,N 84 | 3,6,4,0,0,4,4,0.31,2,2,3,0.75,15,3,0.67,13,1,3,0.75,28.67,7,1404.72,0.07,45,0.14,78.04,200.67,0.75,1,2,13,0.22,14,31,11,11,18,0,13,N 85 | 5,11,9,0,14,14,6,0.33,4,3.5,6,1,28,5,0.8,18,1,5,0.83,42.78,14.62,9144.94,0.21,116,0.07,508.05,625.51,0.83,5,8,24,0.15,43,73,25,17,39,43.75,18,N 86 | 2,6,4,0,0,4,4,0.31,2,2,3,0.75,15,3,0.67,13,1,3,0.75,28.67,7,1404.72,0.07,45,0.14,78.04,200.67,0.75,1,2,13,0.24,14,31,11,11,17,0,13,N 87 | 0,6,3,0,0,4,4,0.31,2,2,3,0.75,14,1,0,13,0,2,0.5,21.05,11.25,2664.41,0.08,51,0.09,148.02,236.84,0.25,1,2,12,0.29,15,36,10,15,14,0,13,N 88 | 0,6,4,0,0,4,4,0.25,2,2,3,0.75,15,1,0,16,0,2,0.5,24.11,11.64,3264.45,0.09,59,0.09,181.36,280.54,0.25,1,2,13,0.24,16,43,11,16,17,0,16,N 89 | 3,10,7,0,2,12,6,0.26,6,2,6,1,31,1,0,23,0,6,1,38.97,10.97,4689.17,0.14,88,0.09,260.51,427.5,0.17,3,6,27,0.21,27,61,16,13,29,8,23,N 90 | 4,3,6,1,0,4,2,0.14,2,2,2,1,12,1,0,13,2,2,1,35.51,12.28,5352.73,0.15,88,0.08,297.37,435.97,0.5,1,2,12,0.11,34,54,18,13,19,7.14,14,Y 91 | 11,40,18,9,12,58,22,0.19,28,2.07,19,0.86,138,15,0.67,105,0,19,0.86,75.75,43.23,141550.33,1.09,529,0.02,7863.91,3274.42,0.68,15,29,118,0.16,166,363,48,25,140,16.67,114,Y 92 | 2,3,6,1,0,4,2,0.18,2,2,2,1,11,1,0,10,1,2,1,25.4,13.71,4777.91,0.12,71,0.07,265.44,348.39,0.5,1,2,11,0.14,24,47,14,16,14,9.09,11,Y 93 | 10,13,17,2,6,12,8,0.19,6,2,6,0.75,47,5,0.57,41,1,6,0.75,99.17,12.98,16702,0.43,217,0.08,927.89,1286.97,0.63,3,6,41,0.13,73,144,45,16,60,16.32,43,Y 94 | 18,30,12,2,7,42,17,0.19,20,2.1,14,0.82,96,8,0.44,88,1,13,0.76,66.14,38.06,95809.13,0.84,418,0.03,5322.73,2517.35,0.47,11,21,81,0.15,139,279,42,23,117,9.28,90,Y 95 | 0,5,8,1,1,6,3,0.18,2,3,3,1,19,3,1,16,1,3,1,27.98,18,9065.86,0.17,99,0.06,503.66,503.66,1,2,3,18,0.16,32,67,16,18,19,11.11,17,Y 96 | 12,15,20,1,7,16,9,0.17,8,2,7,0.78,56,5,0.5,52,1,7,0.78,99,17.94,31877.94,0.59,287,0.06,1771,1776.48,0.56,4,8,49,0.12,102,185,54,19,73,13.33,53,Y 97 | 7,6,14,0,0,4,4,0.17,2,2,4,1,26,1,0,23,2,4,1,68.58,11.02,8321.46,0.25,136,0.09,462.3,755.42,0.25,1,2,24,0.13,47,89,32,15,32,0,23,Y 98 | 15,27,17,4,6,38,15,0.21,18,2.11,15,1,83,7,0.43,66,1,14,0.93,73.44,25.26,46844.09,0.62,314,0.04,2602.45,1854.76,0.47,10,19,70,0.16,109,205,41,19,94,13.16,70,Y 99 | 4,8,9,0,3,8,5,0.19,4,2,2,0.4,28,1,0,27,0,4,0.8,63.88,14.57,13563.07,0.31,161,0.07,753.5,930.8,0.2,2,4,25,0.14,51,110,35,20,36,10,27,Y 100 | 7,27,9,1,4,46,14,0.33,20,2.3,12,0.86,64,6,0.38,42,0,11,0.79,35.69,27.62,27226.57,0.33,184,0.04,1512.59,985.79,0.43,13,23,52,0.25,58,126,21,20,57,10.64,43,Y 101 | 10,22,17,0,3,30,12,0.27,12,2.5,10,0.83,69,7,0.55,45,1,8,0.67,69.77,26.35,48459.37,0.61,299,0.04,2692.19,1838.77,0.58,9,15,59,0.2,110,189,48,23,59,6.25,45,Y 102 | 0,8,6,0,1,8,5,0.28,4,2,3,0.6,22,3,0.5,18,1,3,0.6,33.38,14.25,6778.53,0.16,90,0.07,376.58,475.69,0.6,2,4,19,0.25,30,60,20,19,20,5.26,18,N 103 | 1,3,5,0,1,4,2,0.22,2,2,2,1,12,1,0,9,1,2,1,25.29,11.85,3548.61,0.1,63,0.08,197.14,299.56,0.5,1,2,12,0.17,22,41,13,14,12,10,9,N 104 | 1,3,5,0,1,4,2,0.22,2,2,2,1,12,1,0,9,0,2,1,25.29,11.85,3548.61,0.1,63,0.08,197.14,299.56,0.5,1,2,12,0.17,22,41,13,14,12,10,9,N 105 | 1,3,5,0,1,4,2,0.22,2,2,2,1,12,1,0,9,3,2,1,29.06,11.2,3645.43,0.11,67,0.09,202.52,325.48,0.5,1,2,12,0.17,24,43,15,14,12,10,9,N 106 | 21,30,25,1,3,26,18,0.16,12,2.17,16,0.89,115,3,0.12,112,1,11,0.61,102.5,38.09,148686.82,1.3,597,0.03,8260.37,3903.88,0.17,7,13,99,0.13,219,378,69,24,138,3.45,113,Y 107 | 2,9,12,0,4,8,6,0.18,4,2,6,1,34,3,0.4,33,1,4,0.67,64.58,19.75,25188.5,0.43,211,0.05,1399.36,1275.37,0.5,2,4,30,0.15,79,132,44,22,40,10.81,33,N 108 | 7,12,8,0,2,4,8,0.16,2,2,6,0.75,45,1,0,51,0,6,0.75,67.6,24.64,41048.67,0.56,282,0.04,2280.48,1665.74,0.13,1,2,39,0.13,115,167,42,18,61,3.77,51,N 109 | 2,3,5,0,0,4,2,0.2,2,2,2,1,12,1,0,10,1,1,0.5,31.89,8.53,2320.9,0.09,56,0.12,128.94,272.05,0.5,1,2,12,0.15,21,35,16,13,13,0,10,N 110 | 1,8,5,0,0,8,5,0.21,4,2,4,0.8,22,1,0,24,1,4,0.8,43.9,12.52,6882.97,0.18,104,0.08,382.39,549.68,0.2,2,4,19,0.19,36,68,23,16,26,0,24,N 111 | 7,7,8,0,0,4,5,0.14,2,2,4,0.8,30,1,0,36,0,4,0.8,55.99,19.75,21840,0.37,198,0.05,1213.33,1105.82,0.2,1,2,27,0.11,79,119,32,16,44,0,36,Y 112 | 7,7,22,0,0,4,5,0.09,2,2,5,1,52,1,0,57,0,5,1,139.4,16.46,37755.59,0.76,357,0.06,2097.53,2294.18,0.2,1,2,49,0.08,144,213,70,16,65,0,57,Y 113 | 9,11,13,0,9,8,8,0.1,4,2,5,0.63,43,1,0,79,2,7,0.88,123.35,19.27,45791.28,0.79,367,0.05,2543.96,2376.59,0.13,2,4,37,0.08,152,215,71,18,102,10.23,79,Y 114 | 8,22,35,0,0,16,15,0.14,8,2,14,0.93,109,5,0.29,107,0,15,1,189.82,24.81,116852.98,1.57,675,0.04,6491.83,4709.66,0.33,4,8,96,0.13,263,412,106,20,118,0,107,Y 115 | 27,51,45,3,2,62,30,0.14,30,2.07,23,0.77,229,14,0.45,211,0,27,0.9,195.9,54.54,582830.35,3.56,1413,0.02,32379.46,10685.45,0.47,16,31,201,0.12,556,857,158,31,246,2.31,214,Y 116 | 3,5,4,0,0,8,3,0.23,4,2,3,1,17,1,0,13,2,2,0.67,23.77,15.54,5735.89,0.12,76,0.06,318.66,369.21,0.33,2,4,16,0.18,29,47,14,15,17,0,13,N 117 | 9,23,13,0,2,20,14,0.18,10,2,13,0.93,80,1,0,79,0,12,0.86,115.54,19.78,45226.86,0.76,367,0.05,2512.6,2285.98,0.07,5,10,68,0.15,135,232,58,17,91,2.47,79,Y 118 | 0,3,3,0,0,6,2,0.5,2,3,2,1,11,1,0,4,1,2,1,14.83,7,726.48,0.03,30,0.14,40.36,103.78,0.5,2,3,11,0.4,8,22,4,7,5,0,4,N 119 | 9,3,9,0,4,4,2,0.1,2,2,2,1,22,1,0,21,0,1,0.5,71.77,11.08,8806.58,0.27,155,0.09,489.25,795.04,0.5,1,2,22,0.06,64,91,26,9,35,16,21,N 120 | 9,7,10,0,4,12,4,0.11,6,2,4,1,32,4,1,37,0,4,1,69.01,16.93,19777.28,0.39,207,0.06,1098.74,1168.28,1,3,6,30,0.08,79,128,35,15,51,9.76,37,N 121 | 12,14,22,0,1,10,9,0.14,4,2.5,7,0.78,68,4,0.38,66,0,6,0.67,116.42,23.48,64177.21,0.91,418,0.04,3565.4,2733.37,0.44,3,5,61,0.11,161,257,72,21,81,1.49,66,N 122 | 2,10,9,0,0,12,6,0.18,6,2,5,0.83,30,3,0.4,33,0,4,0.67,45.02,14.88,9961.7,0.22,125,0.07,553.43,669.69,0.5,3,6,26,0.16,42,83,24,17,37,0,33,N 123 | 5,13,4,0,3,22,7,0.23,10,2.2,4,0.57,30,7,1,31,0,6,0.86,26.27,19.43,9914.72,0.17,104,0.05,550.82,510.32,1,6,11,25,0.17,34,70,14,16,41,8.82,31,N 124 | 0,7,5,0,0,10,4,0.29,4,2.5,2,0.5,19,3,0.67,14,1,2,0.5,31.35,9.97,3114.36,0.1,65,0.1,173.02,312.48,0.75,3,5,17,0.27,23,42,15,13,15,0,14,N 125 | 0,3,10,0,0,4,2,0.11,2,2,2,1,26,1,0,19,0,2,1,48.56,17.22,14395,0.28,163,0.06,799.72,836.07,0.5,1,2,26,0.1,66,97,23,12,20,0,19,N 126 | 0,7,5,0,0,10,4,0.29,4,2.5,2,0.5,19,3,0.67,14,1,2,0.5,31.35,9.97,3114.36,0.1,65,0.1,173.02,312.48,0.75,3,5,17,0.27,23,42,15,13,15,0,14,N 127 | 0,7,6,0,0,10,4,0.29,4,2.5,2,0.5,20,3,0.67,14,1,2,0.5,34.38,9.75,3268.21,0.11,69,0.1,181.57,335.2,0.75,3,5,18,0.27,24,45,16,13,15,0,14,N 128 | 3,5,3,0,1,6,3,0.27,2,3,2,0.67,13,3,1,11,1,1,0.33,29.72,13.6,5496.65,0.13,85,0.07,305.37,404.17,1,2,3,12,0.19,34,51,15,12,16,8.33,11,N 129 | 6,9,10,0,2,14,5,0.21,6,2.33,5,1,34,4,0.75,24,1,3,0.6,47.78,23.7,26838.69,0.38,195,0.04,1491.04,1132.43,0.8,4,7,31,0.15,79,116,35,21,33,7.69,24,N 130 | 2,3,2,0,0,4,2,0.22,2,2,2,1,7,1,0,9,0,2,1,15.96,9.75,1517,0.05,36,0.1,84.28,155.59,0.5,1,2,7,0.17,13,23,8,12,12,0,9,N 131 | 6,6,7,0,1,4,4,0.19,2,2,4,1,21,1,0,21,0,4,1,46.32,15.11,10577.6,0.23,129,0.07,587.64,699.99,0.25,1,2,19,0.14,51,78,27,16,29,4.55,21,N 132 | 0,3,8,0,0,4,2,0.18,2,2,2,1,16,1,0,11,0,2,1,36.54,9.29,3150.52,0.11,74,0.11,175.03,339.29,0.5,1,2,16,0.17,26,48,14,10,12,0,11,N 133 | 7,12,16,1,0,16,7,0.19,8,2,6,0.86,47,1,0,35,0,6,0.86,67.77,18.76,23842.81,0.42,217,0.05,1324.6,1271.18,0.14,4,8,42,0.16,77,140,39,19,44,2.78,36,N 134 | 24,45,36,1,8,58,25,0.21,24,2.42,23,0.92,150,8,0.29,117,0,23,0.92,142.73,32.85,154013.92,1.56,680,0.03,8556.33,4688.48,0.32,17,29,127,0.17,235,445,93,26,151,7.14,118,N 135 | 2,3,2,0,0,6,2,0.33,2,3,2,1,7,1,0,6,0,2,1,17.23,8.67,1294.27,0.05,34,0.12,71.9,149.34,0.5,2,3,7,0.22,13,21,9,12,9,0,6,N 136 | 0,3,1,0,0,4,2,0.33,2,2,2,1,7,1,0,6,2,2,1,13.38,7.33,719.39,0.03,24,0.14,39.97,98.1,0.5,1,2,7,0.29,8,16,6,11,7,0,6,N 137 | 2,12,5,0,1,14,7,0.33,6,2.33,6,0.86,29,3,0.33,21,0,7,1,28.85,17.34,8678.36,0.17,101,0.06,482.13,500.37,0.43,4,7,24,0.28,37,64,16,15,25,4.55,21,N 138 | 0,3,3,0,0,4,2,0.5,2,2,2,1,9,1,0,4,0,1,0.5,19.46,3.5,238.4,0.02,19,0.29,13.24,68.11,0.5,1,2,9,0.4,5,14,5,7,5,0,4,N 139 | 10,11,19,0,3,20,6,0.17,10,2,6,1,48,1,0,36,0,4,0.67,115.58,11.75,15944.27,0.45,223,0.09,885.79,1357.5,0.17,5,10,44,0.12,83,140,53,15,50,7.69,36,N 140 | 10,12,20,0,5,16,7,0.15,8,2,7,1,53,3,0.33,47,0,6,0.86,100.52,18.02,32631.05,0.6,289,0.06,1812.84,1811.1,0.43,4,8,48,0.11,110,179,58,19,63,9.62,47,N 141 | 0,7,3,0,0,6,4,0.25,2,3,2,0.5,14,3,0.67,16,0,3,0.75,23.55,8.45,1681.86,0.07,44,0.12,93.44,199.04,0.75,2,3,12,0.24,13,31,10,13,17,0,16,N 142 | 9,18,10,0,1,4,12,0.16,2,2,10,0.83,67,1,0,73,0,10,0.83,96.22,23.35,52445.24,0.75,373,0.04,2913.62,2246.34,0.08,1,2,57,0.14,143,230,49,16,85,1.35,73,N 143 | 0,5,5,0,3,8,3,0.19,4,2,3,1,15,1,0,16,2,3,1,25.63,16,6560,0.14,82,0.06,364.44,410,0.33,2,4,14,0.14,32,50,16,16,21,15.79,16,N 144 | 0,3,5,0,5,4,2,0.11,2,2,2,1,12,1,0,18,1,2,1,24.85,16.5,6765,0.14,82,0.06,375.83,410,0.5,1,2,12,0.08,33,49,16,16,24,21.74,18,N 145 | 0,7,6,0,0,12,4,0.21,6,2,3,0.75,22,1,0,19,2,1,0.25,28.87,14.62,6175.54,0.14,83,0.07,343.09,422.26,0.25,3,6,20,0.19,26,57,16,18,21,0,19,N 146 | 0,5,4,0,0,8,3,0.3,4,2,2,0.67,15,1,0,10,1,1,0.33,23.36,8.4,1648.21,0.07,44,0.12,91.57,196.21,0.33,2,4,14,0.25,14,30,10,12,12,0,10,N 147 | 0,3,1,0,0,4,2,0.22,2,2,1,0.5,6,1,0,9,1,1,0.5,14.87,8.57,1092.32,0.04,30,0.12,60.68,127.44,0.5,1,2,6,0.2,10,20,7,12,10,0,9,N 148 | 0,5,4,0,0,8,3,0.21,4,2,3,1,15,3,1,14,1,1,0.33,26.73,9.21,2266.4,0.08,53,0.11,125.91,246.12,1,2,4,14,0.2,17,36,12,13,15,0,14,N 149 | 0,3,3,0,0,6,2,0.5,2,3,2,1,9,1,0,4,1,2,1,19.99,5.33,568.57,0.04,28,0.19,31.59,106.61,0.5,2,3,9,0.4,8,20,6,8,5,0,4,N 150 | 0,3,5,0,0,4,2,0.22,2,2,2,1,12,1,0,9,0,1,0.5,20.53,8.13,1355.23,0.06,40,0.12,75.29,166.8,0.5,1,2,12,0.2,13,27,8,10,10,0,9,N 151 | 0,5,4,0,0,8,3,0.18,4,2,3,1,15,3,1,17,1,2,0.67,24.56,12.25,3685.14,0.1,64,0.08,204.73,300.83,1,2,4,14,0.17,21,43,12,14,18,0,17,N 152 | 0,3,6,0,0,4,2,0.18,2,2,2,1,14,1,0,11,0,1,0.5,35.16,8.21,2372.72,0.1,63,0.12,131.82,288.85,0.5,1,2,14,0.17,23,40,14,10,12,0,11,N 153 | 0,5,3,0,0,8,3,0.17,4,2,2,0.67,13,3,1,18,1,2,0.67,24.12,18.56,8310.37,0.15,88,0.05,461.69,447.7,1,2,4,12,0.16,33,55,16,18,19,0,18,N 154 | 0,3,6,0,0,4,2,0.13,2,2,2,1,12,1,0,16,2,2,1,27.13,15.06,6152.97,0.14,81,0.07,341.83,408.6,0.5,1,2,12,0.12,32,49,17,16,17,0,16,N 155 | 0,3,7,0,0,4,2,0.17,2,2,2,1,14,1,0,12,1,1,0.5,41.57,8.24,2819.37,0.11,72,0.12,156.63,342.35,0.5,1,2,14,0.15,28,44,17,10,13,0,12,N 156 | 0,3,3,0,0,4,2,0.22,2,2,2,1,8,1,0,9,1,2,1,17.88,9.33,1557.81,0.06,38,0.11,86.54,166.91,0.5,1,2,8,0.2,14,24,9,12,10,0,9,N 157 | 0,5,6,0,0,8,3,0.14,4,2,3,1,18,1,0,22,1,2,0.67,35.04,12.63,5590.85,0.15,87,0.08,310.6,442.61,0.33,2,4,17,0.13,32,55,19,15,23,0,22,N 158 | 2,3,7,0,6,4,2,0.11,2,2,2,1,14,1,0,18,1,2,1,39.51,10.08,4016.74,0.13,82,0.1,223.15,398.35,0.5,1,2,14,0.07,33,49,18,11,27,25,18,N 159 | 0,3,4,0,0,4,2,0.15,2,2,2,1,10,1,0,13,2,2,1,25.59,14,5014.84,0.12,73,0.07,278.6,358.2,0.5,1,2,10,0.13,28,45,15,15,15,0,13,N 160 | 0,3,6,0,0,4,2,0.18,2,2,2,1,13,1,0,11,0,1,0.5,34.43,7.86,2125.46,0.09,59,0.13,118.08,270.51,0.5,1,2,13,0.17,22,37,14,10,12,0,11,N 161 | 1,3,3,0,0,4,2,0.5,2,2,2,1,9,1,0,4,0,2,1,19.29,6.72,871.59,0.04,30,0.15,48.42,129.66,0.5,1,2,9,0.33,11,19,9,11,6,0,4,N 162 | 3,3,5,0,5,4,2,0.29,2,2,2,1,11,1,0,7,0,2,1,17.22,13.72,3243.25,0.08,53,0.07,180.18,236.35,0.5,1,2,11,0.13,19,34,9,13,16,41.67,7,N 163 | 1,3,2,0,0,4,2,0.33,2,2,2,1,8,1,0,6,1,2,1,15.86,7.2,822.39,0.04,30,0.14,45.69,114.22,0.5,1,2,8,0.25,8,22,5,9,8,0,6,N 164 | 13,7,21,0,5,12,4,0.11,6,2,4,1,55,1,0,37,1,4,1,89.21,24,51383.14,0.71,347,0.04,2854.62,2140.96,0.25,3,6,53,0.07,144,203,54,18,56,11.9,37,N 165 | 5,11,6,0,0,18,6,0.26,8,2.25,4,0.67,27,1,0,23,2,6,1,22.86,24.7,13948.3,0.19,111,0.04,774.91,564.71,0.17,5,9,23,0.21,39,72,15,19,29,0,23,N 166 | 1,5,5,0,0,8,3,0.33,4,2,3,1,16,3,1,9,1,3,1,27.86,8.67,2092.83,0.08,52,0.12,116.27,241.48,1,2,4,15,0.27,16,36,12,13,11,0,9,N 167 | 1,3,4,0,0,4,2,0.29,2,2,2,1,11,1,0,7,0,2,1,24.71,5.63,781.73,0.05,34,0.18,43.43,138.97,0.5,1,2,11,0.22,10,24,8,9,9,0,7,N 168 | 1,3,4,0,0,4,2,0.22,2,2,2,1,9,1,0,9,1,2,1,16.47,13,2782.69,0.07,48,0.08,154.59,214.05,0.5,1,2,9,0.18,18,30,9,13,11,0,9,N 169 | 1,7,4,0,0,8,4,0.5,2,4,3,0.75,14,1,0,8,2,4,1,15.19,14,2976.5,0.07,47,0.07,165.36,212.61,0.25,3,4,12,0.4,18,29,9,14,10,0,8,N 170 | 1,3,3,0,0,4,2,0.25,2,2,2,1,8,1,0,8,1,2,1,15.23,10.5,1679.07,0.05,37,0.1,93.28,159.91,0.5,1,2,8,0.2,14,23,8,12,10,0,8,N 171 | 2,3,4,0,0,4,2,0.22,2,2,1,0.5,13,1,0,9,3,1,0.5,42.03,6.19,1609.1,0.09,56,0.16,89.39,260.06,0.5,1,2,13,0.17,22,34,16,9,12,0,9,N 172 | 0,3,7,0,0,4,2,0.17,2,2,2,1,16,1,0,12,0,2,1,31.49,14,6172.93,0.15,89,0.07,342.94,440.92,0.5,1,2,16,0.15,34,55,17,14,13,0,12,N 173 | 3,3,5,0,5,4,2,0.29,2,2,2,1,11,1,0,7,0,2,1,20.1,11.7,2752.14,0.08,52,0.09,152.9,235.23,0.5,1,2,11,0.13,18,34,10,13,16,41.67,7,N 174 | 18,13,19,0,10,24,7,0.12,12,2,7,1,73,1,0,57,1,7,1,88.41,27.8,68305.52,0.82,397,0.04,3794.75,2457.36,0.14,6,12,68,0.08,158,239,54,19,86,14.93,57,N 175 | 4,11,6,0,15,18,6,0.24,8,2.25,4,0.67,27,1,0,25,2,6,1,24.1,24.7,14702.26,0.2,117,0.04,816.79,595.23,0.17,5,9,23,0.13,39,78,15,19,45,37.5,25,N 176 | 2,7,7,0,0,12,4,0.18,6,2,4,1,23,3,0.67,22,1,3,0.75,28.83,15.47,6896.24,0.15,90,0.06,383.12,445.88,0.75,3,6,21,0.16,29,61,15,16,25,0,22,N 177 | 1,3,4,0,0,4,2,0.22,2,2,2,1,9,1,0,9,1,2,1,17.15,13,2898.63,0.07,50,0.08,161.04,222.97,0.5,1,2,9,0.18,18,32,9,13,11,0,9,N 178 | 1,3,3,0,0,4,2,0.25,2,2,2,1,8,1,0,8,1,2,1,15.23,10.5,1679.07,0.05,37,0.1,93.28,159.91,0.5,1,2,8,0.2,14,23,8,12,10,0,8,N 179 | 0,3,8,0,0,4,2,0.17,2,2,2,1,16,1,0,12,0,2,1,33.66,13.22,5883.89,0.15,89,0.08,326.88,445,0.5,1,2,16,0.15,34,55,18,14,13,0,12,N 180 | 0,3,3,0,0,4,2,0.5,2,2,2,1,9,1,0,4,2,2,1,18.99,5.14,502.31,0.03,25,0.19,27.91,97.67,0.5,1,2,9,0.33,9,16,7,8,6,0,4,N 181 | 5,11,8,0,1,18,6,0.3,8,2.25,6,1,41,5,0.8,20,2,6,1,46.13,20.69,19748.29,0.32,170,0.05,1097.13,954.5,0.83,5,9,37,0.21,60,110,29,20,28,4.76,20,N 182 | 6,13,10,0,4,22,7,0.3,10,2.2,7,1,52,3,0.33,23,2,7,1,50.81,21.22,22872.08,0.36,192,0.05,1270.67,1078.02,0.43,6,11,47,0.2,67,125,30,19,35,14.81,23,N 183 | 2,12,5,0,1,14,7,0.33,6,2.33,6,0.86,29,3,0.33,21,0,7,1,28.85,17.34,8678.36,0.17,101,0.06,482.13,500.37,0.43,4,7,24,0.28,37,64,16,15,25,4.55,21,N 184 | 10,14,15,0,3,18,8,0.16,8,2.25,8,1,49,5,0.57,50,0,4,0.5,75.66,19.93,30048.37,0.5,246,0.05,1669.35,1507.8,0.63,5,9,43,0.13,93,153,49,21,64,5.66,50,N 185 | 0,7,3,0,0,6,4,0.25,2,3,2,0.5,14,3,0.67,16,0,3,0.75,23.55,8.45,1681.86,0.07,44,0.12,93.44,199.04,0.75,2,3,12,0.24,13,31,10,13,17,0,16,N 186 | 13,12,14,0,4,4,8,0.15,2,2,8,1,46,1,0,54,0,8,1,90.48,17.04,26283.38,0.51,259,0.06,1460.19,1542.14,0.13,1,2,40,0.11,98,161,46,16,73,6.9,54,N 187 | 4,10,9,0,1,12,6,0.22,6,2,6,1,37,4,0.6,27,0,5,0.83,61.09,13.24,10710.87,0.27,152,0.08,595.05,808.93,0.67,3,6,33,0.18,55,97,27,13,33,3.57,27,N 188 | 0,3,4,0,0,4,2,0.25,2,2,2,1,9,1,0,8,0,2,1,28.73,7.92,1800.5,0.08,51,0.13,100.03,227.43,0.5,1,2,9,0.22,19,32,12,10,9,0,8,N 189 | 5,23,9,0,0,34,12,0.43,12,2.83,10,0.83,57,7,0.55,28,3,11,0.92,47.44,22.67,24374.21,0.36,186,0.04,1354.12,1075.33,0.58,11,17,47,0.34,68,118,33,22,35,0,28,N 190 | 6,18,17,0,1,28,10,0.15,14,2,9,0.9,68,1,0,67,0,7,0.7,65.16,27.99,51033.62,0.61,314,0.04,2835.2,1823.51,0.1,7,14,60,0.13,109,205,37,19,75,1.47,67,N 191 | 4,5,5,0,0,8,3,0.2,4,2,3,1,18,1,0,15,2,2,0.67,31.14,17.14,9151.3,0.18,101,0.06,508.41,533.83,0.33,2,4,17,0.15,40,61,21,18,20,0,15,N 192 | 5,21,14,0,3,38,11,0.27,18,2.11,10,0.91,66,1,0,41,1,11,1,58.14,23.94,33320.87,0.46,243,0.04,1851.16,1391.88,0.09,10,19,57,0.22,79,164,33,20,50,6.82,41,N 193 | 3,9,7,0,0,16,5,0.33,8,2,5,1,27,1,0,15,3,5,1,42.6,12.5,6656.28,0.18,103,0.08,369.79,532.5,0.2,4,8,24,0.26,35,68,21,15,19,0,15,N 194 | 1,9,6,0,1,4,6,0.21,2,2,4,0.67,26,1,0,28,0,4,0.67,52.27,12.46,8112.64,0.22,125,0.08,450.7,651.18,0.17,1,2,22,0.19,46,79,24,13,32,3.45,28,N 195 | 9,34,28,1,27,56,18,0.22,26,2.15,15,0.83,116,10,0.53,81,3,16,0.89,93.63,43.69,178710.34,1.36,608,0.02,9928.35,4090.58,0.56,15,28,100,0.15,232,376,77,29,121,25.69,82,N 196 | 0,3,4,0,0,4,2,0.25,2,2,2,1,9,1,0,8,0,2,1,28.73,7.92,1800.5,0.08,51,0.13,100.03,227.43,0.5,1,2,9,0.2,19,32,12,10,10,0,8,N 197 | 14,11,15,0,0,8,7,0.12,4,2,5,0.71,44,4,0.5,58,2,4,0.57,104.52,18.11,34291.94,0.63,311,0.06,1905.11,1893.2,0.57,2,4,39,0.1,128,183,53,15,73,0,58,N 198 | 8,9,13,0,1,16,5,0.11,8,2,5,1,68,1,0,44,0,5,1,72.83,29.48,63297.51,0.72,348,0.03,3516.53,2147.13,0.2,4,8,65,0.09,134,214,50,22,54,2.22,44,N 199 | 5,18,18,0,2,20,10,0.17,10,2,8,0.8,62,5,0.44,58,0,9,0.9,69.5,23.96,39892.13,0.56,269,0.04,2216.23,1665.06,0.5,5,10,54,0.15,92,177,48,25,66,3.33,58,N 200 | 0,3,2,0,0,4,2,0.25,2,2,2,1,8,1,0,8,2,2,1,16.2,8.75,1240.55,0.05,34,0.11,68.92,141.78,0.5,1,2,8,0.2,14,20,8,10,10,0,8,N 201 | 0,7,5,0,0,8,4,0.36,2,4,3,0.75,17,4,1,11,1,1,0.25,18.54,18,6006.03,0.11,68,0.06,333.67,333.67,1,3,4,15,0.33,24,44,12,18,12,0,11,N 202 | 0,3,2,0,0,4,2,0.22,2,2,2,1,9,1,0,9,2,2,1,18.62,14.88,4118.96,0.09,57,0.07,228.83,276.9,0.5,1,2,9,0.18,21,36,12,17,11,0,9,N 203 | 0,5,2,0,0,6,3,0.3,2,3,2,0.67,12,3,1,10,3,3,1,19.09,17.86,6086.79,0.11,67,0.06,338.15,340.86,1,2,3,11,0.25,25,42,14,20,12,0,10,N 204 | 9,12,10,0,8,16,7,0.21,8,2,6,0.86,38,1,0,34,1,5,0.71,54.94,20.4,22864.72,0.37,193,0.05,1270.26,1120.82,0.14,4,8,33,0.13,68,125,35,21,53,19.05,34,N 205 | 1,6,11,0,0,4,4,0.2,2,2,3,0.75,25,1,0,20,1,3,0.75,48.84,14.22,9878.21,0.23,128,0.07,548.79,694.56,0.25,1,2,23,0.18,48,80,27,16,22,0,20,N 206 | 10,23,14,0,13,34,13,0.25,16,2.13,12,0.92,74,1,0,52,1,11,0.85,64.37,33.13,70666.9,0.71,348,0.03,3925.94,2132.99,0.08,9,17,63,0.17,127,221,46,24,77,20,52,N 207 | 16,32,32,1,12,36,19,0.16,18,2,16,0.84,141,4,0.17,121,0,16,0.84,167.64,36.55,223888.39,2.04,867,0.03,12438.24,6126.3,0.21,9,18,124,0.12,335,532,110,24,153,9.7,122,N 208 | 3,11,6,0,0,18,6,0.43,8,2.25,5,0.83,28,1,0,14,3,6,1,37.16,16.43,10037.72,0.2,114,0.06,557.65,610.76,0.17,5,9,24,0.32,42,72,23,18,19,0,14,N 209 | 0,3,4,0,0,4,2,0.25,2,2,2,1,9,1,0,8,0,2,1,28.73,7.92,1800.5,0.08,51,0.13,100.03,227.43,0.5,1,2,9,0.2,19,32,12,10,10,0,8,N 210 | 6,27,7,0,0,44,14,0.37,18,2.44,14,1,86,9,0.62,38,2,14,1,41.06,42.15,72932.91,0.58,323,0.02,4051.83,1730.49,0.64,13,22,74,0.31,119,204,24,17,45,0,38,N 211 | 0,5,4,0,0,8,3,0.33,4,2,3,1,16,1,0,9,1,1,0.33,32.94,6.95,1593.02,0.08,53,0.14,88.5,229.06,0.33,2,4,15,0.3,17,36,11,9,10,0,9,N 212 | 6,40,27,1,13,66,21,0.31,30,2.2,19,0.9,122,9,0.4,66,3,16,0.76,88.04,36.99,120439.45,1.09,487,0.03,6691.08,3256.33,0.43,18,33,103,0.24,180,307,73,30,88,17.5,67,N 213 | 1,6,5,0,1,4,4,0.27,2,2,2,0.5,16,1,0,15,0,2,0.5,37.99,9.39,3349.04,0.12,72,0.11,186.06,356.7,0.25,1,2,14,0.21,26,46,18,13,19,6.25,15,N 214 | 5,13,11,0,0,24,7,0.21,12,2,6,0.86,42,5,0.67,34,2,5,0.71,42.13,26.79,30243.28,0.38,200,0.04,1680.18,1128.77,0.71,6,12,37,0.18,74,126,29,21,40,0,34,N 215 | 1,3,5,0,0,4,2,0.33,2,2,2,1,13,1,0,6,2,2,1,25.23,6.5,1066,0.05,41,0.15,59.22,164,0.5,1,2,13,0.22,13,28,8,8,9,0,6,Y 216 | 0,17,1,0,0,32,9,0.45,16,2,8,0.89,48,1,0,20,1,9,1,35.13,15.23,8150.47,0.18,120,0.07,452.8,535.13,0.11,8,16,41,0.43,44,76,13,9,21,0,20,N 217 | 7,12,7,0,3,4,8,0.17,2,2,6,0.75,44,1,0,48,0,6,0.75,63.66,24.16,37151.02,0.51,266,0.04,2063.94,1537.84,0.13,1,2,38,0.13,108,158,38,17,60,5.88,48,N 218 | 8,16,13,0,9,20,10,0.22,10,2,8,0.8,56,1,0,46,2,7,0.7,65.15,27.14,47999.33,0.59,297,0.04,2666.63,1768.4,0.1,5,10,48,0.15,114,183,42,20,65,16.36,46,N 219 | 1,5,9,0,0,8,3,0.2,4,2,3,1,19,1,0,15,2,3,1,43.46,11.14,5396.06,0.16,96,0.09,299.78,484.26,0.33,2,4,18,0.17,39,57,21,12,18,0,15,Y 220 | 4,9,5,0,0,16,5,0.25,8,2,5,1,34,4,0.75,20,1,5,1,41.69,12.35,6361.1,0.17,106,0.08,353.39,514.95,0.8,4,8,31,0.19,35,71,17,12,26,0,20,N 221 | 4,17,5,0,0,24,9,0.45,8,3,9,1,50,9,1,20,1,9,1,46.86,14.55,9917.4,0.23,134,0.07,550.97,681.72,1,8,12,43,0.35,47,87,21,13,26,0,20,Y 222 | 3,15,9,1,4,4,10,0.23,2,2,8,0.8,45,1,0,42,0,7,0.7,58.91,16.11,15290.22,0.32,176,0.06,849.46,949.05,0.1,1,2,37,0.19,58,118,27,15,52,10.64,43,N 223 | 12,24,16,0,6,38,13,0.22,18,2.11,12,0.92,77,7,0.5,59,3,10,0.77,65.25,34.2,76313.12,0.74,351,0.03,4239.62,2231.5,0.54,10,19,66,0.16,125,226,53,29,79,9.23,59,Y 224 | 3,11,3,0,0,20,6,0.25,10,2,2,0.33,26,1,0,24,1,4,0.67,31.92,18.79,11268.26,0.2,116,0.05,626.01,599.71,0.17,5,10,22,0.21,42,74,19,17,28,0,24,N 225 | 7,9,20,1,0,16,5,0.1,8,2,5,1,49,3,0.5,47,0,4,0.8,90.12,19.38,33861.93,0.58,285,0.05,1881.22,1746.85,0.6,4,8,46,0.09,112,173,52,18,56,2.08,48,Y 226 | 7,17,21,0,2,20,10,0.14,10,2,10,1,75,7,0.67,73,0,9,0.9,118.08,20.61,50170.62,0.81,385,0.05,2787.26,2433.94,0.7,5,10,67,0.12,142,243,62,18,84,2.67,73,N 227 | 19,27,27,0,1,52,14,0.13,26,2,10,0.71,149,1,0,106,0,10,0.71,125.82,44.77,252155.78,1.88,829,0.02,14008.65,5632.57,0.07,13,26,137,0.11,308,521,86,25,127,0.93,106,Y 228 | 1,5,5,0,3,8,3,0.27,4,2,3,1,14,1,0,11,0,2,0.67,28.48,9.5,2569.87,0.09,59,0.11,142.77,270.51,0.33,2,4,13,0.18,19,40,12,12,17,21.43,11,Y 229 | 5,5,10,1,1,8,3,0.23,4,2,3,1,21,1,0,12,1,3,1,46.32,10.21,4832.73,0.16,93,0.1,268.48,473.13,0.33,2,4,20,0.14,33,60,21,13,21,14.29,13,Y 230 | 2,5,6,0,7,8,3,0.25,4,2,3,1,15,1,0,12,1,3,1,29.1,10.5,3208.05,0.1,65,0.1,178.23,305.53,0.33,2,4,14,0.13,21,44,13,13,23,36.84,12,Y 231 | 2,8,6,0,0,8,5,0.2,4,2,4,0.8,29,1,0,25,1,4,0.8,42.86,17.68,13404.49,0.25,153,0.06,744.69,757.99,0.2,2,4,26,0.18,56,97,19,12,28,0,25,N 232 | 2,7,6,0,5,12,4,0.33,6,2,4,1,19,1,0,12,1,3,0.75,28.84,11.5,3814.64,0.11,69,0.09,211.92,331.71,0.25,3,6,17,0.19,23,46,14,14,21,29.41,12,Y 233 | 0,3,2,0,1,4,2,0.22,2,2,2,1,9,1,0,9,2,2,1,18.62,14.88,4118.96,0.09,57,0.07,228.83,276.9,0.5,1,2,9,0.17,21,36,12,17,12,10,9,Y 234 | 0,5,2,0,1,6,3,0.3,2,3,2,0.67,12,3,1,10,3,3,1,19.09,17.86,6086.79,0.11,67,0.06,338.15,340.86,1,2,3,11,0.23,25,42,14,20,13,9.09,10,Y 235 | 5,6,6,1,0,4,4,0.18,2,2,3,0.75,19,1,0,21,0,3,0.75,32.17,13.68,6017.65,0.15,88,0.07,334.31,440,0.25,1,2,17,0.14,31,57,17,15,28,4.55,22,Y 236 | 2,6,4,0,0,4,4,0.25,2,2,3,0.75,16,1,0,16,0,2,0.5,25.41,14,4980.42,0.12,74,0.07,276.69,355.74,0.25,1,2,14,0.21,28,46,14,14,19,0,16,Y 237 | 21,41,28,0,11,64,22,0.2,30,2.13,19,0.86,151,8,0.33,111,1,16,0.73,141.86,34.57,169489.04,1.63,715,0.03,9416.06,4903.46,0.36,17,32,131,0.15,265,450,92,24,144,9.02,111,Y 238 | 3,5,7,1,2,8,3,0.18,4,2,1,0.33,18,1,0,16,0,3,1,44.98,14.69,9703.67,0.22,125,0.07,539.09,660.68,0.33,2,4,17,0.12,47,78,24,15,25,15.79,17,N 239 | 5,8,8,0,2,8,5,0.22,4,2,5,1,28,1,0,23,0,5,1,55.49,8.48,3988.71,0.16,91,0.12,221.59,470.46,0.2,2,4,25,0.16,30,61,23,13,31,8,23,Y 240 | 19,24,17,2,12,16,15,0.17,8,2,9,0.6,83,1,0,86,0,11,0.73,92.86,35.1,114410.43,1.09,495,0.03,6356.14,3259.56,0.07,4,8,70,0.12,189,306,70,26,122,14,88,Y 241 | 1,8,5,0,1,8,5,0.24,4,2,4,0.8,22,3,0.5,21,1,4,0.8,28.45,10.64,3218.64,0.1,66,0.09,178.81,302.61,0.6,2,4,19,0.21,18,48,11,13,24,4.55,21,N 242 | 4,9,5,0,1,14,5,0.31,6,2.33,4,0.8,26,3,0.5,16,0,5,1,22.8,17,6589.95,0.13,79,0.06,366.11,387.64,0.6,4,7,23,0.22,26,53,13,17,23,5.88,16,N 243 | 2,3,2,0,0,4,2,0.22,2,2,2,1,7,1,0,9,0,2,1,15.92,8.64,1189.32,0.05,33,0.12,66.07,137.61,0.5,1,2,7,0.15,11,22,7,11,13,0,9,N 244 | 1,7,1,0,0,12,4,0.31,6,2,4,1,16,1,0,13,0,4,1,16.11,13.71,3029.38,0.07,52,0.07,168.3,220.89,0.25,3,6,14,0.27,16,36,7,12,15,0,13,N 245 | -------------------------------------------------------------------------------- /CleanedData/MDP/D'/KC4.arff: -------------------------------------------------------------------------------- 1 | @relation KC4 2 | 3 | @attribute Defective {Y,N} 4 | 5 | @data 6 | -------------------------------------------------------------------------------- /CleanedData/MDP/D'/MC2.arff: -------------------------------------------------------------------------------- 1 | @relation MC2 2 | 3 | @attribute LOC_BLANK numeric 4 | @attribute BRANCH_COUNT numeric 5 | @attribute CALL_PAIRS numeric 6 | @attribute LOC_CODE_AND_COMMENT numeric 7 | @attribute LOC_COMMENTS numeric 8 | @attribute CONDITION_COUNT numeric 9 | @attribute CYCLOMATIC_COMPLEXITY numeric 10 | @attribute CYCLOMATIC_DENSITY numeric 11 | @attribute DECISION_COUNT numeric 12 | @attribute DECISION_DENSITY numeric 13 | @attribute DESIGN_COMPLEXITY numeric 14 | @attribute DESIGN_DENSITY numeric 15 | @attribute EDGE_COUNT numeric 16 | @attribute ESSENTIAL_COMPLEXITY numeric 17 | @attribute ESSENTIAL_DENSITY numeric 18 | @attribute LOC_EXECUTABLE numeric 19 | @attribute PARAMETER_COUNT numeric 20 | @attribute GLOBAL_DATA_COMPLEXITY numeric 21 | @attribute GLOBAL_DATA_DENSITY numeric 22 | @attribute HALSTEAD_CONTENT numeric 23 | @attribute HALSTEAD_DIFFICULTY numeric 24 | @attribute HALSTEAD_EFFORT numeric 25 | @attribute HALSTEAD_ERROR_EST numeric 26 | @attribute HALSTEAD_LENGTH numeric 27 | @attribute HALSTEAD_LEVEL numeric 28 | @attribute HALSTEAD_PROG_TIME numeric 29 | @attribute HALSTEAD_VOLUME numeric 30 | @attribute MAINTENANCE_SEVERITY numeric 31 | @attribute MODIFIED_CONDITION_COUNT numeric 32 | @attribute MULTIPLE_CONDITION_COUNT numeric 33 | @attribute NODE_COUNT numeric 34 | @attribute NORMALIZED_CYLOMATIC_COMPLEXITY numeric 35 | @attribute NUM_OPERANDS numeric 36 | @attribute NUM_OPERATORS numeric 37 | @attribute NUM_UNIQUE_OPERANDS numeric 38 | @attribute NUM_UNIQUE_OPERATORS numeric 39 | @attribute NUMBER_OF_LINES numeric 40 | @attribute PERCENT_COMMENTS numeric 41 | @attribute LOC_TOTAL numeric 42 | @attribute Defective {Y,N} 43 | 44 | @data 45 | 2,3,0,2,7,4,2,0.18,2,2,1,0.5,6,1,0,9,0,2,1,13.5,7.33,725.94,0.03,26,0.14,40.33,98.99,0.5,1,2,6,0.09,11,15,6,8,22,50,11,N 46 | 1,3,1,1,0,4,2,0.13,2,2,1,0.5,7,1,0,14,0,2,1,17.24,7.5,969.51,0.04,31,0.13,53.86,129.27,0.5,1,2,7,0.11,12,19,8,10,18,6.67,15,N 47 | 6,5,1,4,5,8,3,0.2,4,2,2,0.67,11,1,0,11,2,3,1,24.87,11.46,3265.45,0.09,63,0.09,181.41,284.98,0.33,2,4,10,0.1,25,38,12,11,29,45,15,N 48 | 6,5,1,4,3,8,3,0.2,4,2,1,0.33,11,1,0,11,1,3,1,19.66,14.3,4019.85,0.09,64,0.07,223.32,281.11,0.33,2,4,10,0.12,26,38,10,11,26,38.89,15,N 49 | 2,3,0,0,1,4,2,0.29,2,2,1,0.5,6,1,0,7,0,2,1,12.09,6.3,479.73,0.03,20,0.16,26.65,76.15,0.5,1,2,6,0.17,7,13,5,9,12,12.5,7,N 50 | 18,46,2,6,24,64,26,0.22,26,2.46,15,0.58,79,23,0.88,114,0,24,0.92,43,57.74,143350.9,0.83,395,0.02,7963.94,2482.73,0.88,19,33,55,0.16,166,229,46,32,164,20.83,120,Y 51 | 0,3,0,0,0,4,2,0.4,2,2,1,0.5,6,1,0,5,0,2,1,13.95,2.5,87.17,0.01,11,0.4,4.84,34.87,0.5,1,2,6,0.29,4,7,4,5,7,0,5,N 52 | 0,3,0,0,1,4,2,0.18,2,2,1,0.5,6,1,0,11,1,2,1,16.29,7.56,931.62,0.04,29,0.13,51.76,123.19,0.5,1,2,6,0.14,11,18,8,11,14,8.33,11,N 53 | 4,13,3,0,3,24,7,0.2,12,2,7,1,33,6,0.83,35,2,7,1,34.45,12.83,5673.31,0.15,91,0.08,315.18,442.08,0.86,6,12,28,0.16,42,49,18,11,44,7.89,35,N 54 | 0,3,0,0,1,4,2,0.18,2,2,1,0.5,6,1,0,11,1,2,1,16.94,8.13,1118.06,0.05,33,0.12,62.11,137.61,0.5,1,2,6,0.14,13,20,8,10,14,8.33,11,N 55 | 1,19,1,0,0,36,10,0.23,18,2,3,0.3,40,4,0.33,43,2,9,0.9,41.82,26.68,29766.87,0.37,202,0.04,1653.71,1115.76,0.4,9,18,32,0.22,83,119,28,18,46,0,43,N 56 | 1,7,1,0,0,12,4,0.44,6,2,2,0.5,16,1,0,9,1,2,0.5,9.94,20.43,4149.67,0.07,47,0.05,230.54,203.13,0.25,3,6,14,0.33,22,25,7,13,12,0,9,N 57 | 1,19,1,0,0,36,10,0.36,18,2,4,0.4,41,1,0,28,2,4,0.4,14.36,37.09,19752.67,0.18,112,0.03,1097.37,532.55,0.1,9,18,33,0.32,51,61,11,16,31,0,28,N 58 | 2,9,0,0,0,14,5,0.31,6,2.33,1,0.2,15,3,0.5,16,2,5,1,32,18.75,11252.36,0.2,117,0.05,625.13,600.13,0.6,4,7,12,0.25,50,67,20,15,20,0,16,N 59 | 1,21,5,0,0,36,11,0.39,16,2.25,7,0.64,40,9,0.8,28,1,11,1,25.13,31.64,25154.15,0.27,155,0.03,1397.45,795.04,0.82,10,18,31,0.35,67,88,18,17,31,0,28,N 60 | 1,7,1,0,0,10,4,0.57,4,2.5,2,0.5,12,3,0.67,7,1,3,0.75,10.97,13,1854.11,0.05,33,0.08,103.01,142.62,0.75,3,5,10,0.4,14,19,7,13,10,0,7,N 61 | 1,13,0,6,0,24,7,0.3,12,2,1,0.14,28,1,0,17,2,4,0.57,14.31,38.64,21359.95,0.18,115,0.03,1186.66,552.85,0.14,6,12,23,0.27,50,65,11,17,26,26.09,23,N 62 | 0,3,1,0,0,4,2,0.15,2,2,2,1,7,1,0,13,3,2,1,12.55,12.86,2075.42,0.05,38,0.08,115.3,161.42,0.5,1,2,7,0.13,15,23,7,12,16,0,13,N 63 | 1,21,4,0,0,36,11,0.39,16,2.25,7,0.64,40,9,0.8,28,1,11,1,22.35,34.53,26650.95,0.26,153,0.03,1480.61,771.79,0.82,10,18,31,0.35,65,88,16,17,31,0,28,N 64 | 13,11,0,0,2,20,6,0.35,10,2,1,0.17,22,1,0,17,1,5,0.83,10.59,29,8908.58,0.1,67,0.03,494.92,307.19,0.17,5,10,18,0.18,29,38,8,16,34,10.53,17,N 65 | 6,15,1,0,2,26,8,0.26,12,2.17,2,0.25,32,3,0.29,31,2,4,0.5,33.62,28.08,26512.3,0.31,174,0.04,1472.91,944.17,0.38,7,13,26,0.2,78,96,25,18,41,6.06,31,N 66 | 5,5,0,0,7,8,3,0.21,4,2,1,0.33,9,1,0,14,2,1,0.33,15.99,6.67,710.71,0.04,28,0.15,39.48,106.61,0.33,2,4,8,0.11,10,18,6,8,28,33.33,14,Y 67 | 5,5,2,0,4,8,3,0.43,4,2,2,0.67,13,1,0,7,2,3,1,20.57,8.17,1372,0.06,42,0.12,76.22,168,0.33,2,4,12,0.18,21,21,9,7,17,36.36,7,Y 68 | 4,7,0,0,2,12,4,0.33,6,2,1,0.25,14,3,0.67,12,1,2,0.5,17.23,21,7600.61,0.12,77,0.05,422.26,361.93,0.75,3,6,12,0.2,36,41,12,14,20,14.29,12,Y 69 | 9,11,3,0,33,20,6,0.26,10,2,2,0.33,28,1,0,23,2,5,0.83,19.5,40.24,31575.87,0.26,153,0.02,1754.21,784.78,0.17,5,10,24,0.09,76,77,17,18,68,58.93,23,Y 70 | 22,38,9,2,61,66,20,0.16,32,2.06,10,0.5,127,13,0.63,124,1,11,0.55,59.36,88.78,467827.72,1.76,820,0.01,25990.43,5269.54,0.65,17,33,109,0.09,388,432,59,27,211,33.69,126,Y 71 | 17,45,2,5,44,86,23,0.37,42,2.05,2,0.09,97,5,0.18,57,2,9,0.39,26.44,78.12,161381.25,0.69,374,0.01,8965.62,2065.81,0.22,22,43,76,0.18,186,188,25,21,125,46.23,62,Y 72 | 0,3,0,0,0,4,2,0.67,2,2,1,0.5,5,1,0,3,2,2,1,6.18,5,154.4,0.01,11,0.2,8.58,30.88,0.5,1,2,5,0.4,4,7,2,5,5,0,3,N 73 | 0,3,0,0,0,4,2,0.67,2,2,1,0.5,5,1,0,3,2,2,1,6.18,5,154.4,0.01,11,0.2,8.58,30.88,0.5,1,2,5,0.4,4,7,2,5,5,0,3,N 74 | 0,3,0,0,0,4,2,0.67,2,2,1,0.5,5,1,0,3,1,2,1,8.36,9,677.56,0.03,21,0.11,37.64,75.28,0.5,1,2,5,0.4,6,15,3,9,5,0,3,Y 75 | 7,25,2,0,18,44,13,0.27,20,2.2,3,0.23,55,6,0.42,48,1,8,0.62,39.18,58.48,133998.62,0.76,400,0.02,7444.37,2291.17,0.46,12,22,44,0.17,193,207,33,20,75,27.27,48,Y 76 | 8,27,1,0,20,52,14,0.36,26,2,4,0.29,68,1,0,39,5,11,0.79,32.18,40.48,52735.32,0.43,254,0.02,2929.74,1302.84,0.07,13,26,56,0.2,137,117,22,13,69,33.9,39,Y 77 | 1,5,1,0,0,8,3,0.25,4,2,1,0.33,11,1,0,12,3,3,1,15.48,36.25,20339.03,0.19,118,0.03,1129.95,561.08,0.33,2,4,10,0.2,58,60,12,15,15,0,12,Y 78 | 1,5,1,0,0,8,3,0.27,4,2,1,0.33,11,1,0,11,2,3,1,15.38,17.82,4881.96,0.09,59,0.06,271.22,273.99,0.33,2,4,10,0.21,28,31,11,14,14,0,11,Y 79 | 24,12,0,2,28,16,7,0.15,8,2,1,0.14,19,1,0,46,0,5,0.71,28.27,37.3,39335.04,0.35,192,0.03,2185.28,1054.44,0.14,4,8,14,0.06,78,114,23,22,116,39.47,48,N 80 | 23,9,2,0,11,16,5,0.16,8,2,3,0.6,18,3,0.5,31,0,4,0.8,33.42,21.5,15450.32,0.24,139,0.05,858.35,718.62,0.6,4,8,15,0.06,43,96,18,18,85,26.19,31,Y 81 | 5,5,1,0,6,8,3,0.25,4,2,2,0.67,11,3,1,12,1,3,1,28.47,8.75,2179.83,0.08,53,0.11,121.1,249.12,1,2,4,10,0.09,15,38,12,14,32,33.33,12,Y 82 | 19,19,4,1,12,36,10,0.2,18,2,7,0.7,45,7,0.67,48,0,9,0.9,30.16,26.1,20545.64,0.26,150,0.04,1141.42,787.19,0.7,9,18,37,0.12,58,92,20,18,82,21.31,49,Y 83 | 6,7,0,0,6,12,4,0.27,6,2,1,0.25,14,4,1,15,2,4,1,24.1,11.69,3294.46,0.09,58,0.09,183.03,281.76,1,3,6,12,0.14,19,39,13,16,29,28.57,15,Y 84 | 67,59,3,3,85,104,30,0.24,46,2.26,8,0.27,112,23,0.76,121,0,29,0.97,37.4,107.21,429807.51,1.34,676,0.01,23878.2,4009.18,0.77,29,52,84,0.11,270,406,34,27,278,42.11,124,Y 85 | 0,5,0,0,0,8,3,0.75,4,2,1,0.33,9,1,0,4,1,3,1,8.14,8.17,542.58,0.02,20,0.12,30.14,66.44,0.33,2,4,8,0.5,7,13,3,7,6,0,4,N 86 | 1,5,1,0,0,8,3,0.5,4,2,1,0.33,10,1,0,6,1,1,0.33,10.29,11.92,1461.27,0.04,30,0.08,81.18,122.62,0.33,2,4,9,0.33,13,17,6,11,9,0,6,N 87 | 6,7,7,2,6,12,4,0.07,6,2,4,1,31,1,0,55,2,4,1,59.86,19.78,23415.51,0.39,224,0.05,1300.86,1183.93,0.25,3,6,29,0.06,89,135,27,12,71,12.7,57,N 88 | 2,7,0,2,0,12,4,0.18,6,2,1,0.25,14,1,0,20,0,2,0.5,17.76,19.62,6833.79,0.12,71,0.05,379.65,348.39,0.25,3,6,12,0.15,30,41,13,17,26,9.09,22,N 89 | 1,3,0,0,0,4,2,0.22,2,2,1,0.5,6,1,0,9,2,2,1,10.82,9.75,1028.49,0.04,27,0.1,57.14,105.49,0.5,1,2,6,0.17,13,14,6,9,12,0,9,Y 90 | 1,3,0,0,0,4,2,0.22,2,2,1,0.5,6,1,0,9,2,2,1,12.01,14.62,2569.51,0.06,40,0.07,142.75,175.69,0.5,1,2,6,0.17,18,22,8,13,12,0,9,Y 91 | 4,5,1,0,2,6,3,0.17,2,3,2,0.67,10,3,1,18,1,3,1,19.51,15.71,4814.52,0.1,66,0.06,267.47,306.49,1,2,3,9,0.12,29,37,12,13,26,10,18,N 92 | 9,23,2,5,9,38,12,0.26,16,2.38,4,0.33,42,8,0.64,41,3,5,0.42,42.25,28.27,33760.15,0.4,215,0.04,1875.56,1194.24,0.67,11,19,32,0.18,70,145,26,21,68,25.45,46,Y 93 | 1,3,0,0,2,4,2,0.29,2,2,1,0.5,6,1,0,7,2,2,1,10.42,8.25,709.1,0.03,22,0.12,39.39,85.95,0.5,1,2,6,0.17,11,11,6,9,12,22.22,7,N 94 | 1,3,1,1,0,4,2,0.15,2,2,1,0.5,7,1,0,12,0,2,1,15.45,7.14,788.3,0.04,27,0.14,43.79,110.36,0.5,1,2,7,0.13,10,17,7,10,16,7.69,13,N 95 | 3,5,0,2,7,8,3,0.1,4,2,1,0.33,10,1,0,28,2,3,1,21.41,27.56,16265.89,0.2,116,0.04,903.66,590.15,0.33,2,4,9,0.07,49,67,16,18,42,24.32,30,N 96 | 1,3,0,0,1,4,2,0.67,2,2,1,0.5,6,1,0,3,3,2,1,10.89,5.4,317.58,0.02,17,0.19,17.64,58.81,0.5,1,2,6,0.29,9,8,5,6,7,25,3,N 97 | 6,15,0,0,7,28,8,0.33,14,2,1,0.13,31,3,0.29,24,1,8,1,20.68,26.5,14523.02,0.18,114,0.04,806.83,548.04,0.38,7,14,25,0.21,53,61,14,14,39,22.58,24,N 98 | 3,3,0,0,4,4,2,0.33,2,2,1,0.5,5,1,0,6,0,2,1,13.71,9.43,1218.81,0.04,31,0.11,67.71,129.27,0.5,1,2,5,0.13,12,19,7,11,15,40,6,N 99 | 3,9,0,0,2,16,5,0.5,8,2,1,0.2,21,1,0,10,3,4,0.8,19.92,14.32,4084.22,0.1,66,0.07,226.9,285.25,0.2,4,8,18,0.29,35,31,11,9,17,16.67,10,Y 100 | 10,13,1,1,11,22,7,0.23,10,2.2,3,0.43,26,1,0,30,0,7,1,25.16,22,12176.57,0.18,104,0.05,676.48,553.48,0.14,6,11,21,0.13,44,60,20,20,54,28.57,31,N 101 | 5,25,2,0,24,42,13,0.22,18,2.33,5,0.38,52,8,0.58,60,2,13,1,18.77,90,152013.39,0.56,332,0.01,8445.19,1689.04,0.62,12,21,41,0.14,160,172,16,18,91,28.57,60,Y 102 | 0,5,0,0,0,8,3,0.5,4,2,1,0.33,11,1,0,6,2,3,1,12.29,9.33,1070.66,0.04,31,0.11,59.48,114.71,0.33,2,4,10,0.38,16,15,6,7,8,0,6,N 103 | 1,3,0,0,1,4,2,0.67,2,2,1,0.5,6,1,0,3,2,2,1,8.3,6,298.97,0.02,15,0.17,16.61,49.83,0.5,1,2,6,0.29,8,7,4,6,7,25,3,N 104 | 7,15,0,0,8,26,8,0.26,12,2.17,1,0.13,26,4,0.43,31,0,8,1,23.89,26.39,16634.07,0.21,121,0.04,924.12,630.34,0.5,7,13,20,0.17,50,71,18,19,48,20.51,31,N 105 | 6,13,4,4,4,24,7,0.15,12,2,3,0.43,37,1,0,43,1,1,0.14,43.96,48,101286.83,0.7,372,0.02,5627.05,2110.14,0.14,6,12,32,0.12,176,196,33,18,59,15.69,47,N 106 | 0,3,0,0,0,4,2,1,2,2,1,0.5,5,1,0,2,0,0,0,5.33,1.5,12,0,4,0.67,0.67,8,0.5,1,2,5,0.5,1,3,1,3,4,0,2,N 107 | 17,7,2,16,32,12,4,0.05,6,2,1,0.25,27,1,0,68,0,4,1,73.69,37.76,105042.17,0.93,471,0.03,5835.68,2782.15,0.25,3,6,25,0.03,191,280,43,17,135,41.38,84,N 108 | 29,69,0,0,37,112,35,0.21,44,2.55,1,0.03,113,26,0.74,163,0,25,0.71,50.5,87.12,383277.96,1.47,751,0.01,21293.22,4399.34,0.74,34,56,80,0.15,307,444,37,21,231,18.5,163,N 109 | 3,9,0,0,4,14,5,0.28,6,2.33,1,0.2,16,1,0,18,0,5,1,17.99,13,3039.83,0.08,51,0.08,168.88,233.83,0.2,4,7,13,0.19,22,29,11,13,27,18.18,18,N 110 | 16,19,0,0,22,30,10,0.2,12,2.5,1,0.1,31,7,0.67,50,0,7,0.7,21.17,41.36,36223.29,0.29,191,0.02,2012.4,875.73,0.7,9,15,23,0.11,70,121,11,13,90,30.56,50,N 111 | 1,5,1,0,0,8,3,0.3,4,2,2,0.67,12,1,0,10,0,3,1,16.87,13.59,3115.69,0.08,50,0.07,173.09,229.25,0.33,2,4,11,0.23,23,27,11,13,13,0,10,N 112 | 13,13,4,2,13,24,7,0.17,12,2,2,0.29,29,4,0.5,39,0,0,0,42.89,24.48,25705.69,0.35,187,0.04,1428.09,1049.95,0.57,6,12,24,0.1,71,116,29,20,69,27.78,41,N 113 | 2,3,3,0,2,4,2,0.25,2,2,2,1,8,1,0,8,0,0,0,22.19,2,88.76,0.01,14,0.5,4.93,44.38,0.5,1,2,8,0.14,5,9,5,4,14,20,8,N 114 | 10,13,2,0,11,24,7,0.29,12,2,1,0.14,26,5,0.67,24,0,0,0,32.5,17.19,9606.08,0.19,105,0.06,533.67,558.8,0.71,6,12,21,0.15,38,67,21,19,47,31.43,24,Y 115 | 10,9,3,0,11,16,5,0.26,8,2,2,0.4,20,3,0.5,19,0,0,0,28.47,15.06,6456.82,0.14,85,0.07,358.71,428.77,0.6,4,8,17,0.12,32,53,17,16,42,36.67,19,N 116 | 11,9,3,0,12,16,5,0.17,8,2,2,0.4,20,3,0.5,29,0,0,0,33.09,17.76,10439.17,0.2,109,0.06,579.95,587.76,0.6,4,8,17,0.09,43,66,23,19,54,29.27,29,N 117 | 12,11,3,0,15,20,6,0.26,10,2,2,0.33,25,3,0.4,23,0,3,0.5,31.56,17.2,9336.88,0.18,105,0.06,518.72,542.84,0.5,5,10,21,0.12,43,62,20,16,52,39.47,23,N 118 | 4,9,0,0,4,16,5,0.19,8,2,1,0.2,15,1,0,26,1,5,1,17.62,26.67,12532.75,0.16,107,0.04,696.26,469.98,0.2,4,8,12,0.14,40,67,9,12,36,13.33,26,N 119 | 5,15,0,0,5,26,8,0.2,12,2.17,1,0.13,25,5,0.57,41,1,8,1,15.49,65.83,67150,0.34,204,0.02,3730.56,1020,0.63,7,13,19,0.15,79,125,12,20,53,10.87,41,N 120 | 7,3,4,1,6,4,2,0.09,2,2,2,1,10,1,0,22,0,2,1,44.5,21.58,20724.8,0.32,183,0.05,1151.38,960.37,0.5,1,2,10,0.05,83,100,25,13,38,24.14,23,N 121 | 2,7,0,7,0,12,4,0.1,6,2,1,0.25,15,1,0,35,0,3,0.75,68.55,21,30230.73,0.48,249,0.05,1679.48,1439.56,0.25,3,6,13,0.09,123,126,41,14,46,16.67,42,N 122 | 71,19,9,19,63,34,10,0.1,16,2.13,6,0.6,42,3,0.22,78,0,9,0.9,66.83,32.56,70837.72,0.73,364,0.03,3935.43,2175.73,0.3,9,17,34,0.04,140,224,43,20,233,51.25,97,Y 123 | 62,9,6,19,50,16,5,0.08,8,2,2,0.4,24,1,0,42,0,2,0.4,46.62,31.57,46467.35,0.49,268,0.03,2581.52,1471.82,0.2,4,8,21,0.03,104,164,28,17,175,62.16,61,Y 124 | 105,125,16,19,123,202,63,0.26,78,2.59,9,0.14,223,36,0.56,225,0,61,0.97,88.2,93.2,766179.74,2.74,1217,0.01,42565.54,8220.7,0.57,62,101,162,0.13,463,754,77,31,474,38.69,244,Y 125 | 7,15,2,0,9,26,8,0.27,12,2.17,3,0.38,32,1,0,30,1,5,0.63,25.01,30,22511.76,0.25,141,0.03,1250.65,750.39,0.13,7,13,26,0.17,60,81,20,20,48,23.08,30,Y 126 | 10,13,5,6,10,22,7,0.12,10,2.2,1,0.14,48,5,0.67,51,0,5,0.71,92.21,26.26,63590.46,0.81,373,0.04,3532.8,2421.46,0.71,6,11,43,0.09,153,220,67,23,79,23.88,57,Y 127 | 14,13,3,3,17,24,7,0.1,12,2,5,0.71,30,1,0,66,0,7,1,49.82,40.86,83172.01,0.68,349,0.02,4620.67,2035.68,0.14,6,12,25,0.07,130,219,35,22,102,23.26,69,N 128 | 17,27,3,3,18,44,14,0.17,18,2.44,6,0.43,51,9,0.62,79,0,14,1,57.29,46.22,122395.16,0.88,435,0.02,6799.73,2648.05,0.64,13,22,39,0.12,159,276,43,25,119,21,82,N 129 | 9,3,2,0,6,4,2,0.07,2,2,1,0.5,9,1,0,30,4,1,0.5,57.3,10.61,6447.25,0.2,115,0.09,358.18,607.82,0.5,1,2,9,0.04,54,61,28,11,47,16.67,30,Y 130 | 60,115,9,19,98,216,58,0.19,102,2.12,16,0.28,247,39,0.67,287,0,46,0.79,107.39,96.09,991629.56,3.44,1479,0.01,55090.53,10319.4,0.67,57,108,191,0.12,615,864,96,30,466,28.96,306,Y 131 | 50,89,8,12,75,156,45,0.21,68,2.29,15,0.33,181,30,0.66,205,0,43,0.96,106.02,67.9,488861.64,2.4,1037,0.01,27158.98,7199.39,0.67,44,78,138,0.13,421,616,93,30,344,29.79,217,Y 132 | 9,17,1,0,10,32,9,0.21,16,2,2,0.22,38,6,0.63,42,0,9,1,11.27,102.9,119290.11,0.39,234,0.01,6627.23,1159.28,0.67,8,16,31,0.14,98,136,10,21,63,19.23,42,Y 133 | 15,21,5,0,16,40,11,0.15,20,2,9,0.82,50,4,0.3,74,0,9,0.82,52.32,34.5,62277.28,0.6,302,0.03,3459.85,1805.14,0.36,10,20,41,0.1,120,182,40,23,107,17.78,74,N 134 | 8,3,1,5,8,4,2,0.04,2,2,1,0.5,21,1,0,43,0,2,1,69.69,27.79,53839.29,0.65,345,0.04,2991.07,1937.07,0.5,1,2,21,0.03,126,219,34,15,66,23.21,48,N 135 | 45,61,3,2,68,106,31,0.19,46,2.3,3,0.1,127,20,0.63,160,0,28,0.9,61.68,64.5,256623.54,1.33,633,0.02,14256.86,3978.66,0.65,30,53,98,0.11,258,375,52,26,277,30.43,162,Y 136 | 5,5,1,0,5,8,3,0.17,4,2,1,0.33,12,1,0,18,0,3,1,28.04,18.38,9467.23,0.17,105,0.05,525.96,515.22,0.33,2,4,11,0.1,42,63,16,14,30,21.74,18,N 137 | 24,19,3,0,27,34,10,0.1,16,2.13,3,0.3,49,1,0,104,0,8,0.8,45.63,55.2,139045.04,0.84,430,0.02,7724.72,2518.93,0.1,9,17,41,0.06,168,262,35,23,157,20.61,104,Y 138 | 35,97,3,0,51,168,49,0.18,72,2.33,8,0.16,210,34,0.69,265,0,42,0.86,54.71,125.67,864010.77,2.29,1118,0.01,48000.6,6875.42,0.69,48,86,163,0.14,435,683,45,26,353,16.14,265,Y 139 | 6,3,1,0,7,4,2,0.15,2,2,1,0.5,8,1,0,13,1,2,1,16.23,21.09,7220.51,0.11,72,0.05,401.14,342.35,0.5,1,2,8,0.07,29,43,11,16,28,35,13,Y 140 | 47,41,18,9,68,54,24,0.22,22,2.45,14,0.58,94,8,0.3,100,0,21,0.88,75.13,27.46,56640.44,0.69,321,0.04,3146.69,2062.83,0.33,16,27,72,0.1,120,201,59,27,242,43.5,109,N 141 | 0,3,0,0,0,4,2,0.15,2,2,1,0.5,6,1,0,13,2,2,1,19.72,10.5,2174.18,0.07,53,0.1,120.79,207.07,0.5,1,2,6,0.13,24,29,8,7,15,0,13,N 142 | 5,5,0,0,28,8,3,0.25,4,2,1,0.33,9,1,0,12,0,0,0,37.29,9,3020.28,0.11,79,0.11,167.79,335.59,0.33,2,4,8,0.06,20,59,10,9,47,70,12,N 143 | 2,3,0,0,0,4,2,0.25,2,2,1,0.5,7,1,0,8,0,2,1,17.27,7.29,916.65,0.04,34,0.14,50.93,125.81,0.5,1,2,7,0.17,17,17,7,6,12,0,8,N 144 | 11,15,3,8,21,28,8,0.14,14,2,5,0.63,41,1,0,49,1,2,0.25,29.04,65.22,123506.5,0.63,349,0.02,6861.47,1893.77,0.13,7,14,35,0.09,150,199,23,20,91,37.18,57,Y 145 | 24,24,0,3,17,12,20,0.21,6,2,1,0.05,49,1,0,91,1,20,1,65.56,23.68,36775.64,0.52,241,0.04,2043.09,1552.75,0.05,3,6,31,0.15,90,151,57,30,137,18.02,94,N 146 | 1,9,0,0,0,16,5,0.22,8,2,1,0.2,21,1,0,23,2,5,1,37.04,20.74,15931.15,0.26,151,0.05,885.06,768.21,0.2,4,8,18,0.19,67,84,21,13,26,0,23,N 147 | 9,13,2,0,14,28,7,0.23,14,2,3,0.43,28,1,0,30,0,7,1,29.37,18.17,9701.95,0.18,99,0.06,539,533.84,0.14,7,14,23,0.13,44,55,23,19,55,31.82,30,N 148 | 4,7,2,3,3,12,4,0.22,6,2,3,0.75,16,1,0,15,0,1,0.25,23.96,10.38,2583.65,0.08,55,0.1,143.54,248.8,0.25,3,6,14,0.15,27,28,13,10,27,28.57,18,N 149 | 12,7,0,0,16,12,4,0.1,6,2,1,0.25,16,1,0,39,2,4,1,18.17,33.73,20674.45,0.2,132,0.03,1148.58,612.99,0.25,3,6,14,0.06,53,79,11,14,69,29.09,39,N 150 | 14,5,9,4,16,8,3,0.09,4,2,1,0.33,23,1,0,31,0,3,1,97.33,7.63,5668.74,0.25,133,0.13,314.93,742.8,0.33,2,4,22,0.04,58,75,38,10,67,39.22,35,N 151 | 8,23,3,0,14,36,12,0.38,14,2.57,5,0.42,40,6,0.45,32,0,10,0.83,39.63,24.05,22915.89,0.32,168,0.04,1273.1,952.97,0.5,11,18,30,0.21,81,87,32,19,56,30.43,32,Y 152 | 0,3,1,0,0,4,2,0.4,2,2,2,1,6,1,0,5,1,1,0.5,12.25,4.8,282.29,0.02,17,0.21,15.68,58.81,0.5,1,2,6,0.29,8,9,5,6,7,0,5,N 153 | 6,20,1,1,4,18,13,0.41,6,3,7,0.54,31,7,0.5,31,0,8,0.62,28.29,19,10212.78,0.18,101,0.05,567.38,537.51,0.54,6,9,20,0.3,38,63,20,20,44,13.89,32,Y 154 | 13,58,8,15,12,80,32,0.24,30,2.67,21,0.66,105,20,0.61,120,0,27,0.84,49.52,51.79,132801.57,0.85,408,0.02,7377.86,2564.44,0.63,25,40,75,0.2,175,233,49,29,162,18.37,135,Y 155 | 8,7,1,0,6,12,4,0.21,6,2,2,0.5,16,1,0,19,0,4,1,33.72,13.7,6324.89,0.15,88,0.07,351.38,461.82,0.25,3,6,14,0.11,42,46,23,15,35,24,19,N 156 | 5,3,0,0,3,4,2,0.29,2,2,1,0.5,6,1,0,7,0,2,1,25.78,4.5,522,0.04,29,0.22,29,116,0.5,1,2,6,0.12,15,14,10,6,17,30,7,N 157 | 5,3,0,0,3,4,2,0.29,2,2,1,0.5,6,1,0,7,0,2,1,26.67,4.5,540,0.04,30,0.22,30,120,0.5,1,2,6,0.12,15,15,10,6,17,30,7,N 158 | 5,3,0,0,3,4,2,0.29,2,2,1,0.5,6,1,0,7,0,2,1,26.67,4.2,470.4,0.04,28,0.24,26.13,112,0.5,1,2,6,0.12,14,14,10,6,17,30,7,N 159 | 30,69,17,4,52,118,35,0.27,54,2.19,18,0.51,152,17,0.47,125,0,25,0.71,84.68,27.62,64595.11,0.78,363,0.04,3588.62,2338.79,0.49,32,59,119,0.16,145,218,63,24,213,30.94,129,N 160 | 6,9,2,6,4,4,7,0.11,2,2,4,0.57,22,1,0,57,1,7,1,51.55,33,56139.09,0.57,288,0.03,3118.84,1701.18,0.14,1,2,17,0.09,132,156,40,20,75,14.93,63,N 161 | 8,11,2,0,6,20,6,0.32,10,2,2,0.33,31,1,0,19,1,6,1,34.67,15,7800,0.17,104,0.07,433.33,520,0.17,5,10,27,0.17,50,54,20,12,35,24,19,Y 162 | 16,13,3,11,18,24,7,0.11,12,2,2,0.29,35,1,0,53,0,5,0.71,104.87,24.88,64889.48,0.87,407,0.04,3604.97,2608.62,0.14,6,12,30,0.07,199,208,68,17,100,35.37,64,N 163 | 24,51,3,11,21,82,26,0.28,32,2.56,2,0.08,91,13,0.48,82,0,8,0.31,93.16,39.49,145307.86,1.23,555,0.03,8072.66,3679.29,0.5,25,41,67,0.19,261,294,76,23,140,28.07,93,N 164 | 1,9,3,0,0,16,5,0.19,8,2,4,0.8,22,5,1,27,0,4,0.8,29.15,10.71,3341.46,0.1,63,0.09,185.64,312.11,1,4,8,19,0.17,26,37,17,14,30,0,27,Y 165 | 14,24,8,0,14,30,15,0.25,14,2.14,9,0.6,49,3,0.14,59,0,9,0.6,46.74,21.17,20950.15,0.33,162,0.05,1163.9,989.58,0.2,8,15,36,0.17,62,100,41,28,89,19.18,59,Y 166 | 26,31,7,9,21,60,16,0.18,30,2,2,0.13,83,1,0,78,0,7,0.44,85.18,35.77,109011.28,1.02,478,0.03,6056.18,3047.27,0.06,15,30,69,0.12,241,237,64,19,136,27.78,87,Y 167 | 19,13,3,11,19,24,7,0.1,12,2,2,0.29,35,1,0,57,0,5,0.71,113.84,25.03,71345.69,0.95,439,0.04,3963.65,2849.92,0.14,6,12,30,0.06,215,224,73,17,108,34.48,68,N 168 | 5,3,3,7,3,4,2,0.08,2,2,2,1,10,1,0,18,0,1,0.5,69.2,12.83,11396.12,0.3,159,0.08,633.12,888.01,0.5,1,2,10,0.06,77,82,36,12,35,35.71,25,N 169 | 23,15,3,10,27,28,8,0.09,14,2,2,0.25,39,1,0,75,0,5,0.63,136.41,27.35,102014.82,1.24,542,0.04,5667.49,3730.39,0.13,7,14,33,0.06,268,274,98,20,137,33.04,85,N 170 | -------------------------------------------------------------------------------- /CleanedData/MDP/D'/MW1.arff: -------------------------------------------------------------------------------- 1 | @relation MW1 2 | 3 | @attribute LOC_BLANK numeric 4 | @attribute BRANCH_COUNT numeric 5 | @attribute CALL_PAIRS numeric 6 | @attribute LOC_CODE_AND_COMMENT numeric 7 | @attribute LOC_COMMENTS numeric 8 | @attribute CONDITION_COUNT numeric 9 | @attribute CYCLOMATIC_COMPLEXITY numeric 10 | @attribute CYCLOMATIC_DENSITY numeric 11 | @attribute DECISION_COUNT numeric 12 | @attribute DECISION_DENSITY numeric 13 | @attribute DESIGN_COMPLEXITY numeric 14 | @attribute DESIGN_DENSITY numeric 15 | @attribute EDGE_COUNT numeric 16 | @attribute ESSENTIAL_COMPLEXITY numeric 17 | @attribute ESSENTIAL_DENSITY numeric 18 | @attribute LOC_EXECUTABLE numeric 19 | @attribute PARAMETER_COUNT numeric 20 | @attribute HALSTEAD_CONTENT numeric 21 | @attribute HALSTEAD_DIFFICULTY numeric 22 | @attribute HALSTEAD_EFFORT numeric 23 | @attribute HALSTEAD_ERROR_EST numeric 24 | @attribute HALSTEAD_LENGTH numeric 25 | @attribute HALSTEAD_LEVEL numeric 26 | @attribute HALSTEAD_PROG_TIME numeric 27 | @attribute HALSTEAD_VOLUME numeric 28 | @attribute MAINTENANCE_SEVERITY numeric 29 | @attribute MODIFIED_CONDITION_COUNT numeric 30 | @attribute MULTIPLE_CONDITION_COUNT numeric 31 | @attribute NODE_COUNT numeric 32 | @attribute NORMALIZED_CYLOMATIC_COMPLEXITY numeric 33 | @attribute NUM_OPERANDS numeric 34 | @attribute NUM_OPERATORS numeric 35 | @attribute NUM_UNIQUE_OPERANDS numeric 36 | @attribute NUM_UNIQUE_OPERATORS numeric 37 | @attribute NUMBER_OF_LINES numeric 38 | @attribute PERCENT_COMMENTS numeric 39 | @attribute LOC_TOTAL numeric 40 | @attribute Defective {Y,N} 41 | 42 | @data 43 | 8,7,15,0,6,8,4,0.15,4,2,4,1,30,1,0,26,2,76.96,8,4925.18,0.21,108,0.13,273.62,615.65,0.25,2,4,28,0.1,48,60,39,13,41,18.75,26,N 44 | 1,5,4,0,0,8,3,0.27,4,2,3,1,13,1,0,11,0,31.66,6.43,1308.6,0.07,45,0.16,72.7,203.56,0.33,2,4,12,0.23,20,25,14,9,13,0,11,N 45 | 2,5,0,0,4,8,3,0.33,4,2,1,0.33,10,1,0,9,0,14.06,7.5,791.15,0.04,27,0.13,43.95,105.49,0.33,2,4,9,0.19,10,17,6,9,16,30.77,9,N 46 | 4,9,4,0,6,12,5,0.33,4,3,3,0.6,17,5,1,15,1,26.04,12,3749.74,0.1,65,0.08,208.32,312.48,1,4,6,14,0.19,32,33,16,12,26,28.57,15,N 47 | 6,13,7,0,6,24,7,0.23,12,2,6,0.86,31,1,0,31,0,62.84,11.23,7918.85,0.24,130,0.09,439.94,705.41,0.14,6,12,26,0.16,58,72,31,12,44,16.21,31,N 48 | 4,3,3,0,0,4,2,0.07,2,2,2,1,7,1,0,28,2,40.86,10.25,4292.33,0.14,81,0.1,238.46,418.76,0.5,1,2,7,0.06,41,40,24,12,33,0,28,N 49 | 5,5,1,0,3,8,3,0.2,4,2,2,0.67,10,1,0,15,2,17.13,15.61,4172.6,0.09,53,0.06,231.81,267.35,0.33,2,4,9,0.13,23,30,14,19,24,16.67,15,N 50 | 1,7,0,0,0,12,4,0.33,6,2,1,0.25,16,1,0,12,1,14.65,16.36,3922.73,0.08,51,0.06,217.93,239.72,0.25,3,6,14,0.29,24,27,11,15,14,0,12,N 51 | 0,3,1,0,0,4,2,0.29,2,2,2,1,5,1,0,7,0,8.64,4.17,150,0.01,12,0.24,8.33,36,0.5,1,2,5,0.25,5,7,3,5,8,0,7,N 52 | 3,5,3,0,15,8,3,0.19,4,2,2,0.67,13,1,0,16,2,20.14,12.83,3317.73,0.09,55,0.08,184.32,258.51,0.33,2,4,12,0.09,22,33,12,14,35,48.39,16,Y 53 | 3,7,9,0,2,12,4,0.13,6,2,4,1,22,1,0,31,2,64.76,7.4,3542.75,0.16,90,0.14,196.82,478.97,0.25,3,6,20,0.11,39,51,29,11,37,6.06,31,N 54 | 2,5,7,0,2,8,3,0.12,4,2,3,1,17,1,0,26,2,56.24,6.87,2658.2,0.13,76,0.15,147.68,386.65,0.33,2,4,16,0.1,33,43,24,10,31,7.14,26,N 55 | 17,15,25,0,11,24,8,0.18,12,2,8,1,56,1,0,44,2,121.61,9.12,10120.84,0.37,181,0.11,562.27,1109.4,0.13,6,12,50,0.11,80,101,57,13,73,20,44,Y 56 | 3,5,2,0,2,8,3,0.19,4,2,3,1,15,1,0,16,2,22.71,10.68,2589.55,0.08,51,0.09,143.86,242.5,0.33,2,4,14,0.14,23,28,14,13,22,11.11,16,N 57 | 20,33,13,0,9,16,28,0.28,8,2,15,0.54,118,1,0,100,1,78.34,47.45,176348.54,1.24,526,0.02,9797.14,3716.76,0.04,4,8,92,0.22,223,303,94,40,130,8.26,100,N 58 | 1,3,4,0,3,4,2,0.22,2,2,2,1,14,1,0,9,0,38.84,8.35,2705.36,0.11,75,0.12,150.3,324.14,0.5,1,2,14,0.14,31,44,13,7,14,25,9,Y 59 | 4,7,1,0,0,4,5,0.23,2,2,2,0.4,16,1,0,22,1,27.67,17.58,8545.97,0.16,92,0.06,474.78,486.26,0.2,1,2,13,0.19,37,55,20,19,27,0,22,N 60 | 9,28,6,0,4,16,22,0.48,8,2,21,0.95,59,1,0,46,2,54.53,33.06,59603.26,0.6,286,0.03,3311.29,1802.88,0.05,4,8,39,0.37,114,172,50,29,60,8,46,N 61 | 5,21,3,1,2,24,11,0.3,4,6,2,0.18,32,10,0,36,1,47.96,18.75,16859.61,0.3,161,0.05,936.64,899.18,0.91,10,12,23,0.24,75,86,32,16,45,7.69,37,N 62 | 2,3,2,0,0,4,2,0.2,2,2,2,1,9,1,0,10,0,26.13,7.46,1455.85,0.07,42,0.13,80.88,195.04,0.5,1,2,9,0.15,19,23,14,11,13,0,10,N 63 | 5,5,6,0,5,8,3,0.13,4,2,3,1,14,1,0,24,2,51.32,12.79,8399.67,0.22,121,0.08,466.65,656.58,0.33,2,4,13,0.09,53,68,29,14,35,17.24,24,N 64 | 1,3,2,0,0,4,2,0.22,2,2,2,1,6,1,0,9,0,18.23,3.86,271.19,0.02,19,0.26,15.07,70.31,0.5,1,2,6,0.18,9,10,7,6,11,0,9,N 65 | 2,3,1,0,0,4,2,0.18,2,2,2,1,7,1,0,11,3,17.11,7.7,1014.63,0.04,30,0.13,56.37,131.77,0.5,1,2,7,0.14,14,16,10,11,14,0,11,N 66 | 6,7,16,0,3,8,4,0.14,4,2,4,1,30,1,0,28,2,101.03,5.96,3588,0.2,109,0.17,199.33,602.07,0.25,2,4,28,0.11,49,60,37,9,38,9.68,28,Y 67 | 1,5,4,0,0,8,3,0.17,4,2,3,1,13,1,0,18,0,49.47,4.42,966.99,0.07,46,0.23,53.72,218.72,0.33,2,4,12,0.15,21,25,19,8,20,0,18,Y 68 | 5,10,6,0,0,8,7,0.22,4,2,7,1,23,1,0,32,0,36.52,16.3,9698.89,0.2,106,0.06,538.83,595.16,0.14,2,4,18,0.18,40,66,27,22,38,0,32,N 69 | 7,10,1,0,2,12,6,0.15,6,2,5,0.83,21,1,0,39,0,29.3,25.54,19104.17,0.25,130,0.04,1061.34,748.14,0.17,3,6,17,0.12,55,75,28,26,49,4.88,39,N 70 | 6,11,5,0,0,12,7,0.15,6,2,7,1,36,1,0,47,1,48.3,28,37867.16,0.45,235,0.04,2103.73,1352.4,0.14,3,6,31,0.13,88,147,33,21,54,0,47,N 71 | 9,23,1,0,13,44,12,0.25,22,2,2,0.17,47,1,0,48,0,30.32,47.53,68495.54,0.48,246,0.02,3805.31,1441.06,0.08,11,22,37,0.17,117,129,32,26,71,21.31,48,N 72 | 6,10,5,0,7,12,6,0.26,6,2,5,0.83,22,1,0,23,0,34,13.52,6218.16,0.15,87,0.07,345.45,459.83,0.17,3,6,18,0.16,35,52,22,17,37,23.33,23,N 73 | 14,3,7,0,7,4,2,0.06,2,2,1,0.5,30,1,0,34,0,96.01,17.68,30006.37,0.57,276,0.06,1667.02,1697.33,0.5,1,2,30,0.04,132,144,56,15,56,17.07,34,N 74 | 18,7,9,0,13,12,4,0.08,6,2,3,0.75,37,1,0,51,0,85.54,30.74,80809.25,0.88,405,0.03,4489.4,2629.2,0.25,3,6,35,0.05,190,215,68,22,83,20.31,51,N 75 | 6,7,0,0,16,12,4,0.15,6,2,1,0.25,18,1,0,26,0,49.31,22.86,25777.05,0.38,195,0.04,1432.06,1127.37,0.25,3,6,16,0.08,94,101,37,18,49,38.1,26,N 76 | 1,3,0,0,0,4,2,0.4,2,2,1,0.5,6,1,0,5,0,16,6.5,676,0.03,26,0.15,37.56,104,0.5,1,2,6,0.29,13,13,8,8,7,0,5,N 77 | 4,9,2,0,8,14,5,0.31,6,2.33,2,0.4,18,4,0,16,0,16.51,22.88,8646.51,0.13,77,0.04,480.36,377.83,0.8,4,7,15,0.17,35,42,13,17,29,33.33,16,N 78 | 11,7,20,0,4,8,4,0.12,4,2,4,1,34,1,0,34,2,123.03,6.07,4532.64,0.25,131,0.16,251.81,746.76,0.25,2,4,32,0.08,58,73,43,9,50,10.53,34,N 79 | 3,5,3,0,5,8,3,0.1,4,2,3,1,19,1,0,30,1,100.29,10.06,10151.3,0.34,177,0.1,563.96,1008.98,0.33,2,4,18,0.08,75,102,41,11,39,14.29,30,Y 80 | 3,5,6,0,2,4,3,0.14,2,2,3,1,17,1,0,22,0,39.27,11.45,5152.07,0.15,87,0.09,286.23,449.78,0.33,1,2,16,0.11,36,51,22,14,28,8.33,22,N 81 | 8,13,4,0,12,22,7,0.25,10,2.2,4,0.57,29,3,0,28,2,30.79,16.07,7959.08,0.17,99,0.06,442.17,495,0.43,6,11,24,0.14,47,52,19,13,49,30,28,N 82 | 7,7,14,0,6,8,4,0.17,4,2,4,1,28,1,0,24,2,79.28,6,2854.12,0.16,90,0.17,158.56,475.69,0.25,2,4,26,0.11,40,50,30,9,38,20,24,N 83 | 2,3,4,0,0,4,2,0.15,2,2,2,1,11,1,0,13,0,45.34,6.75,2065.86,0.1,63,0.15,114.77,306.05,0.5,1,2,11,0.13,30,33,20,9,16,0,13,N 84 | 10,10,6,0,21,4,8,0.13,2,2,8,1,23,1,0,61,0,36.89,28.34,29630.1,0.35,164,0.04,1646.12,1045.51,0.13,1,2,17,0.09,74,90,47,36,93,25.61,61,Y 85 | 11,12,10,0,15,6,9,0.16,2,3,8,0.89,29,1,0,58,0,39.93,28.29,31947.46,0.38,170,0.04,1774.86,1129.46,0.11,2,3,22,0.11,72,98,56,44,85,20.55,58,N 86 | 13,9,7,0,17,16,5,0.12,8,2,5,1,28,1,0,43,0,69.49,14.01,13645.26,0.32,170,0.07,758.07,973.75,0.2,4,8,25,0.07,71,99,38,15,74,28.33,43,Y 87 | 9,11,3,0,7,12,7,0.11,6,2,4,0.57,29,1,0,64,0,57.9,25.29,37041.01,0.49,250,0.04,2057.83,1464.5,0.14,3,6,24,0.09,122,128,41,17,81,9.86,64,N 88 | 3,5,6,0,1,8,3,0.13,4,2,3,1,18,1,0,23,0,64.76,5.25,1785.31,0.11,70,0.19,99.18,340.06,0.33,2,4,17,0.11,33,37,22,7,28,4.17,23,N 89 | 2,5,2,0,5,8,3,0.33,4,2,3,1,10,1,0,9,0,19.56,4.5,396,0.03,22,0.22,22,88,0.33,2,4,9,0.18,9,13,8,8,17,35.71,9,N 90 | 5,19,2,0,0,36,10,0.31,18,2,6,0.6,42,1,0,32,0,45.5,17.38,13744.03,0.26,144,0.06,763.56,790.83,0.1,9,18,34,0.26,63,81,29,16,38,0,32,N 91 | 8,15,1,0,2,28,8,0.19,14,2,2,0.25,32,1,0,43,1,72.3,5.69,2338.69,0.14,83,0.18,129.93,411.2,0.13,7,14,26,0.15,39,44,24,7,54,4.44,43,N 92 | 5,5,4,0,4,8,3,0.19,4,2,3,1,12,1,0,16,3,23.2,12.5,3624.82,0.1,57,0.08,201.38,289.99,0.33,2,4,11,0.12,25,32,17,17,26,20,16,N 93 | 1,3,2,0,1,4,2,0.4,2,2,2,1,6,1,0,5,0,16.73,3,150.57,0.02,14,0.33,8.36,50.19,0.5,1,2,6,0.25,6,8,6,6,8,16.67,5,N 94 | 2,3,2,0,4,4,2,0.22,2,2,2,1,7,1,0,9,2,19.51,8,1248.64,0.05,35,0.13,69.37,156.08,0.5,1,2,7,0.13,16,19,11,11,16,30.77,9,N 95 | 3,5,2,0,5,8,3,0.43,4,2,2,0.67,13,1,0,7,0,14.4,11.88,2030.23,0.06,41,0.08,112.79,170.97,0.33,2,4,12,0.19,19,22,8,10,16,41.67,7,N 96 | 5,7,5,0,0,12,4,0.13,6,2,4,1,17,1,0,30,0,57.87,13.1,9925.73,0.25,138,0.08,551.43,757.88,0.25,3,6,15,0.11,58,80,31,14,36,0,30,N 97 | 7,9,9,0,1,14,5,0.12,6,2.33,4,0.8,31,5,1,41,1,53.95,20.13,21852.33,0.36,179,0.05,1214.02,1085.83,1,4,7,28,0.1,77,102,44,23,50,2.38,41,N 98 | 0,3,3,0,0,4,2,0.4,2,2,2,1,7,1,0,5,1,21.19,3.21,218.94,0.02,19,0.31,12.16,68.11,0.5,1,2,7,0.33,9,10,7,5,6,0,5,N 99 | 7,15,4,0,12,26,8,0.31,12,2.17,4,0.5,30,5,0,26,4,26.74,14.93,5958.66,0.13,75,0.07,331.04,399.14,0.63,7,13,24,0.17,33,42,21,19,46,31.58,26,N 100 | 9,7,9,0,3,4,5,0.13,2,2,5,1,26,1,0,38,0,49.05,14.86,10838.14,0.24,125,0.07,602.12,729.11,0.2,1,2,23,0.1,55,70,37,20,51,7.32,38,N 101 | 16,23,10,0,8,38,12,0.24,16,2.38,9,0.75,57,7,0,49,1,72.52,16.2,19033.06,0.39,193,0.06,1057.39,1174.88,0.58,11,19,47,0.16,90,103,50,18,74,14.04,49,N 102 | 5,5,2,0,3,8,3,0.2,4,2,2,0.67,11,1,0,15,0,22.75,10.62,2563.41,0.08,52,0.09,142.41,241.48,0.33,2,4,10,0.13,23,29,13,12,24,16.67,15,N 103 | 9,5,3,0,15,8,3,0.16,4,2,3,1,19,1,0,19,2,26.1,10.71,2996.6,0.09,61,0.09,166.48,279.68,0.33,2,4,18,0.07,30,31,14,10,44,44.12,19,N 104 | 5,5,3,0,6,8,3,0.19,4,2,3,1,13,1,0,16,2,37.53,5.5,1135.41,0.07,47,0.18,63.08,206.44,0.33,2,4,12,0.11,22,25,14,7,28,27.27,16,N 105 | 1,3,1,0,0,4,2,0.22,2,2,2,1,5,1,0,9,0,18.45,3.75,259.45,0.02,20,0.27,14.41,69.19,0.5,1,2,5,0.18,9,11,6,5,11,0,9,N 106 | 11,35,10,0,5,58,18,0.28,24,2.42,12,0.67,85,10,0,64,3,81.86,19.83,32200.08,0.54,264,0.05,1788.89,1623.53,0.56,17,29,69,0.22,126,138,54,17,81,7.25,64,N 107 | 17,43,13,0,18,76,22,0.28,34,2.24,17,0.77,103,12,0,80,2,97.4,18.49,33283.94,0.6,276,0.05,1849.11,1800.5,0.55,21,38,83,0.19,125,151,71,21,116,18.37,80,N 108 | 13,21,5,0,5,30,12,0.17,14,2.14,9,0.75,66,9,0,69,0,57.39,28,44996.99,0.54,258,0.04,2499.83,1607.04,0.75,8,15,56,0.14,119,139,51,24,88,6.76,69,N 109 | 5,13,4,0,6,22,7,0.28,10,2.2,6,0.86,26,6,0,25,0,32.88,10.95,3941.05,0.12,72,0.09,218.95,360,0.86,6,11,21,0.19,32,40,19,13,37,19.35,25,N 110 | 4,9,3,0,13,10,5,0.56,2,5,2,0.4,14,5,1,9,1,20.85,5,521.24,0.03,25,0.2,28.96,104.25,1,4,5,11,0.19,10,15,9,9,27,59.09,9,N 111 | 14,17,12,0,6,28,9,0.23,12,2.33,8,0.89,48,5,0,40,0,86.51,10.16,8923.89,0.29,147,0.1,495.77,878.66,0.56,8,14,41,0.15,65,82,48,15,61,13.04,40,N 112 | 6,3,6,0,5,4,2,0.15,2,2,2,1,13,1,0,13,0,56.22,3.44,664.34,0.06,44,0.29,36.91,193.26,0.5,1,2,13,0.08,22,22,16,5,25,27.78,13,N 113 | 2,3,2,0,2,4,2,0.22,2,2,2,1,8,1,0,9,0,25.03,4.9,600.86,0.04,30,0.2,33.38,122.62,0.5,1,2,8,0.14,14,16,10,7,14,18.18,9,N 114 | 2,3,2,0,1,4,2,0.22,2,2,2,1,8,1,0,9,0,30.84,4.96,758.26,0.05,36,0.2,42.13,152.93,0.5,1,2,8,0.15,17,19,12,7,13,10,9,N 115 | 16,17,24,0,11,28,9,0.16,14,2,9,1,55,1,0,55,2,175.1,7.86,10809.44,0.46,217,0.13,600.52,1375.75,0.11,7,14,48,0.11,100,117,70,11,83,16.67,55,Y 116 | 15,22,16,0,1,8,19,0.32,4,2,19,1,53,1,0,59,1,64.91,25.17,41124.72,0.54,257,0.04,2284.71,1633.89,0.05,2,4,36,0.25,92,165,53,29,76,1.67,59,N 117 | 2,8,7,0,0,4,6,0.32,2,2,6,1,17,1,0,19,0,36.77,10.91,4375.94,0.13,77,0.09,243.11,401.13,0.17,1,2,13,0.27,32,45,22,15,22,0,19,N 118 | 21,22,18,0,2,8,19,0.3,4,2,19,1,54,1,0,64,1,68.39,20.75,29446.21,0.47,222,0.05,1635.9,1419.09,0.05,2,4,37,0.22,83,139,56,28,88,3.03,64,N 119 | 25,37,23,0,15,38,26,0.34,18,2.11,26,1,94,1,0,77,1,79.98,26.99,58239.35,0.72,327,0.04,3235.52,2158.17,0.04,10,19,70,0.22,133,194,69,28,118,16.3,77,Y 120 | 21,25,22,0,2,12,21,0.31,6,2,21,1,58,1,0,67,1,71.63,20.1,28928.56,0.48,224,0.05,1607.14,1439.48,0.05,3,6,39,0.23,79,145,57,29,91,2.9,67,N 121 | 16,25,17,0,3,32,15,0.27,14,2.29,15,1,74,1,0,56,1,65.75,18.88,23432.15,0.41,211,0.05,1301.79,1241.24,0.07,9,16,61,0.2,86,125,41,18,76,5.08,56,Y 122 | 1,3,2,0,2,4,2,0.2,2,2,2,1,7,1,0,10,0,18.91,5.5,572,0.03,26,0.18,31.78,104,0.5,1,2,7,0.14,11,15,8,8,14,16.67,10,N 123 | 7,7,4,0,6,4,5,0.17,2,2,5,1,17,1,0,29,0,34.65,11.83,4846.19,0.14,77,0.08,269.23,409.79,0.2,1,2,14,0.12,32,45,23,17,43,17.14,29,N 124 | 13,35,9,0,8,52,18,0.3,18,2.89,8,0.44,74,12,0,61,1,76.37,23.23,41194.43,0.59,276,0.04,2288.58,1773.65,0.67,17,48,58,0.22,120,156,62,24,83,11.59,61,N 125 | 1,3,2,0,0,4,2,0.22,2,2,2,1,6,1,0,9,0,18.23,3.86,271.19,0.02,19,0.26,15.07,70.31,0.5,1,2,6,0.18,9,10,7,6,11,0,9,N 126 | 18,15,14,0,13,28,8,0.1,14,2,6,0.75,49,5,0,77,1,68.82,37.89,98831.96,0.87,408,0.03,5490.66,2608.07,0.63,7,14,43,0.07,160,248,57,27,109,14.44,77,N 127 | 10,7,15,0,3,8,4,0.14,4,2,4,1,32,1,0,28,2,102.19,6.63,4493.95,0.23,122,0.15,249.66,677.66,0.25,2,4,30,0.1,56,66,38,9,42,9.68,28,N 128 | 1,5,4,0,0,8,3,0.25,4,2,3,1,11,1,0,12,0,30.45,4.62,648.71,0.05,32,0.22,36.04,140.55,0.33,2,4,10,0.21,15,17,13,8,14,0,12,N 129 | 4,19,6,0,1,32,10,0.31,14,2.29,9,0.9,37,4,0,32,0,49.95,12.36,7636.01,0.21,110,0.08,424.22,617.62,0.4,9,16,29,0.26,51,59,33,16,38,3.03,32,N 130 | 3,8,5,0,0,8,5,0.25,4,2,5,1,17,1,0,20,0,31.91,7.6,1842.99,0.08,51,0.13,102.39,242.5,0.2,2,4,14,0.21,19,32,15,12,24,0,20,N 131 | 3,13,3,1,9,18,7,0.24,6,3,6,0.86,27,5,0,28,1,60.63,12.22,9057.37,0.25,130,0.08,503.19,741.06,0.71,6,9,22,0.17,55,75,36,16,42,26.32,29,N 132 | 14,35,12,0,8,60,18,0.25,26,2.31,11,0.61,85,10,0,71,4,57.99,24.52,34868.47,0.47,232,0.04,1937.14,1421.99,0.56,17,30,69,0.19,107,125,48,22,94,10.13,71,Y 133 | 4,3,10,0,3,4,2,0.13,2,2,2,1,17,1,0,16,0,67.54,3.24,706.95,0.07,49,0.31,39.28,218.51,0.5,1,2,17,0.08,22,27,17,5,24,15.79,16,N 134 | 4,3,9,0,4,4,2,0.1,2,2,2,1,13,1,0,20,3,54.05,10.16,5580.43,0.18,100,0.1,310.02,549.19,0.5,1,2,13,0.07,45,55,31,14,29,16.67,20,N 135 | 0,3,3,0,1,4,2,0.33,2,2,2,1,7,1,0,6,2,25.16,2.5,157.27,0.02,17,0.4,8.74,62.91,0.5,1,2,7,0.25,8,9,8,5,8,14.29,6,N 136 | 4,5,10,0,4,8,3,0.17,4,2,3,1,21,1,0,18,0,74.01,4.08,1234.01,0.1,61,0.24,68.56,302.21,0.33,2,4,20,0.11,28,33,24,7,27,18.18,18,N 137 | 9,11,12,0,13,18,6,0.17,8,2.25,5,0.83,35,5,0,36,3,65.03,12.77,10600.85,0.28,140,0.08,588.94,830.3,0.83,5,9,31,0.1,61,79,43,18,59,26.53,36,N 138 | 0,9,0,0,2,14,5,0.45,6,2.33,1,0.2,16,5,1,11,2,11.6,19.69,4495.15,0.08,47,0.05,249.73,228.33,1,4,7,13,0.36,15,32,8,21,14,15.38,11,N 139 | 1,3,1,0,1,4,2,0.2,2,2,1,0.5,7,1,0,10,2,14.32,7.71,852.01,0.04,26,0.13,47.33,110.45,0.5,1,2,7,0.15,9,17,7,12,13,9.09,10,N 140 | 2,9,1,0,4,16,5,0.36,8,2,2,0.4,21,1,0,14,0,17.84,14.5,3750.38,0.09,58,0.07,208.35,258.64,0.2,4,8,18,0.24,29,29,11,11,21,22.22,14,N 141 | 5,7,13,0,7,8,4,0.16,4,2,4,1,26,1,0,25,2,73.59,5.95,2602.12,0.15,84,0.17,144.56,437.59,0.25,2,4,24,0.11,37,47,28,9,38,21.88,25,N 142 | 1,5,1,0,1,8,3,0.25,4,2,1,0.33,12,1,0,12,0,16.29,15.11,3719.21,0.08,53,0.07,206.62,246.12,0.33,2,4,11,0.2,17,36,9,16,15,7.69,12,N 143 | 14,15,15,0,4,4,13,0.25,2,2,13,1,40,1,0,53,0,58.74,23.3,31875.39,0.46,224,0.04,1770.86,1368.31,0.08,1,2,29,0.18,82,142,44,25,72,7.02,53,N 144 | 3,3,3,0,5,4,2,0.33,2,2,2,1,9,1,0,6,2,19.14,7,937.86,0.04,31,0.14,52.1,133.98,0.5,1,2,9,0.13,14,17,10,10,15,45.45,6,N 145 | 1,3,2,16,0,4,2,0.08,2,2,2,1,21,1,0,9,0,103.2,5.62,3260.81,0.19,109,0.18,181.16,580.09,0.5,1,2,21,0.07,53,56,33,7,27,64,25,N 146 | 1,3,2,16,0,4,2,0.08,2,2,2,1,21,1,0,9,0,95.59,5.98,3422.92,0.19,109,0.17,190.16,572.02,0.5,1,2,21,0.07,53,56,31,7,27,64,25,N 147 | 2,3,2,0,5,4,2,0.17,2,2,2,1,9,1,0,12,2,15.07,9.75,1432.72,0.05,34,0.1,79.6,146.95,0.5,1,2,9,0.1,13,21,8,12,20,29.41,12,N 148 | 1,3,2,16,0,4,2,0.08,2,2,2,1,21,1,0,9,1,103.2,5.62,3260.81,0.19,109,0.18,181.16,580.09,0.5,1,2,21,0.07,53,56,33,7,27,64,25,N 149 | 4,11,2,0,8,20,6,0.3,10,2,3,0.5,24,1,0,20,1,22.99,18.44,7817.84,0.14,82,0.05,434.32,423.93,0.17,5,10,20,0.18,33,49,17,19,33,28.57,20,N 150 | 3,15,2,0,14,14,8,0.73,4,3.5,7,0.88,22,5,0,11,0,17.7,12.6,2809.44,0.07,50,0.08,156.08,222.97,0.63,5,8,16,0.28,21,29,10,12,29,56,11,N 151 | 6,25,3,0,9,42,13,0.33,18,2.33,6,0.46,47,1,0,39,0,54.51,25,34070.5,0.45,228,0.04,1892.81,1362.82,0.08,12,21,36,0.24,100,128,42,21,55,18.75,39,N 152 | 7,7,17,0,5,8,4,0.14,4,2,4,1,31,1,0,28,2,97.47,5.66,3119.36,0.18,101,0.18,173.3,551.4,0.25,2,4,29,0.1,44,57,35,9,41,15.15,28,N 153 | 4,11,6,0,3,12,7,0.25,6,2,7,1,26,1,0,28,0,37.56,11.33,4824.95,0.14,83,0.09,268.05,425.73,0.14,3,6,21,0.19,34,49,21,14,36,9.68,28,N 154 | 2,7,0,0,0,12,4,0.36,6,2,1,0.25,16,1,0,11,0,12.76,29.25,10920.4,0.12,85,0.03,606.69,373.35,0.25,3,6,14,0.29,36,49,8,13,14,0,11,N 155 | 2,5,1,0,5,6,3,0.6,2,3,2,0.67,8,3,1,5,1,6.37,9,516.23,0.02,16,0.11,28.68,57.36,1,2,3,7,0.23,6,10,3,9,13,50,5,N 156 | 3,3,2,0,3,4,2,0.29,2,2,1,0.5,7,1,0,7,3,13.45,9,1089.13,0.04,28,0.11,60.51,121.01,0.5,1,2,7,0.14,12,16,8,12,14,30,7,N 157 | 3,3,1,0,2,4,2,0.29,2,2,1,0.5,7,1,0,7,1,11.47,5,286.8,0.02,16,0.2,15.93,57.36,0.5,1,2,7,0.15,5,11,4,8,13,22.22,7,N 158 | 3,7,3,0,1,12,4,0.27,6,2,3,0.75,16,3,0,15,1,18.89,9.82,1820.94,0.06,41,0.1,101.16,185.47,0.75,3,6,14,0.2,18,23,11,12,20,6.25,15,N 159 | 9,5,7,0,6,8,3,0.18,4,2,3,1,16,1,0,17,2,38.07,9.14,3182.29,0.12,69,0.11,176.79,348.06,0.33,2,4,15,0.09,32,37,21,12,33,26.09,17,N 160 | 3,5,4,0,4,8,3,0.25,4,2,3,1,11,1,0,12,2,42.23,6.94,2036.45,0.1,61,0.14,113.14,293.25,0.33,2,4,10,0.15,25,36,18,10,20,25,12,N 161 | 1,3,0,0,1,4,2,0.22,2,2,1,0.5,6,1,0,9,0,14.17,3.75,199.32,0.02,16,0.27,11.07,53.15,0.5,1,2,6,0.17,5,11,4,6,12,10,9,N 162 | 1,3,0,0,1,4,2,0.22,2,2,1,0.5,6,1,0,9,0,14.17,3.75,199.32,0.02,16,0.27,11.07,53.15,0.5,1,2,6,0.17,5,11,4,6,12,10,9,N 163 | 3,3,4,0,3,4,2,0.15,2,2,2,1,9,1,0,13,2,25.81,7.08,1295.09,0.06,41,0.14,71.95,182.84,0.5,1,2,9,0.1,17,24,12,10,20,18.75,13,N 164 | 1,3,0,0,1,4,2,0.22,2,2,1,0.5,6,1,0,9,0,14.17,3.75,199.32,0.02,16,0.27,11.07,53.15,0.5,1,2,6,0.17,5,11,4,6,12,10,9,N 165 | 1,3,0,0,1,4,2,0.22,2,2,1,0.5,6,1,0,9,0,14.17,3.75,199.32,0.02,16,0.27,11.07,53.15,0.5,1,2,6,0.17,5,11,4,6,12,10,9,N 166 | 3,7,3,0,4,12,4,0.31,6,2,4,1,15,3,0,13,2,21.23,5.5,642.17,0.04,28,0.18,35.68,116.76,0.75,3,6,13,0.19,11,17,9,9,21,23.53,13,N 167 | 7,3,3,0,21,4,2,0.18,2,2,1,0.5,10,1,0,11,4,23.74,8.88,1873.84,0.07,46,0.11,104.1,210.91,0.5,1,2,10,0.05,21,25,13,11,40,65.63,11,N 168 | 6,7,3,0,4,12,4,0.25,6,2,2,0.5,15,1,0,16,3,33.33,7.33,1792.43,0.08,52,0.14,99.58,244.42,0.25,3,6,13,0.15,20,32,15,11,27,20,16,N 169 | 14,31,6,0,8,48,16,0.3,18,2.67,9,0.56,53,7,0,54,0,80.38,11.1,9899.11,0.3,155,0.09,549.95,892.01,0.44,15,26,39,0.21,70,85,41,13,77,12.9,54,N 170 | 9,17,4,0,5,32,9,0.24,14,2.29,5,0.56,42,5,0,37,0,58.47,12.71,9443.41,0.25,131,0.08,524.63,743.09,0.56,9,16,35,0.17,61,70,36,15,52,11.9,37,N 171 | 4,9,2,0,5,18,5,0.26,8,2.25,3,0.6,19,4,0,19,0,16.09,18.42,5457.54,0.1,61,0.05,303.2,296.34,0.8,5,9,16,0.17,26,35,12,17,29,20.83,19,N 172 | 10,7,8,0,14,12,4,0.12,6,2,4,1,30,1,0,33,0,83.78,8.05,5422.96,0.22,125,0.12,301.28,674.04,0.25,3,6,28,0.07,59,66,33,9,58,29.79,33,N 173 | 4,9,5,0,4,14,5,0.33,6,2.33,4,0.8,18,3,0,15,1,40.48,7.2,2098.65,0.1,60,0.14,116.59,291.48,0.6,4,7,15,0.21,32,28,20,9,24,21.05,15,N 174 | 15,31,10,0,11,50,16,0.27,20,2.5,10,0.63,70,13,0,59,0,71.74,17.83,22807.44,0.43,206,0.06,1267.08,1279.15,0.81,15,25,56,0.19,90,116,53,21,86,15.71,59,Y 175 | 20,31,11,0,33,46,16,0.24,16,2.88,8,0.5,75,6,0,66,0,74.18,20.79,32071.97,0.51,250,0.05,1781.78,1542.48,0.38,15,24,61,0.13,116,134,53,19,120,33.33,66,Y 176 | 3,7,2,0,6,8,4,0.33,2,4,2,0.5,13,4,1,12,0,24.24,11.7,3318.52,0.09,59,0.09,184.36,283.63,1,3,4,11,0.18,27,32,15,13,22,33.33,12,N 177 | 16,33,14,0,4,56,17,0.27,24,2.33,11,0.65,93,7,0,64,0,122.45,14.22,24755.65,0.58,277,0.07,1375.31,1741.06,0.41,16,28,78,0.2,130,147,64,14,85,5.88,64,Y 178 | 6,6,6,0,5,4,4,0.17,2,2,4,1,17,1,0,24,0,39.16,9.04,3202.49,0.12,67,0.11,177.92,354.12,0.25,1,2,15,0.11,26,41,23,16,36,17.24,24,N 179 | 23,31,9,1,32,52,16,0.24,20,2.6,8,0.5,67,12,0,66,3,72.95,17.37,22006.83,0.42,201,0.06,1222.6,1267.06,0.75,16,26,53,0.13,90,111,57,22,123,33.33,67,Y 180 | 22,22,12,0,17,30,12,0.21,12,2.5,7,0.58,59,10,0,57,0,55.49,25.96,37407.34,0.48,226,0.04,2078.19,1440.76,0.83,9,15,49,0.12,102,124,55,28,97,22.97,57,Y 181 | 10,5,7,0,7,12,3,0.12,6,2,3,1,19,3,1,26,0,63.77,9.82,6146.88,0.21,114,0.1,341.49,626.07,1,3,6,18,0.07,54,60,33,12,44,21.21,26,N 182 | 26,24,13,1,16,32,14,0.17,14,2.29,11,0.79,88,7,0,82,0,99.15,21.29,44929.28,0.7,322,0.05,2496.07,2110.58,0.5,9,16,76,0.11,148,174,73,21,126,17.17,83,N 183 | 11,5,10,0,6,8,3,0.15,4,2,3,1,20,1,0,20,0,88.39,4.9,2125.07,0.14,82,0.2,118.06,433.4,0.33,2,4,19,0.08,38,44,31,8,38,23.08,20,N 184 | 8,16,4,0,5,24,9,0.31,10,2.4,4,0.44,33,4,0,29,0,18.35,26,12402.61,0.16,93,0.04,689.03,477.02,0.44,7,12,26,0.21,39,54,15,20,43,14.71,29,N 185 | 11,16,2,0,3,24,9,0.26,12,2,3,0.33,34,1,0,35,0,17.38,36,22527.81,0.21,122,0.03,1251.55,625.77,0.11,6,12,27,0.18,54,68,15,20,50,7.89,35,N 186 | 4,5,1,0,11,8,3,0.17,4,2,1,0.33,12,1,0,18,0,27.93,10.5,3079.11,0.1,61,0.1,171.06,293.25,0.33,2,4,11,0.09,28,33,16,12,34,37.93,18,N 187 | 7,3,5,0,2,4,2,0.11,2,2,2,1,13,1,0,19,0,64.34,4.45,1276.77,0.1,59,0.22,70.93,286.62,0.5,1,2,13,0.07,28,31,22,7,29,9.52,19,N 188 | 2,5,2,0,1,6,3,0.18,2,3,2,0.67,10,3,1,17,0,35.86,9.9,3514.5,0.12,71,0.1,195.25,355,1,2,3,9,0.14,33,38,20,12,21,5.56,17,N 189 | 3,7,3,0,0,12,4,0.19,6,2,4,1,19,1,0,21,0,55.61,6,2002.01,0.11,68,0.17,111.22,333.67,0.25,3,6,17,0.16,28,40,21,9,25,0,21,N 190 | 2,7,4,0,0,12,4,0.33,6,2,3,0.75,15,1,0,12,0,30.19,5.92,1059.13,0.06,39,0.17,58.84,178.81,0.25,3,6,13,0.27,14,25,13,11,15,0,12,N 191 | 2,7,4,0,0,12,4,0.33,6,2,3,0.75,15,1,0,12,0,30.19,5.92,1059.13,0.06,39,0.17,58.84,178.81,0.25,3,6,13,0.27,14,25,13,11,15,0,12,Y 192 | 17,15,7,0,19,28,8,0.15,14,2,7,0.88,37,1,0,52,0,45.71,22.46,23055.47,0.34,176,0.04,1280.86,1026.58,0.13,7,14,31,0.09,77,99,36,21,89,26.76,52,N 193 | 11,5,4,0,10,6,3,0.18,2,3,2,0.67,18,3,1,17,0,61.4,11.09,7552.8,0.23,124,0.09,419.6,680.99,1,2,3,17,0.08,61,63,33,12,39,37.04,17,N 194 | 25,25,9,0,18,38,14,0.22,18,2.11,12,0.86,77,1,0,63,1,81.53,17.98,26360.63,0.49,240,0.06,1464.48,1466.05,0.07,10,19,65,0.13,110,130,52,17,107,22.22,63,Y 195 | 13,25,14,0,11,40,13,0.25,16,2.5,10,0.77,69,7,0,52,0,95.37,13.19,16603.31,0.42,206,0.08,922.41,1258.36,0.54,12,20,58,0.17,95,111,54,15,77,17.46,52,Y 196 | 15,11,10,0,13,16,6,0.14,6,2.67,5,0.83,50,4,0,44,0,67.17,16.45,18176.24,0.37,192,0.06,1009.79,1104.94,0.67,5,8,46,0.08,94,98,40,14,73,22.81,44,N 197 | 0,7,2,0,0,12,4,0.4,6,2,2,0.5,14,1,0,10,0,37.82,4,605.07,0.05,35,0.25,33.61,151.27,0.25,3,6,12,0.36,12,23,12,8,11,0,10,N 198 | 12,23,14,0,11,38,12,0.27,16,2.38,9,0.75,58,6,0,45,0,91.36,12.65,14630.58,0.39,188,0.08,812.81,1156.15,0.5,11,19,48,0.17,87,101,55,16,69,19.64,45,Y 199 | 2,13,6,0,3,20,7,0.41,8,2.5,6,0.86,26,1,0,17,0,35.25,8.8,2730.02,0.1,66,0.11,151.67,310.23,0.14,6,10,21,0.3,24,42,15,11,23,15,17,N 200 | 2,13,6,0,3,20,7,0.39,8,2.5,6,0.86,27,1,0,18,0,35.45,11,4288.91,0.13,82,0.09,238.27,389.9,0.14,6,10,22,0.29,32,50,16,11,24,14.29,18,N 201 | 5,9,2,0,0,14,5,0.29,6,2.33,3,0.6,16,1,0,17,0,27.02,8.8,2092.15,0.08,50,0.11,116.23,237.74,0.2,4,7,13,0.22,22,28,15,12,23,0,17,N 202 | 0,7,1,0,0,12,4,0.4,6,2,2,0.5,14,1,0,10,0,31.93,5.45,949.99,0.06,41,0.18,52.78,174.17,0.25,3,6,12,0.36,15,26,11,8,11,0,10,Y 203 | 5,7,4,0,3,10,4,0.31,4,2.5,4,1,14,1,0,13,0,51.04,5.73,1674.07,0.1,59,0.17,93,292.3,0.25,3,5,12,0.18,28,31,22,9,22,18.75,13,N 204 | 3,3,5,0,2,4,2,0.18,2,2,2,1,11,1,0,11,1,33.46,3,301.14,0.03,28,0.33,16.73,100.38,0.5,1,2,11,0.12,12,16,8,4,17,15.38,11,N 205 | 4,3,6,0,2,4,2,0.15,2,2,2,1,12,1,0,13,1,46.71,4.07,774.24,0.06,44,0.25,43.01,190.16,0.5,1,2,12,0.1,19,25,14,6,20,13.33,13,N 206 | 6,13,8,0,4,20,7,0.37,8,2.5,7,1,34,1,0,19,0,55.38,6.67,2461.38,0.12,76,0.15,136.74,369.21,0.14,6,10,29,0.23,35,41,21,8,30,17.39,19,N 207 | 0,11,9,0,2,14,6,0.6,4,3.5,6,1,23,1,0,10,0,51.96,4.32,971.34,0.07,49,0.23,53.96,224.66,0.17,5,7,19,0.46,21,28,17,7,13,16.67,10,N 208 | 4,11,4,0,2,16,6,0.3,6,2.67,4,0.67,20,5,0,20,0,29.7,11.28,3778.06,0.11,67,0.09,209.89,335,0.83,5,8,16,0.22,29,38,18,14,27,9.09,20,N 209 | 2,7,4,0,0,12,4,0.33,6,2,3,0.75,15,1,0,12,0,25.93,5.5,784.43,0.05,33,0.18,43.58,142.62,0.25,3,6,13,0.27,11,22,10,10,15,0,12,N 210 | 2,7,4,0,0,12,4,0.33,6,2,3,0.75,15,1,0,12,0,27.49,6.42,1132.02,0.06,39,0.16,62.89,176.42,0.25,3,6,13,0.27,14,25,12,11,15,0,12,N 211 | 6,5,6,0,3,8,3,0.1,4,2,3,1,19,1,0,30,1,44.88,14.4,9306.1,0.22,117,0.07,517.01,646.26,0.33,2,4,18,0.08,54,63,30,16,40,9.09,30,N 212 | 2,7,5,0,1,8,4,0.44,2,4,2,0.5,16,4,1,9,0,29.41,7.6,1698.45,0.07,47,0.13,94.36,223.48,1,3,4,14,0.31,19,28,15,12,13,10,9,N 213 | 2,7,5,0,1,8,4,0.44,2,4,2,0.5,16,4,1,9,0,27.77,6.77,1272.5,0.06,41,0.15,70.69,187.98,1,3,4,14,0.31,16,25,13,11,13,10,9,N 214 | 2,7,5,0,1,8,4,0.44,2,4,2,0.5,16,4,1,9,0,29.41,7.6,1698.45,0.07,47,0.13,94.36,223.48,1,3,4,14,0.31,19,28,15,12,13,10,9,Y 215 | 2,7,5,0,1,8,4,0.44,2,4,2,0.5,16,4,1,9,0,29.41,7.6,1698.45,0.07,47,0.13,94.36,223.48,1,3,4,14,0.31,19,28,15,12,13,10,9,N 216 | 9,5,2,0,5,8,3,0.11,4,2,2,0.67,12,3,1,27,2,35.26,21.24,15905.03,0.25,138,0.05,883.61,748.82,1,2,4,11,0.07,59,79,25,18,42,15.63,27,N 217 | 3,3,2,0,0,4,2,0.14,2,2,2,1,8,1,0,14,0,26.83,6.92,1285.99,0.06,40,0.14,71.44,185.75,0.5,1,2,8,0.11,15,25,13,12,18,0,14,N 218 | 20,11,7,8,42,20,6,0.13,10,2,5,0.83,29,1,0,40,1,46.28,18.53,15888.57,0.29,149,0.05,882.7,857.48,0.17,5,10,25,0.05,63,86,34,20,111,55.56,48,N 219 | 12,5,10,0,4,8,3,0.06,4,2,3,1,21,1,0,48,1,63.45,13.77,12025.31,0.29,160,0.07,668.07,873.51,0.33,2,4,20,0.05,59,101,30,14,65,7.69,48,N 220 | 1,9,2,0,6,10,5,0.56,2,5,3,0.6,14,5,1,9,1,18.8,4.57,392.92,0.03,22,0.22,21.83,85.95,1,4,5,11,0.29,8,14,7,8,17,40,9,N 221 | 10,17,4,0,10,28,9,0.29,12,2.33,3,0.33,39,5,0,31,0,52.98,20.54,22355.6,0.36,190,0.05,1241.98,1088.3,0.56,8,15,32,0.17,87,103,36,17,52,24.39,31,N 222 | 16,20,7,0,17,12,16,0.32,6,2,5,0.31,46,1,0,50,1,60.97,25.55,39787.9,0.52,243,0.04,2210.44,1557.48,0.06,3,6,32,0.19,89,154,54,31,84,25.37,50,N 223 | 1,3,2,0,0,4,2,0.2,2,2,2,1,7,1,0,10,3,22.64,5.73,742.59,0.04,30,0.17,41.25,129.66,0.5,1,2,7,0.17,14,16,11,9,12,0,10,N 224 | 10,5,7,3,7,8,3,0.06,4,2,3,1,20,1,0,44,2,58.61,15.28,13683.04,0.3,151,0.07,760.17,895.54,0.33,2,4,19,0.05,73,78,43,18,65,18.52,47,N 225 | 22,35,10,0,12,62,18,0.27,30,2.07,3,0.17,81,4,0,66,0,68.92,17.87,22020.91,0.41,196,0.06,1223.38,1231.94,0.22,16,31,65,0.18,91,105,56,22,101,15.38,66,N 226 | 5,3,3,0,8,4,2,0.22,2,2,2,1,9,1,0,9,0,58.69,8.6,4341.04,0.17,105,0.12,241.17,504.77,0.5,1,2,9,0.09,43,62,20,8,23,47.06,9,N 227 | 8,17,5,0,10,32,9,0.26,16,2,5,0.56,40,1,0,35,6,55.05,13.19,9577.07,0.24,133,0.08,532.06,726.1,0.11,8,16,33,0.17,51,82,29,15,54,22.22,35,N 228 | 0,3,1,0,1,4,2,0.33,2,2,2,1,6,1,0,6,3,12.26,7.33,659.44,0.03,22,0.14,36.64,89.92,0.5,1,2,6,0.25,8,14,6,11,8,14.29,6,N 229 | 6,24,2,0,5,16,19,0.44,8,2,3,0.16,51,4,0,43,1,49.79,27.19,36801.7,0.45,216,0.04,2044.54,1353.63,0.21,4,8,34,0.35,90,126,48,29,55,10.42,43,N 230 | 8,16,3,0,5,24,9,0.23,12,2,1,0.11,43,1,0,40,2,54.41,25.41,35137.98,0.46,245,0.04,1952.11,1382.74,0.11,6,12,36,0.17,108,137,34,16,54,11.11,40,N 231 | 2,3,4,0,4,4,2,0.14,2,2,2,1,8,1,0,14,0,44.39,4.76,1007.83,0.07,45,0.21,55.99,211.52,0.5,1,2,8,0.1,18,27,17,9,21,22.22,14,N 232 | 0,3,0,0,0,4,2,0.5,2,2,1,0.5,5,1,0,4,1,8.43,5.33,239.85,0.01,13,0.19,13.33,44.97,0.5,1,2,5,0.4,4,9,3,8,5,0,4,N 233 | 11,17,12,0,16,26,9,0.18,12,2.17,7,0.78,55,3,0,50,2,66.78,20.93,29266.83,0.47,233,0.05,1625.93,1398,0.33,7,13,48,0.12,107,126,46,18,78,24.24,50,N 234 | 3,9,3,0,11,12,5,0.28,4,3,3,0.6,16,4,0,18,2,21.66,18,7016.86,0.13,76,0.06,389.83,389.83,0.8,4,6,13,0.15,34,42,17,18,33,37.93,18,N 235 | 1,3,1,0,0,4,2,0.4,2,2,2,1,7,1,0,5,2,9.25,7.2,479.58,0.02,18,0.14,26.64,66.61,0.5,1,2,7,0.29,9,9,5,8,7,0,5,N 236 | 1,3,1,0,2,4,2,0.22,2,2,2,1,8,1,0,9,1,15.29,7.22,797.67,0.04,26,0.14,44.31,110.45,0.5,1,2,8,0.15,13,13,9,10,13,18.18,9,N 237 | 14,23,11,0,13,38,12,0.21,18,2.11,9,0.75,58,4,0,58,2,52.09,23.52,28823.57,0.41,202,0.04,1601.31,1225.35,0.33,10,19,48,0.14,90,112,44,23,86,18.31,58,N 238 | 2,5,1,0,4,8,3,0.23,4,2,2,0.67,11,1,0,13,3,11.63,17,3360.12,0.07,45,0.06,186.67,197.65,0.33,2,4,10,0.15,17,28,7,14,20,23.53,13,N 239 | 10,11,14,0,12,16,6,0.15,8,2,6,1,38,1,0,40,2,51.19,16.75,14362.03,0.29,147,0.06,797.89,857.43,0.17,4,8,34,0.1,67,80,38,19,63,23.08,40,N 240 | 10,19,8,0,13,28,10,0.24,12,2.33,7,0.7,43,7,0,42,2,45.15,21.11,20115.78,0.32,162,0.05,1117.54,952.99,0.7,8,14,35,0.15,71,91,37,22,66,23.64,42,N 241 | 6,5,6,0,18,8,3,0.13,4,2,3,1,19,1,0,23,2,34.08,11.19,4270.38,0.13,77,0.09,237.24,381.47,0.33,2,4,18,0.06,31,46,18,13,48,43.9,23,N 242 | 0,3,0,0,1,4,2,0.2,2,2,1,0.5,7,1,0,10,0,16.37,10.5,1806,0.06,43,0.1,100.33,172,0.5,1,2,7,0.17,21,22,8,8,12,9.09,10,N 243 | 11,3,3,0,3,4,2,0.08,2,2,2,1,18,1,0,24,0,47.29,17.18,13960.02,0.27,164,0.06,775.56,812.49,0.5,1,2,18,0.05,84,80,22,9,39,11.11,24,N 244 | 5,3,1,0,0,4,2,0.11,2,2,2,1,17,1,0,19,1,51.65,15.24,11992.27,0.26,162,0.07,666.24,786.99,0.5,1,2,17,0.08,80,82,21,8,25,0,19,N 245 | 5,3,3,0,3,4,2,0.1,2,2,2,1,7,1,0,21,2,35.54,10.17,3679.85,0.12,73,0.1,204.44,361.66,0.5,1,2,7,0.07,37,36,20,11,30,12.5,21,N 246 | 4,5,0,0,6,8,3,0.33,4,2,1,0.33,9,1,0,9,2,10.63,11.92,1509.98,0.04,31,0.08,83.89,126.71,0.33,2,4,8,0.15,13,18,6,11,20,40,9,N 247 | 9,7,6,0,7,12,4,0.24,6,2,4,1,19,1,0,17,2,76.51,5,1912.87,0.13,74,0.2,106.27,382.57,0.25,3,6,17,0.12,35,39,28,8,34,29.17,17,N 248 | 1,5,5,0,1,8,3,0.25,4,2,3,1,13,1,0,12,0,30.84,4.96,758.26,0.05,36,0.2,42.13,152.93,0.33,2,4,12,0.2,17,19,12,7,15,7.69,12,N 249 | 11,17,7,0,8,24,9,0.36,8,3,4,0.44,41,7,0,25,0,47.24,12.24,7077.77,0.19,111,0.08,393.21,578.25,0.78,8,12,34,0.2,51,60,25,12,45,24.24,25,N 250 | 8,29,5,0,2,56,15,0.48,28,2,15,1,75,15,1,31,0,116.24,14.08,23049.99,0.55,276,0.07,1280.56,1636.88,1,14,28,62,0.36,115,161,49,12,42,6.06,31,N 251 | 10,7,7,0,14,12,4,0.15,6,2,2,0.5,23,3,0,26,0,44.19,10.02,4437.26,0.15,85,0.1,246.51,442.8,0.75,3,6,21,0.08,37,48,24,13,51,35,26,N 252 | 3,5,4,0,0,8,3,0.38,4,2,3,1,12,1,0,8,0,34.55,3.5,423.25,0.04,29,0.29,23.51,120.93,0.33,2,4,11,0.25,14,15,12,6,12,0,8,N 253 | 4,3,6,0,1,4,2,0.18,2,2,2,1,12,1,0,11,0,56.19,3,505.67,0.06,39,0.33,28.09,168.56,0.5,1,2,12,0.12,18,21,15,5,17,8.33,11,N 254 | 5,3,5,0,2,4,2,0.2,2,2,2,1,10,1,0,10,0,58.84,4.17,1021.56,0.08,51,0.24,56.75,245.18,0.5,1,2,10,0.11,25,26,21,7,18,16.67,10,N 255 | 0,3,2,0,0,4,2,0.5,2,2,2,1,6,1,0,4,0,14.62,2.5,91.35,0.01,11,0.4,5.08,36.54,0.5,1,2,6,0.4,5,6,5,5,5,0,4,N 256 | 30,50,17,0,25,82,26,0.23,36,2.28,20,0.77,134,9,0,112,0,95.37,34.67,114633.41,1.1,483,0.03,6368.52,3306.37,0.35,23,41,110,0.15,226,257,88,27,168,18.25,112,Y 257 | 3,5,4,0,0,8,3,0.33,4,2,3,1,13,1,0,9,0,36.11,4.5,731.32,0.05,37,0.22,40.63,162.52,0.33,2,4,12,0.23,18,19,14,7,13,0,9,N 258 | 3,3,4,0,2,4,2,0.22,2,2,2,1,9,1,0,9,1,26.74,5.33,760.66,0.05,33,0.19,42.26,142.62,0.5,1,2,9,0.13,16,17,12,8,15,18.18,9,N 259 | 3,5,4,0,6,8,3,0.18,4,2,3,1,13,1,0,17,1,39.99,5.59,1248.86,0.07,47,0.18,69.38,223.48,0.33,2,4,12,0.11,19,28,17,10,27,26.09,17,N 260 | 0,3,2,0,0,4,2,0.22,2,2,2,1,7,1,0,9,2,21.51,3,193.59,0.02,18,0.33,10.75,64.53,0.5,1,2,7,0.2,6,12,6,6,10,0,9,N 261 | 7,5,5,0,2,8,3,0.19,4,2,3,1,15,1,0,16,0,43.23,5.5,1307.59,0.08,50,0.18,72.64,237.74,0.33,2,4,14,0.12,22,28,18,9,26,11.11,16,N 262 | 1,5,3,0,0,8,3,0.15,4,2,3,1,13,1,0,20,0,42.85,5.83,1458.23,0.08,52,0.17,81.01,249.98,0.33,2,4,12,0.14,21,31,18,10,22,0,20,N 263 | 0,3,1,0,0,4,2,0.29,2,2,2,1,5,1,0,7,0,8.64,4.17,150,0.01,12,0.24,8.33,36,0.5,1,2,5,0.25,5,7,3,5,8,0,7,N 264 | 4,9,14,0,2,12,5,0.21,6,2,5,1,32,1,0,24,2,94.27,5.25,2598.43,0.16,93,0.19,144.36,494.94,0.2,3,6,29,0.16,42,51,32,8,31,7.69,24,N 265 | 6,15,11,0,2,26,8,0.24,12,2.17,7,0.88,37,7,0,34,0,47.8,16.05,12318.72,0.26,131,0.06,684.37,767.4,0.88,7,13,31,0.19,61,70,38,20,43,5.56,34,N 266 | 3,6,5,0,0,4,4,0.2,2,2,4,1,15,1,0,20,0,31.73,7.46,1767.82,0.08,51,0.13,98.21,236.84,0.25,1,2,13,0.17,19,32,14,11,24,0,20,N 267 | 0,3,1,0,0,4,2,0.29,2,2,2,1,5,1,0,7,0,8.64,4.17,150,0.01,12,0.24,8.33,36,0.5,1,2,5,0.25,5,7,3,5,8,0,7,N 268 | 4,7,14,0,2,8,4,0.17,4,2,4,1,30,1,0,24,2,103.04,5.37,2972.97,0.18,102,0.19,165.17,553.48,0.25,2,4,28,0.13,47,55,35,8,31,7.69,24,N 269 | 1,3,3,0,0,4,2,0.15,2,2,2,1,8,1,0,13,0,27.15,4.45,538.68,0.04,29,0.22,29.93,120.93,0.5,1,2,8,0.13,14,15,11,7,15,0,13,N 270 | 3,6,5,0,0,4,4,0.2,2,2,4,1,15,1,0,20,0,31.73,7.46,1767.82,0.08,51,0.13,98.21,236.84,0.25,1,2,13,0.17,19,32,14,11,24,0,20,N 271 | 3,39,3,1,3,40,20,0.53,4,10,20,1,63,20,1,37,0,97.07,6.18,3709.37,0.2,112,0.16,206.08,600.05,1,18,20,45,0.44,51,61,33,8,45,9.76,38,N 272 | 5,45,3,1,6,46,23,0.55,4,11.5,23,1,72,23,1,41,0,104.29,6.4,4271.56,0.22,123,0.16,237.31,667.43,1,21,23,51,0.43,56,67,35,8,54,14.58,42,N 273 | 0,3,3,0,0,4,2,0.29,2,2,2,1,7,1,0,7,0,24,3.5,294,0.03,21,0.29,16.32,84,0.5,1,2,7,0.25,9,12,9,7,8,0,7,N 274 | 5,5,13,0,3,4,3,0.13,2,2,3,1,24,1,0,23,2,88.98,6.22,3442.96,0.18,102,0.16,191.28,553.48,0.33,1,2,23,0.09,47,55,34,9,32,11.54,23,N 275 | 4,9,3,0,5,16,5,0.5,6,2.67,4,0.8,18,1,0,10,1,18.99,10.77,2201.88,0.07,43,0.09,122.33,204.46,0.2,5,8,15,0.25,20,23,13,14,20,33.33,10,N 276 | 6,15,7,0,5,14,9,0.29,6,2.33,6,0.67,32,1,0,31,0,35.72,13.91,6910.42,0.17,94,0.07,383.91,496.83,0.11,4,7,25,0.21,36,58,22,17,43,13.89,31,N 277 | 3,3,5,1,4,4,2,0.11,2,2,2,1,11,1,0,17,2,39.07,7.06,1946.71,0.09,58,0.14,108.15,275.78,0.5,1,2,11,0.08,24,34,17,10,26,22.73,18,N 278 | 9,11,8,0,16,22,6,0.21,10,2.2,5,0.83,27,3,0,28,1,43.07,17.52,13214.36,0.25,133,0.06,734.13,754.43,0.5,6,11,23,0.11,59,74,32,19,54,36.36,28,N 279 | 3,7,3,0,4,12,4,0.25,6,2,3,0.75,16,1,0,16,1,28.82,6.75,1312.96,0.06,43,0.15,72.94,194.51,0.25,3,6,14,0.17,21,22,14,9,24,20,16,N 280 | 2,7,4,0,1,12,4,0.25,6,2,4,1,19,4,1,16,0,42.95,4.15,741.1,0.06,42,0.24,41.17,178.41,1,3,6,17,0.2,18,24,13,6,20,5.88,16,N 281 | 4,13,4,0,1,22,7,0.28,10,2.2,6,0.86,32,4,0,25,0,35.89,10.4,3882.17,0.12,74,0.1,215.68,373.29,0.57,6,11,27,0.23,32,42,20,13,31,3.85,25,N 282 | 9,7,6,0,8,12,4,0.14,6,2,3,0.75,22,1,0,29,0,48.34,11.15,6010.8,0.18,96,0.09,333.93,539.01,0.25,3,6,20,0.09,46,50,33,16,47,21.62,29,Y 283 | 2,3,4,0,0,4,2,0.2,2,2,2,1,10,1,0,10,1,24.36,10.97,2930.73,0.09,55,0.09,162.82,267.19,0.5,1,2,10,0.15,27,28,16,13,13,0,10,N 284 | 9,9,17,0,4,12,5,0.16,6,2,5,1,34,1,0,32,2,104.23,6.59,4519.95,0.23,121,0.15,251.11,686.36,0.2,3,6,31,0.11,54,67,41,10,46,11.11,32,Y 285 | 4,3,3,0,2,4,2,0.1,2,2,2,1,8,1,0,20,1,48.42,7.26,2552.29,0.12,68,0.14,141.79,351.55,0.5,1,2,8,0.07,33,35,25,11,27,9.09,20,Y 286 | 4,7,6,0,0,4,5,0.23,2,2,5,1,17,1,0,22,0,36.22,9.03,2951.88,0.11,66,0.11,163.99,326.98,0.2,1,2,14,0.19,25,41,18,13,27,0,22,N 287 | 5,13,7,0,3,22,7,0.18,10,2.2,7,1,31,5,0,39,1,93.84,6.44,3890.76,0.2,106,0.16,216.15,604.25,0.71,6,11,26,0.15,48,58,41,11,48,7.14,39,N 288 | 3,5,2,0,0,8,3,0.23,4,2,3,1,10,1,0,13,0,22.48,8.33,1560.8,0.06,42,0.12,86.71,187.3,0.33,2,4,9,0.18,20,22,12,10,17,0,13,N 289 | 11,19,2,0,0,24,11,0.22,10,2.4,6,0.55,35,8,0,49,0,37.25,32.25,38746.22,0.4,201,0.03,2152.57,1201.43,0.73,7,12,26,0.18,86,115,36,27,61,0,49,N 290 | 3,7,5,0,4,4,5,0.14,2,2,5,1,20,1,0,37,1,52.8,13.84,10117.34,0.24,127,0.07,562.07,730.87,0.2,1,2,17,0.11,51,76,35,19,45,9.76,37,N 291 | 2,3,1,0,0,4,2,0.25,2,2,2,1,7,1,0,8,1,10.38,12.07,1512.98,0.04,29,0.08,84.05,125.34,0.5,1,2,7,0.18,13,16,7,13,11,0,8,N 292 | 34,27,4,1,25,52,14,0.13,26,2,8,0.57,71,14,1,110,1,59.32,36.56,79271.67,0.72,345,0.03,4403.98,2168.46,1,13,26,59,0.08,155,190,53,25,171,19.12,111,N 293 | 3,5,0,0,2,8,3,0.25,4,2,1,0.33,10,1,0,12,2,27.78,4.67,605.07,0.04,30,0.21,33.61,129.66,0.33,2,4,9,0.17,14,16,12,8,18,14.29,12,N 294 | 3,5,0,0,2,8,3,0.25,4,2,1,0.33,10,1,0,12,2,27.78,4.67,605.07,0.04,30,0.21,33.61,129.66,0.33,2,4,9,0.17,14,16,12,8,18,14.29,12,N 295 | 5,7,0,0,7,10,4,0.29,4,2.5,1,0.25,12,3,0,14,1,20.31,10.77,2355.5,0.07,46,0.09,130.86,218.72,0.75,3,5,10,0.15,20,26,13,14,27,33.33,14,N 296 | 3,3,2,0,9,4,2,0.22,2,2,2,1,8,1,0,9,3,13.59,10.67,1546.1,0.05,33,0.09,85.89,144.95,0.5,1,2,8,0.09,16,17,9,12,22,50,9,N 297 | 2,3,1,0,2,4,2,0.4,2,2,2,1,7,1,0,5,1,10.24,4.9,245.93,0.02,14,0.2,13.66,50.19,0.5,1,2,7,0.2,7,7,5,7,10,28.57,5,N 298 | 3,8,3,0,3,4,6,0.29,2,2,2,0.33,20,1,0,21,0,28.09,21.86,13420.45,0.2,117,0.05,745.58,614.01,0.17,1,2,16,0.21,54,63,21,17,28,12.5,21,N 299 | 10,13,14,0,5,20,7,0.13,10,2,7,1,53,1,0,52,2,138.63,8.18,9298.52,0.38,193,0.12,516.58,1135.35,0.14,5,10,48,0.1,91,102,50,9,68,8.77,52,N 300 | 4,6,6,0,2,4,4,0.15,2,2,4,1,17,1,0,27,0,35.47,12.24,5313.4,0.14,80,0.08,295.19,434.1,0.25,1,2,15,0.12,34,46,25,18,34,6.9,27,N 301 | 7,11,4,0,8,20,6,0.16,10,2,5,0.83,28,4,0,37,1,40.77,26.33,28263.16,0.36,181,0.04,1570.18,1073.46,0.67,5,10,24,0.11,87,94,38,23,53,17.78,37,N 302 | 1,11,2,0,0,20,6,0.38,10,2,6,1,21,1,0,16,2,40.18,6.59,1743.9,0.09,57,0.15,96.88,264.7,0.17,5,10,17,0.33,28,29,17,8,18,0,16,N 303 | 3,3,0,0,3,4,2,0.25,2,2,1,0.5,6,1,0,8,1,14.09,9.29,1214.56,0.04,32,0.11,67.48,130.8,0.5,1,2,6,0.13,13,19,7,10,15,27.27,8,N 304 | 3,3,0,0,4,4,2,0.22,2,2,1,0.5,6,1,0,9,3,13.02,7.5,732.54,0.03,25,0.13,40.7,97.67,0.5,1,2,6,0.12,10,15,6,9,17,30.77,9,N 305 | 3,3,4,0,1,4,2,0.18,2,2,2,1,11,1,0,11,3,30.55,7.09,1536.14,0.07,53,0.14,85.34,216.64,0.5,1,2,11,0.13,26,27,11,6,16,8.33,11,N 306 | -------------------------------------------------------------------------------- /OriginalData/MDP/KC4.arff: -------------------------------------------------------------------------------- 1 | @relation 'KC4' 2 | 3 | @attribute LOC_BLANK numeric 4 | @attribute BRANCH_COUNT numeric 5 | @attribute CALL_PAIRS numeric 6 | @attribute LOC_CODE_AND_COMMENT numeric 7 | @attribute LOC_COMMENTS numeric 8 | @attribute CONDITION_COUNT numeric 9 | @attribute CYCLOMATIC_COMPLEXITY numeric 10 | @attribute CYCLOMATIC_DENSITY numeric 11 | @attribute DECISION_COUNT numeric 12 | @attribute DECISION_DENSITY numeric 13 | @attribute DESIGN_COMPLEXITY numeric 14 | @attribute DESIGN_DENSITY numeric 15 | @attribute EDGE_COUNT numeric 16 | @attribute ESSENTIAL_COMPLEXITY numeric 17 | @attribute ESSENTIAL_DENSITY numeric 18 | @attribute LOC_EXECUTABLE numeric 19 | @attribute PARAMETER_COUNT numeric 20 | @attribute GLOBAL_DATA_COMPLEXITY numeric 21 | @attribute GLOBAL_DATA_DENSITY numeric 22 | @attribute HALSTEAD_CONTENT numeric 23 | @attribute HALSTEAD_DIFFICULTY numeric 24 | @attribute HALSTEAD_EFFORT numeric 25 | @attribute HALSTEAD_ERROR_EST numeric 26 | @attribute HALSTEAD_LENGTH numeric 27 | @attribute HALSTEAD_LEVEL numeric 28 | @attribute HALSTEAD_PROG_TIME numeric 29 | @attribute HALSTEAD_VOLUME numeric 30 | @attribute MAINTENANCE_SEVERITY numeric 31 | @attribute MODIFIED_CONDITION_COUNT numeric 32 | @attribute MULTIPLE_CONDITION_COUNT numeric 33 | @attribute NODE_COUNT numeric 34 | @attribute NORMALIZED_CYLOMATIC_COMPLEXITY numeric 35 | @attribute NUM_OPERANDS numeric 36 | @attribute NUM_OPERATORS numeric 37 | @attribute NUM_UNIQUE_OPERANDS numeric 38 | @attribute NUM_UNIQUE_OPERATORS numeric 39 | @attribute NUMBER_OF_LINES numeric 40 | @attribute PATHOLOGICAL_COMPLEXITY numeric 41 | @attribute PERCENT_COMMENTS numeric 42 | @attribute LOC_TOTAL numeric 43 | @attribute Defective {Y,N} 44 | 45 | @data 46 | 0,7,5,0,0,0,4,1,0,0,4,1,93,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.25,0,0,91,0.04,0,0,0,0,100,1,0,100,N 47 | 0,125,11,0,0,0,63,1,0,0,56,0.89,462,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.02,0,0,401,0.13,0,0,0,0,489,1,0,489,Y 48 | 0,23,2,0,0,0,12,1,0,0,2,0.17,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.08,0,0,54,0.19,0,0,0,0,62,1,0,62,Y 49 | 0,3,8,0,0,0,2,1,0,0,2,1,37,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,37,0.03,0,0,0,0,58,1,0,58,Y 50 | 0,1,1,0,0,0,1,1,0,0,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,0,0,613,1,0,613,N 51 | 0,9,2,0,0,0,5,1,0,0,2,0.4,29,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2,0,0,26,0.12,0,0,0,0,41,1,0,41,Y 52 | 0,1,3,0,0,0,1,1,0,0,1,1,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,25,0.03,0,0,0,0,36,1,0,36,Y 53 | 0,1,1,0,0,0,1,1,0,0,1,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0.01,0,0,0,0,81,1,0,81,N 54 | 0,29,9,0,0,0,15,1,0,0,14,0.93,133,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.07,0,0,120,0.1,0,0,0,0,145,1,0,145,Y 55 | 0,3,8,0,0,0,2,1,0,0,2,1,38,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,38,0.03,0,0,0,0,58,1,0,58,Y 56 | 0,1,1,0,0,0,1,0,0,0,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,0,0,269,1,0,269,N 57 | 0,3,15,0,0,0,2,0,0,0,2,1,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,33,0.01,0,0,0,0,181,1,0,181,N 58 | 0,1,3,0,0,0,1,0,0,0,1,1,11,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,12,0.06,0,0,0,0,18,1,0,18,N 59 | 0,35,2,0,0,0,18,0,0,0,2,0.11,94,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.06,0,0,78,0.23,0,0,0,0,80,1,0,80,N 60 | 0,467,19,0,0,0,234,0,0,0,139,0.59,1871,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1639,0.13,0,0,0,0,1810,1,0,1810,Y 61 | 0,27,9,0,0,0,14,0,0,0,10,0.71,106,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.07,0,0,94,0.15,0,0,0,0,91,1,0,91,Y 62 | 0,5,10,0,0,0,3,0,0,0,3,1,50,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.33,0,0,49,0.04,0,0,0,0,77,1,0,77,Y 63 | 0,1,1,0,0,0,1,0,0,0,1,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,0,0,2064,1,0,2064,N 64 | 0,13,2,0,0,0,7,0,0,0,2,0.29,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.14,0,0,34,0.15,0,0,0,0,47,1,0,47,Y 65 | 0,3,2,0,0,0,2,0,0,0,2,1,51,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,51,0.03,0,0,0,0,66,1,0,66,Y 66 | 0,3,5,0,0,0,2,0,0,0,2,1,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,30,0.04,0,0,0,0,47,1,0,47,Y 67 | 0,1,1,0,0,0,1,0,0,0,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0.01,0,0,0,0,164,1,0,164,N 68 | 0,29,2,0,0,0,15,0,0,0,2,0.13,79,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.07,0,0,66,0.21,0,0,0,0,71,1,0,71,N 69 | 0,15,14,0,0,0,8,0,0,0,7,0.88,119,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.13,0,0,113,0.06,0,0,0,0,138,1,0,138,Y 70 | 0,5,11,0,0,0,3,0,0,0,3,1,52,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.33,0,0,51,0.04,0,0,0,0,80,1,0,80,Y 71 | 0,1,1,0,0,0,1,0,0,0,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,0,0,294,1,0,294,N 72 | 0,35,2,0,0,0,18,0,0,0,2,0.11,94,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.06,0,0,78,0.23,0,0,0,0,80,1,0,80,Y 73 | 0,127,17,0,0,0,64,0,0,0,42,0.66,645,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.02,0,0,583,0.1,0,0,0,0,634,1,0,634,Y 74 | 0,1,5,0,0,0,1,0,0,0,1,1,31,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,32,0.02,0,0,0,0,49,1,0,49,Y 75 | 0,1,1,0,0,0,1,0,0,0,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,0,0,768,1,0,768,N 76 | 0,11,11,0,0,0,6,0,0,0,6,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.17,0,0,49,0.11,0,0,0,0,55,1,0,55,Y 77 | 0,1,1,0,0,0,1,0,0,0,1,1,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0.06,0,0,0,0,16,1,0,16,N 78 | 0,13,9,0,0,0,7,0,0,0,7,1,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.14,0,0,59,0.11,0,0,0,0,64,1,0,64,Y 79 | 0,13,9,0,0,0,7,0,0,0,6,0.86,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.14,0,0,52,0.02,0,0,0,0,407,1,0,407,N 80 | 0,1,2,0,0,0,1,0,0,0,1,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0.01,0,0,0,0,91,1,0,91,Y 81 | 0,1,1,0,0,0,1,0,0,0,1,1,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0.04,0,0,0,0,24,1,0,24,N 82 | 0,13,11,0,0,0,7,0,0,0,7,1,78,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.14,0,0,73,0.08,0,0,0,0,89,1,0,89,N 83 | 0,33,10,0,0,0,17,0,0,0,12,0.71,145,4,0.19,0,0,0,0,0,0,0,0,0,0,0,0,0.24,0,0,130,0.1,0,0,0,0,169,1,0,169,Y 84 | 0,1,2,0,0,0,1,0,0,0,1,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0.05,0,0,0,0,20,1,0,20,N 85 | 0,1,1,0,0,0,1,0,0,0,1,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0.01,0,0,0,0,193,1,0,193,N 86 | 0,33,12,0,0,0,17,0,0,0,14,0.82,145,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.06,0,0,130,0.07,0,0,0,0,245,1,0,245,N 87 | 0,15,5,0,0,0,8,0,0,0,2,0.25,52,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.13,0,0,46,0.16,0,0,0,0,50,1,0,50,Y 88 | 0,23,6,0,0,0,12,0,0,0,2,0.17,82,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.08,0,0,72,0.07,0,0,0,0,163,1,0,163,Y 89 | 0,11,4,0,0,0,6,0,0,0,4,0.67,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.17,0,0,35,0.05,0,0,0,0,111,1,0,111,N 90 | 0,7,10,0,0,0,4,0,0,0,4,1,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.25,0,0,34,0.07,0,0,0,0,58,1,0,58,Y 91 | 0,1,1,0,0,0,1,0,0,0,1,1,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,0,0,405,1,0,405,N 92 | 0,3,2,0,0,0,2,0,0,0,2,1,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,12,0.14,0,0,0,0,14,1,0,14,N 93 | 0,11,7,0,0,0,6,0,0,0,2,0.33,69,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.17,0,0,65,0.05,0,0,0,0,124,1,0,124,Y 94 | 0,5,2,0,0,0,3,0,0,0,3,1,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.33,0,0,14,0.08,0,0,0,0,38,1,0,38,N 95 | 0,1,1,0,0,0,1,0,0,0,1,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0.08,0,0,0,0,13,1,0,13,N 96 | 0,5,2,0,0,0,3,0,0,0,3,1,22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.33,0,0,21,0.05,0,0,0,0,60,1,0,60,Y 97 | 0,1,1,0,0,0,1,0,0,0,1,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0.03,0,0,0,0,33,1,0,33,N 98 | 0,11,5,0,0,0,6,0,0,0,4,0.67,38,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.17,0,0,34,0.06,0,0,0,0,94,1,0,94,Y 99 | 0,3,6,0,0,0,2,0,0,0,2,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,25,0.01,0,0,0,0,399,1,0,399,N 100 | 0,1,8,0,0,0,1,0,0,0,1,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,22,0.01,0,0,0,0,69,1,0,69,Y 101 | 0,1,2,0,0,0,1,0,0,0,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0.03,0,0,0,0,29,1,0,29,Y 102 | 0,1,8,0,0,0,1,0,0,0,1,1,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,24,0.01,0,0,0,0,116,1,0,116,Y 103 | 0,5,12,0,0,0,3,0,0,0,3,1,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.33,0,0,34,0.01,0,0,0,0,495,1,0,495,N 104 | 0,197,11,0,0,0,99,0,0,0,99,1,684,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,0,0,587,0.15,0,0,0,0,672,1,0,672,Y 105 | 0,3,8,0,0,0,2,0,0,0,2,1,37,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,37,0.03,0,0,0,0,58,1,0,58,Y 106 | 0,1,1,0,0,0,1,0,0,0,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,0,0,797,1,0,797,N 107 | 0,9,2,0,0,0,5,0,0,0,2,0.4,29,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2,0,0,26,0.12,0,0,0,0,41,1,0,41,Y 108 | 0,1,3,0,0,0,1,0,0,0,1,1,22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,23,0.03,0,0,0,0,34,1,0,34,Y 109 | 0,1,1,0,0,0,1,0,0,0,1,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0.01,0,0,0,0,79,1,0,79,N 110 | 0,23,10,0,0,0,12,0,0,0,12,1,121,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.08,0,0,111,0.1,0,0,0,0,124,1,0,124,Y 111 | 0,3,8,0,0,0,2,0,0,0,2,1,38,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,38,0.03,0,0,0,0,58,1,0,58,Y 112 | 0,1,1,0,0,0,1,0,0,0,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,0,0,248,1,0,248,N 113 | 0,1,4,0,0,0,1,0,0,0,1,1,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,65,0.01,0,0,0,0,80,1,0,80,N 114 | 0,1,1,0,0,0,1,0,0,0,1,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0.01,0,0,0,0,83,1,0,83,N 115 | 0,17,10,0,0,0,9,0,0,0,8,0.89,127,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.11,0,0,120,0.07,0,0,0,0,132,1,0,132,Y 116 | 0,3,9,0,0,0,2,0,0,0,2,1,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,39,0.03,0,0,0,0,59,1,0,59,N 117 | 0,1,1,0,0,0,1,0,0,0,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,0,0,257,1,0,257,N 118 | 0,21,9,0,0,0,11,0,0,0,9,0.82,138,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.09,0,0,129,0.05,0,0,0,0,213,1,0,213,Y 119 | 0,3,8,0,0,0,2,0,0,0,2,1,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,39,0.03,0,0,0,0,59,1,0,59,Y 120 | 0,1,1,0,0,0,1,0,0,0,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,0,0,338,1,0,338,N 121 | 0,9,8,0,0,0,5,0,0,0,4,0.8,49,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2,0,0,46,0.07,0,0,0,0,71,1,0,71,Y 122 | 0,1,3,0,0,0,1,0,0,0,1,1,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0.05,0,0,0,0,22,1,0,22,N 123 | 0,1,1,0,0,0,1,0,0,0,1,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0.01,0,0,0,0,96,1,0,96,N 124 | 0,1,1,0,0,0,1,0,0,0,1,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0.05,0,0,0,0,19,1,0,19,N 125 | 0,1,3,0,0,0,1,0,0,0,1,1,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0.05,0,0,0,0,22,1,0,22,N 126 | 0,1,1,0,0,0,1,0,0,0,1,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0.02,0,0,0,0,44,1,0,44,N 127 | 0,7,10,0,0,0,4,0,0,0,4,1,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.25,0,0,38,0.08,0,0,0,0,50,1,0,50,Y 128 | 0,1,3,0,0,0,1,0,0,0,1,1,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0.05,0,0,0,0,22,1,0,22,N 129 | 0,1,1,0,0,0,1,0,0,0,1,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0.01,0,0,0,0,76,1,0,76,N 130 | 0,7,2,0,0,0,4,0,0,0,1,0.25,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.25,0,0,33,0.12,0,0,0,0,34,1,0,34,N 131 | 0,1,8,0,0,0,1,0,0,0,1,1,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,41,0.01,0,0,0,0,73,1,0,73,N 132 | 0,3,8,0,0,0,2,0,0,0,2,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,25,0.01,0,0,0,0,202,1,0,202,Y 133 | 0,5,8,0,0,0,3,0,0,0,2,0.67,54,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.33,0,0,53,0.03,0,0,0,0,96,1,0,96,Y 134 | 0,5,8,0,0,0,3,0,0,0,2,0.67,55,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.33,0,0,54,0.03,0,0,0,0,116,1,0,116,N 135 | 0,5,8,0,0,0,3,0,0,0,3,1,59,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.33,0,0,58,0.02,0,0,0,0,173,1,0,173,N 136 | 0,7,10,0,0,0,4,0,0,0,4,1,38,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.25,0,0,36,0.01,0,0,0,0,633,1,0,633,N 137 | 0,37,13,0,0,0,19,0,0,0,13,0.68,183,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.05,0,0,166,0.1,0,0,0,0,194,1,0,194,Y 138 | 0,3,9,0,0,0,2,0,0,0,2,1,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,39,0.03,0,0,0,0,61,1,0,61,Y 139 | 0,1,1,0,0,0,1,0,0,0,1,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,0,0,341,1,0,341,N 140 | 0,3,1,0,0,0,2,0,0,0,2,1,13,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,13,0.11,0,0,0,0,18,1,0,18,N 141 | 0,9,2,0,0,0,5,0,0,0,2,0.4,29,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2,0,0,26,0.12,0,0,0,0,41,1,0,41,Y 142 | 0,15,4,0,0,0,8,0,0,0,1,0.13,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.13,0,0,66,0.1,0,0,0,0,77,1,0,77,Y 143 | 0,1,1,0,0,0,1,0,0,0,1,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0.01,0,0,0,0,122,1,0,122,N 144 | 0,9,2,0,0,0,5,0,0,0,2,0.4,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2,0,0,27,0.12,0,0,0,0,42,1,0,42,N 145 | 0,15,8,0,0,0,8,0,0,0,1,0.13,83,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.13,0,0,77,0.08,0,0,0,0,96,1,0,96,Y 146 | 0,1,1,0,0,0,1,0,0,0,1,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0.01,0,0,0,0,142,1,0,142,N 147 | 0,1,2,0,0,0,1,0,0,0,1,1,78,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,79,0.01,0,0,0,0,80,1,0,80,N 148 | 0,51,11,0,0,0,26,0,0,0,20,0.77,233,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.04,0,0,209,0.11,0,0,0,0,228,1,0,228,Y 149 | 0,3,9,0,0,0,2,0,0,0,2,1,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,39,0.03,0,0,0,0,59,1,0,59,Y 150 | 0,1,1,0,0,0,1,0,0,0,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,0,0,353,1,0,353,N 151 | 0,9,10,0,0,0,5,0,0,0,5,1,67,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2,0,0,64,0.06,0,0,0,0,79,1,0,79,N 152 | 0,35,2,0,0,0,18,0,0,0,2,0.11,93,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.06,0,0,77,0.23,0,0,0,0,78,1,0,78,Y 153 | 0,11,13,0,0,0,6,0,0,0,6,1,80,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.17,0,0,76,0.05,0,0,0,0,112,1,0,112,Y 154 | 0,1,1,0,0,0,1,0,0,0,1,1,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,0,0,2571,1,0,2571,Y 155 | 0,461,19,0,0,0,231,0,0,0,190,0.82,1940,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1711,0.13,0,0,0,0,1832,1,0,1832,Y 156 | 0,97,11,0,0,0,49,0,0,0,47,0.96,462,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.02,0,0,415,0.11,0,0,0,0,463,1,0,463,Y 157 | 0,5,8,0,0,0,3,0,0,0,3,1,19,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.33,0,0,18,0.15,0,0,0,0,20,1,0,20,N 158 | 0,7,8,0,0,0,4,0,0,0,4,1,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.25,0,0,34,0.07,0,0,0,0,55,1,0,55,N 159 | 0,1,1,0,0,0,1,0,0,0,1,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0.01,0,0,0,0,121,1,0,121,N 160 | 0,5,8,0,0,0,3,0,0,0,3,1,19,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.33,0,0,18,0.15,0,0,0,0,20,1,0,20,N 161 | 0,5,8,0,0,0,3,0,0,0,3,1,19,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.33,0,0,18,0.15,0,0,0,0,20,1,0,20,N 162 | 0,1,3,0,0,0,1,0,0,0,1,1,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0.05,0,0,0,0,22,1,0,22,Y 163 | 0,1,1,0,0,0,1,0,0,0,1,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0.01,0,0,0,0,92,1,0,92,N 164 | 0,9,10,0,0,0,5,0,0,0,4,0.8,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2,0,0,40,0.08,0,0,0,0,66,1,0,66,Y 165 | 0,1,2,0,0,0,1,0,0,0,1,1,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0.02,0,0,0,0,41,1,0,41,Y 166 | 0,3,8,0,0,0,2,0,0,0,2,1,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,36,0.01,0,0,0,0,151,1,0,151,N 167 | 0,25,2,0,0,0,13,0,0,0,2,0.15,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.08,0,0,57,0.2,0,0,0,0,64,1,0,64,Y 168 | 0,3,9,0,0,0,2,0,0,0,2,1,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,39,0.03,0,0,0,0,59,1,0,59,N 169 | 0,1,1,0,0,0,1,0,0,0,1,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,0,0,204,1,0,204,N 170 | 0,11,9,0,0,0,6,0,0,0,6,1,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.17,0,0,68,0.08,0,0,0,0,76,1,0,76,Y -------------------------------------------------------------------------------- /OriginalData/MDP/MC2.arff: -------------------------------------------------------------------------------- 1 | @relation 'MC2' 2 | 3 | @attribute LOC_BLANK numeric 4 | @attribute BRANCH_COUNT numeric 5 | @attribute CALL_PAIRS numeric 6 | @attribute LOC_CODE_AND_COMMENT numeric 7 | @attribute LOC_COMMENTS numeric 8 | @attribute CONDITION_COUNT numeric 9 | @attribute CYCLOMATIC_COMPLEXITY numeric 10 | @attribute CYCLOMATIC_DENSITY numeric 11 | @attribute DECISION_COUNT numeric 12 | @attribute DECISION_DENSITY numeric 13 | @attribute DESIGN_COMPLEXITY numeric 14 | @attribute DESIGN_DENSITY numeric 15 | @attribute EDGE_COUNT numeric 16 | @attribute ESSENTIAL_COMPLEXITY numeric 17 | @attribute ESSENTIAL_DENSITY numeric 18 | @attribute LOC_EXECUTABLE numeric 19 | @attribute PARAMETER_COUNT numeric 20 | @attribute GLOBAL_DATA_COMPLEXITY numeric 21 | @attribute GLOBAL_DATA_DENSITY numeric 22 | @attribute HALSTEAD_CONTENT numeric 23 | @attribute HALSTEAD_DIFFICULTY numeric 24 | @attribute HALSTEAD_EFFORT numeric 25 | @attribute HALSTEAD_ERROR_EST numeric 26 | @attribute HALSTEAD_LENGTH numeric 27 | @attribute HALSTEAD_LEVEL numeric 28 | @attribute HALSTEAD_PROG_TIME numeric 29 | @attribute HALSTEAD_VOLUME numeric 30 | @attribute MAINTENANCE_SEVERITY numeric 31 | @attribute MODIFIED_CONDITION_COUNT numeric 32 | @attribute MULTIPLE_CONDITION_COUNT numeric 33 | @attribute NODE_COUNT numeric 34 | @attribute NORMALIZED_CYLOMATIC_COMPLEXITY numeric 35 | @attribute NUM_OPERANDS numeric 36 | @attribute NUM_OPERATORS numeric 37 | @attribute NUM_UNIQUE_OPERANDS numeric 38 | @attribute NUM_UNIQUE_OPERATORS numeric 39 | @attribute NUMBER_OF_LINES numeric 40 | @attribute PATHOLOGICAL_COMPLEXITY numeric 41 | @attribute PERCENT_COMMENTS numeric 42 | @attribute LOC_TOTAL numeric 43 | @attribute Defective {Y,N} 44 | 45 | @data 46 | 2,3,0,2,7,4,2,0.18,2,2,1,0.5,6,1,0,9,0,2,1,13.5,7.33,725.94,0.03,26,0.14,40.33,98.99,0.5,1,2,6,0.09,11,15,6,8,22,1,50,11,N 47 | 1,3,1,1,0,4,2,0.13,2,2,1,0.5,7,1,0,14,0,2,1,17.24,7.5,969.51,0.04,31,0.13,53.86,129.27,0.5,1,2,7,0.11,12,19,8,10,18,1,6.67,15,N 48 | 6,5,1,4,5,8,3,0.2,4,2,2,0.67,11,1,0,11,2,3,1,24.87,11.46,3265.45,0.09,63,0.09,181.41,284.98,0.33,2,4,10,0.1,25,38,12,11,29,1,45,15,N 49 | 6,5,1,4,3,8,3,0.2,4,2,1,0.33,11,1,0,11,1,3,1,19.66,14.3,4019.85,0.09,64,0.07,223.32,281.11,0.33,2,4,10,0.12,26,38,10,11,26,1,38.89,15,N 50 | 2,3,0,0,1,4,2,0.29,2,2,1,0.5,6,1,0,7,0,2,1,12.09,6.3,479.73,0.03,20,0.16,26.65,76.15,0.5,1,2,6,0.17,7,13,5,9,12,1,12.5,7,N 51 | 18,46,2,6,24,64,26,0.22,26,2.46,15,0.58,79,23,0.88,114,0,24,0.92,43,57.74,143350.9,0.83,395,0.02,7963.94,2482.73,0.88,19,33,55,0.16,166,229,46,32,164,1,20.83,120,Y 52 | 0,3,0,0,0,4,2,0.4,2,2,1,0.5,6,1,0,5,0,2,1,13.95,2.5,87.17,0.01,11,0.4,4.84,34.87,0.5,1,2,6,0.29,4,7,4,5,7,1,0,5,N 53 | 0,3,0,0,1,4,2,0.18,2,2,1,0.5,6,1,0,11,1,2,1,16.29,7.56,931.62,0.04,29,0.13,51.76,123.19,0.5,1,2,6,0.14,11,18,8,11,14,1,8.33,11,N 54 | 4,13,3,0,3,24,7,0.2,12,2,7,1,33,6,0.83,35,2,7,1,34.45,12.83,5673.31,0.15,91,0.08,315.18,442.08,0.86,6,12,28,0.16,42,49,18,11,44,1,7.89,35,N 55 | 0,3,0,0,1,4,2,0.18,2,2,1,0.5,6,1,0,11,1,2,1,16.94,8.13,1118.06,0.05,33,0.12,62.11,137.61,0.5,1,2,6,0.14,13,20,8,10,14,1,8.33,11,N 56 | 0,1,0,0,0,0,1,0.25,0,?,1,1,1,1,0,4,2,1,1,13.59,8.17,906.61,0.04,30,0.12,50.37,111.01,1,0,0,2,0.17,14,16,6,7,6,1,0,4,Y 57 | 2,1,0,0,14,0,1,0.25,0,?,1,1,1,1,0,4,1,1,1,11.01,14,2158.15,0.05,43,0.07,119.9,154.15,1,0,0,2,0.05,20,23,5,7,21,1,77.78,4,Y 58 | 0,1,0,0,0,0,1,0.25,0,?,1,1,1,1,0,4,4,1,1,13.84,6.42,569.87,0.03,24,0.16,31.66,88.81,1,0,0,2,0.17,11,13,6,7,6,1,0,4,Y 59 | 1,19,1,0,0,36,10,0.23,18,2,3,0.3,40,4,0.33,43,2,9,0.9,41.82,26.68,29766.87,0.37,202,0.04,1653.71,1115.76,0.4,9,18,32,0.22,83,119,28,18,46,1,0,43,N 60 | 1,7,1,0,0,12,4,0.44,6,2,2,0.5,16,1,0,9,1,2,0.5,9.94,20.43,4149.67,0.07,47,0.05,230.54,203.13,0.25,3,6,14,0.33,22,25,7,13,12,1,0,9,N 61 | 1,19,1,0,0,36,10,0.36,18,2,4,0.4,41,1,0,28,2,4,0.4,14.36,37.09,19752.67,0.18,112,0.03,1097.37,532.55,0.1,9,18,33,0.32,51,61,11,16,31,1,0,28,N 62 | 2,9,0,0,0,14,5,0.31,6,2.33,1,0.2,15,3,0.5,16,2,5,1,32,18.75,11252.36,0.2,117,0.05,625.13,600.13,0.6,4,7,12,0.25,50,67,20,15,20,1,0,16,N 63 | 1,21,5,0,0,36,11,0.39,16,2.25,7,0.64,40,9,0.8,28,1,11,1,25.13,31.64,25154.15,0.27,155,0.03,1397.45,795.04,0.82,10,18,31,0.35,67,88,18,17,31,1,0,28,N 64 | 1,7,1,0,0,10,4,0.57,4,2.5,2,0.5,12,3,0.67,7,1,3,0.75,10.97,13,1854.11,0.05,33,0.08,103.01,142.62,0.75,3,5,10,0.4,14,19,7,13,10,1,0,7,N 65 | 1,1,1,0,0,0,1,0.17,0,?,1,1,2,1,0,6,2,1,1,7.67,10.13,786.81,0.03,21,0.1,43.71,77.71,1,0,0,3,0.11,9,12,4,9,9,1,0,6,N 66 | 1,13,0,6,0,24,7,0.3,12,2,1,0.14,28,1,0,17,2,4,0.57,14.31,38.64,21359.95,0.18,115,0.03,1186.66,552.85,0.14,6,12,23,0.27,50,65,11,17,26,1,26.09,23,N 67 | 0,3,1,0,0,4,2,0.15,2,2,2,1,7,1,0,13,3,2,1,12.55,12.86,2075.42,0.05,38,0.08,115.3,161.42,0.5,1,2,7,0.13,15,23,7,12,16,1,0,13,N 68 | 1,21,4,0,0,36,11,0.39,16,2.25,7,0.64,40,9,0.8,28,1,11,1,22.35,34.53,26650.95,0.26,153,0.03,1480.61,771.79,0.82,10,18,31,0.35,65,88,16,17,31,1,0,28,N 69 | 13,11,0,0,2,20,6,0.35,10,2,1,0.17,22,1,0,17,1,5,0.83,10.59,29,8908.58,0.1,67,0.03,494.92,307.19,0.17,5,10,18,0.18,29,38,8,16,34,1,10.53,17,N 70 | 6,15,1,0,2,26,8,0.26,12,2.17,2,0.25,32,3,0.29,31,2,4,0.5,33.62,28.08,26512.3,0.31,174,0.04,1472.91,944.17,0.38,7,13,26,0.2,78,96,25,18,41,1,6.06,31,N 71 | 0,1,1,0,0,0,1,0.5,0,?,1,1,2,1,0,2,1,1,1,9.51,3,85.59,0.01,9,0.33,4.75,28.53,1,0,0,3,0.25,3,6,3,6,4,1,0,2,N 72 | 5,5,0,0,7,8,3,0.21,4,2,1,0.33,9,1,0,14,2,1,0.33,15.99,6.67,710.71,0.04,28,0.15,39.48,106.61,0.33,2,4,8,0.11,10,18,6,8,28,1,33.33,14,Y 73 | 5,5,2,0,4,8,3,0.43,4,2,2,0.67,13,1,0,7,2,3,1,20.57,8.17,1372,0.06,42,0.12,76.22,168,0.33,2,4,12,0.18,21,21,9,7,17,1,36.36,7,Y 74 | 4,7,0,0,2,12,4,0.33,6,2,1,0.25,14,3,0.67,12,1,2,0.5,17.23,21,7600.61,0.12,77,0.05,422.26,361.93,0.75,3,6,12,0.2,36,41,12,14,20,1,14.29,12,Y 75 | 9,11,3,0,33,20,6,0.26,10,2,2,0.33,28,1,0,23,2,5,0.83,19.5,40.24,31575.87,0.26,153,0.02,1754.21,784.78,0.17,5,10,24,0.09,76,77,17,18,68,1,58.93,23,Y 76 | 22,38,9,2,61,66,20,0.16,32,2.06,10,0.5,127,13,0.63,124,1,11,0.55,59.36,88.78,467827.72,1.76,820,0.01,25990.43,5269.54,0.65,17,33,109,0.09,388,432,59,27,211,1,33.69,126,Y 77 | 17,45,2,5,44,86,23,0.37,42,2.05,2,0.09,97,5,0.18,57,2,9,0.39,26.44,78.12,161381.25,0.69,374,0.01,8965.62,2065.81,0.22,22,43,76,0.18,186,188,25,21,125,1,46.23,62,Y 78 | 0,3,0,0,0,4,2,0.67,2,2,1,0.5,5,1,0,3,2,2,1,6.18,5,154.4,0.01,11,0.2,8.58,30.88,0.5,1,2,5,0.4,4,7,2,5,5,1,0,3,N 79 | 0,7,0,0,0,10,4,1,4,2.5,1,0.25,11,3,0.67,4,3,4,1,7.75,9,627.65,0.02,22,0.11,34.87,69.74,0.75,3,5,9,0.67,9,13,3,6,6,1,0,4,N 80 | 0,3,0,0,0,4,2,0.67,2,2,1,0.5,5,1,0,3,2,2,1,6.18,5,154.4,0.01,11,0.2,8.58,30.88,0.5,1,2,5,0.4,4,7,2,5,5,1,0,3,N 81 | 0,7,0,0,0,10,4,1,4,2.5,1,0.25,11,3,0.67,4,3,4,1,7.75,9,627.65,0.02,22,0.11,34.87,69.74,0.75,3,5,9,0.67,9,13,3,6,6,1,0,4,N 82 | 0,3,0,0,0,4,2,0.67,2,2,1,0.5,5,1,0,3,1,2,1,8.36,9,677.56,0.03,21,0.11,37.64,75.28,0.5,1,2,5,0.4,6,15,3,9,5,1,0,3,Y 83 | 7,25,2,0,18,44,13,0.27,20,2.2,3,0.23,55,6,0.42,48,1,8,0.62,39.18,58.48,133998.62,0.76,400,0.02,7444.37,2291.17,0.46,12,22,44,0.17,193,207,33,20,75,1,27.27,48,Y 84 | 8,27,1,0,20,52,14,0.36,26,2,4,0.29,68,1,0,39,5,11,0.79,32.18,40.48,52735.32,0.43,254,0.02,2929.74,1302.84,0.07,13,26,56,0.2,137,117,22,13,69,1,33.9,39,Y 85 | 1,5,1,0,0,8,3,0.25,4,2,1,0.33,11,1,0,12,3,3,1,15.48,36.25,20339.03,0.19,118,0.03,1129.95,561.08,0.33,2,4,10,0.2,58,60,12,15,15,1,0,12,Y 86 | 1,5,1,0,0,8,3,0.27,4,2,1,0.33,11,1,0,11,2,3,1,15.38,17.82,4881.96,0.09,59,0.06,271.22,273.99,0.33,2,4,10,0.21,28,31,11,14,14,1,0,11,Y 87 | 24,12,0,2,28,16,7,0.15,8,2,1,0.14,19,1,0,46,0,5,0.71,28.27,37.3,39335.04,0.35,192,0.03,2185.28,1054.44,0.14,4,8,14,0.06,78,114,23,22,116,1,39.47,48,N 88 | 0,1,1,0,0,0,1,0.5,0,?,1,1,2,1,0,2,0,0,0,7.74,1.5,17.41,0,5,0.67,0.97,11.61,1,0,0,3,0.25,2,3,2,3,4,1,0,2,N 89 | 23,9,2,0,11,16,5,0.16,8,2,3,0.6,18,3,0.5,31,0,4,0.8,33.42,21.5,15450.32,0.24,139,0.05,858.35,718.62,0.6,4,8,15,0.06,43,96,18,18,85,1,26.19,31,Y 90 | 5,5,1,0,6,8,3,0.25,4,2,2,0.67,11,3,1,12,1,3,1,28.47,8.75,2179.83,0.08,53,0.11,121.1,249.12,1,2,4,10,0.09,15,38,12,14,32,1,33.33,12,Y 91 | 19,19,4,1,12,36,10,0.2,18,2,7,0.7,45,7,0.67,48,0,9,0.9,30.16,26.1,20545.64,0.26,150,0.04,1141.42,787.19,0.7,9,18,37,0.12,58,92,20,18,82,1,21.31,49,Y 92 | 6,7,0,0,6,12,4,0.27,6,2,1,0.25,14,4,1,15,2,4,1,24.1,11.69,3294.46,0.09,58,0.09,183.03,281.76,1,3,6,12,0.14,19,39,13,16,29,1,28.57,15,Y 93 | 67,59,3,3,85,104,30,0.24,46,2.26,8,0.27,112,23,0.76,121,0,29,0.97,37.4,107.21,429807.51,1.34,676,0.01,23878.2,4009.18,0.77,29,52,84,0.11,270,406,34,27,278,1,42.11,124,Y 94 | 0,5,0,0,0,8,3,0.75,4,2,1,0.33,9,1,0,4,1,3,1,8.14,8.17,542.58,0.02,20,0.12,30.14,66.44,0.33,2,4,8,0.5,7,13,3,7,6,1,0,4,N 95 | 1,5,1,0,0,8,3,0.5,4,2,1,0.33,10,1,0,6,1,1,0.33,10.29,11.92,1461.27,0.04,30,0.08,81.18,122.62,0.33,2,4,9,0.33,13,17,6,11,9,1,0,6,N 96 | 6,7,7,2,6,12,4,0.07,6,2,4,1,31,1,0,55,2,4,1,59.86,19.78,23415.51,0.39,224,0.05,1300.86,1183.93,0.25,3,6,29,0.06,89,135,27,12,71,1,12.7,57,N 97 | 2,7,0,2,0,12,4,0.18,6,2,1,0.25,14,1,0,20,0,2,0.5,17.76,19.62,6833.79,0.12,71,0.05,379.65,348.39,0.25,3,6,12,0.15,30,41,13,17,26,1,9.09,22,N 98 | 4,1,0,0,2,0,1,0.5,0,?,1,1,1,1,0,2,0,0,0,9.06,3.5,110.95,0.01,10,0.29,6.16,31.7,1,0,0,2,0.1,2,8,2,7,10,1,50,2,N 99 | 1,3,0,0,0,4,2,0.22,2,2,1,0.5,6,1,0,9,2,2,1,10.82,9.75,1028.49,0.04,27,0.1,57.14,105.49,0.5,1,2,6,0.17,13,14,6,9,12,1,0,9,Y 100 | 1,3,0,0,0,4,2,0.22,2,2,1,0.5,6,1,0,9,2,2,1,12.01,14.62,2569.51,0.06,40,0.07,142.75,175.69,0.5,1,2,6,0.17,18,22,8,13,12,1,0,9,Y 101 | 4,5,1,0,2,6,3,0.17,2,3,2,0.67,10,3,1,18,1,3,1,19.51,15.71,4814.52,0.1,66,0.06,267.47,306.49,1,2,3,9,0.12,29,37,12,13,26,1,10,18,N 102 | 9,23,2,5,9,38,12,0.26,16,2.38,4,0.33,42,8,0.64,41,3,5,0.42,42.25,28.27,33760.15,0.4,215,0.04,1875.56,1194.24,0.67,11,19,32,0.18,70,145,26,21,68,1,25.45,46,Y 103 | 1,3,0,0,2,4,2,0.29,2,2,1,0.5,6,1,0,7,2,2,1,10.42,8.25,709.1,0.03,22,0.12,39.39,85.95,0.5,1,2,6,0.17,11,11,6,9,12,1,22.22,7,N 104 | 1,3,1,1,0,4,2,0.15,2,2,1,0.5,7,1,0,12,0,2,1,15.45,7.14,788.3,0.04,27,0.14,43.79,110.36,0.5,1,2,7,0.13,10,17,7,10,16,1,7.69,13,N 105 | 5,1,1,4,2,0,1,0.11,0,?,1,1,3,1,0,5,1,1,1,17.11,10.29,1810.29,0.06,44,0.1,100.57,176,1,0,0,4,0.06,16,28,7,9,18,1,54.55,9,N 106 | 3,5,0,2,7,8,3,0.1,4,2,1,0.33,10,1,0,28,2,3,1,21.41,27.56,16265.89,0.2,116,0.04,903.66,590.15,0.33,2,4,9,0.07,49,67,16,18,42,1,24.32,30,N 107 | 1,3,0,0,1,4,2,0.67,2,2,1,0.5,6,1,0,3,3,2,1,10.89,5.4,317.58,0.02,17,0.19,17.64,58.81,0.5,1,2,6,0.29,9,8,5,6,7,1,25,3,N 108 | 6,15,0,0,7,28,8,0.33,14,2,1,0.13,31,3,0.29,24,1,8,1,20.68,26.5,14523.02,0.18,114,0.04,806.83,548.04,0.38,7,14,25,0.21,53,61,14,14,39,1,22.58,24,N 109 | 3,3,0,0,4,4,2,0.33,2,2,1,0.5,5,1,0,6,0,2,1,13.71,9.43,1218.81,0.04,31,0.11,67.71,129.27,0.5,1,2,5,0.13,12,19,7,11,15,1,40,6,N 110 | 4,1,1,0,2,0,1,0.14,0,?,1,1,3,1,0,7,0,1,1,19.88,8.33,1380.58,0.06,39,0.12,76.7,165.67,1,0,0,4,0.07,15,24,9,10,15,1,22.22,7,Y 111 | 0,1,0,2,0,0,1,0.33,0,?,1,1,1,1,0,1,0,0,0,18.82,3,169.42,0.02,17,0.33,9.41,56.47,1,0,0,2,0.2,4,13,4,6,5,1,66.67,3,N 112 | 3,9,0,0,2,16,5,0.5,8,2,1,0.2,21,1,0,10,3,4,0.8,19.92,14.32,4084.22,0.1,66,0.07,226.9,285.25,0.2,4,8,18,0.29,35,31,11,9,17,1,16.67,10,Y 113 | 10,13,1,1,11,22,7,0.23,10,2.2,3,0.43,26,1,0,30,0,7,1,25.16,22,12176.57,0.18,104,0.05,676.48,553.48,0.14,6,11,21,0.13,44,60,20,20,54,1,28.57,31,N 114 | 5,25,2,0,24,42,13,0.22,18,2.33,5,0.38,52,8,0.58,60,2,13,1,18.77,90,152013.39,0.56,332,0.01,8445.19,1689.04,0.62,12,21,41,0.14,160,172,16,18,91,1,28.57,60,Y 115 | 0,5,0,0,0,8,3,0.5,4,2,1,0.33,11,1,0,6,2,3,1,12.29,9.33,1070.66,0.04,31,0.11,59.48,114.71,0.33,2,4,10,0.38,16,15,6,7,8,1,0,6,N 116 | 1,3,0,0,1,4,2,0.67,2,2,1,0.5,6,1,0,3,2,2,1,8.3,6,298.97,0.02,15,0.17,16.61,49.83,0.5,1,2,6,0.29,8,7,4,6,7,1,25,3,N 117 | 7,15,0,0,8,26,8,0.26,12,2.17,1,0.13,26,4,0.43,31,0,8,1,23.89,26.39,16634.07,0.21,121,0.04,924.12,630.34,0.5,7,13,20,0.17,50,71,18,19,48,1,20.51,31,N 118 | 6,13,4,4,4,24,7,0.15,12,2,3,0.43,37,1,0,43,1,1,0.14,43.96,48,101286.83,0.7,372,0.02,5627.05,2110.14,0.14,6,12,32,0.12,176,196,33,18,59,1,15.69,47,N 119 | 9,11,8,3,28,0,10,0.29,0,?,7,0.7,26,1,0,32,0,2,0.2,42.29,10.45,4622.69,0.15,82,0.1,256.82,442.17,0.1,0,0,18,0.14,23,59,22,20,74,1,49.21,35,Y 120 | 0,3,0,0,0,4,2,1,2,2,1,0.5,5,1,0,2,0,0,0,5.33,1.5,12,0,4,0.67,0.67,8,0.5,1,2,5,0.5,1,3,1,3,4,1,0,2,N 121 | 17,7,2,16,32,12,4,0.05,6,2,1,0.25,27,1,0,68,0,4,1,73.69,37.76,105042.17,0.93,471,0.03,5835.68,2782.15,0.25,3,6,25,0.03,191,280,43,17,135,1,41.38,84,N 122 | 29,69,0,0,37,112,35,0.21,44,2.55,1,0.03,113,26,0.74,163,0,25,0.71,50.5,87.12,383277.96,1.47,751,0.01,21293.22,4399.34,0.74,34,56,80,0.15,307,444,37,21,231,1,18.5,163,N 123 | 3,9,0,0,4,14,5,0.28,6,2.33,1,0.2,16,1,0,18,0,5,1,17.99,13,3039.83,0.08,51,0.08,168.88,233.83,0.2,4,7,13,0.19,22,29,11,13,27,1,18.18,18,N 124 | 16,19,0,0,22,30,10,0.2,12,2.5,1,0.1,31,7,0.67,50,0,7,0.7,21.17,41.36,36223.29,0.29,191,0.02,2012.4,875.73,0.7,9,15,23,0.11,70,121,11,13,90,1,30.56,50,N 125 | 1,5,1,0,0,8,3,0.3,4,2,2,0.67,12,1,0,10,0,3,1,16.87,13.59,3115.69,0.08,50,0.07,173.09,229.25,0.33,2,4,11,0.23,23,27,11,13,13,1,0,10,N 126 | 13,13,4,2,13,24,7,0.17,12,2,2,0.29,29,4,0.5,39,0,0,0,42.89,24.48,25705.69,0.35,187,0.04,1428.09,1049.95,0.57,6,12,24,0.1,71,116,29,20,69,1,27.78,41,N 127 | 2,3,3,0,2,4,2,0.25,2,2,2,1,8,1,0,8,0,0,0,22.19,2,88.76,0.01,14,0.5,4.93,44.38,0.5,1,2,8,0.14,5,9,5,4,14,1,20,8,N 128 | 10,13,2,0,11,24,7,0.29,12,2,1,0.14,26,5,0.67,24,0,0,0,32.5,17.19,9606.08,0.19,105,0.06,533.67,558.8,0.71,6,12,21,0.15,38,67,21,19,47,1,31.43,24,Y 129 | 10,9,3,0,11,16,5,0.26,8,2,2,0.4,20,3,0.5,19,0,0,0,28.47,15.06,6456.82,0.14,85,0.07,358.71,428.77,0.6,4,8,17,0.12,32,53,17,16,42,1,36.67,19,N 130 | 11,9,3,0,12,16,5,0.17,8,2,2,0.4,20,3,0.5,29,0,0,0,33.09,17.76,10439.17,0.2,109,0.06,579.95,587.76,0.6,4,8,17,0.09,43,66,23,19,54,1,29.27,29,N 131 | 12,11,3,0,15,20,6,0.26,10,2,2,0.33,25,3,0.4,23,0,3,0.5,31.56,17.2,9336.88,0.18,105,0.06,518.72,542.84,0.5,5,10,21,0.12,43,62,20,16,52,1,39.47,23,N 132 | 4,9,0,0,4,16,5,0.19,8,2,1,0.2,15,1,0,26,1,5,1,17.62,26.67,12532.75,0.16,107,0.04,696.26,469.98,0.2,4,8,12,0.14,40,67,9,12,36,1,13.33,26,N 133 | 5,15,0,0,5,26,8,0.2,12,2.17,1,0.13,25,5,0.57,41,1,8,1,15.49,65.83,67150,0.34,204,0.02,3730.56,1020,0.63,7,13,19,0.15,79,125,12,20,53,1,10.87,41,N 134 | 0,32,0,0,0,0,31,0.08,0,?,1,0.03,63,1,0,365,1,31,1,187.94,57.6,623450.46,3.61,1369,0.02,34636.14,10824.53,0.03,0,0,34,0.08,632,737,203,37,367,1,0,365,N 135 | 7,3,4,1,6,4,2,0.09,2,2,2,1,10,1,0,22,0,2,1,44.5,21.58,20724.8,0.32,183,0.05,1151.38,960.37,0.5,1,2,10,0.05,83,100,25,13,38,1,24.14,23,N 136 | 2,7,0,7,0,12,4,0.1,6,2,1,0.25,15,1,0,35,0,3,0.75,68.55,21,30230.73,0.48,249,0.05,1679.48,1439.56,0.25,3,6,13,0.09,123,126,41,14,46,1,16.67,42,N 137 | 71,19,9,19,63,34,10,0.1,16,2.13,6,0.6,42,3,0.22,78,0,9,0.9,66.83,32.56,70837.72,0.73,364,0.03,3935.43,2175.73,0.3,9,17,34,0.04,140,224,43,20,233,1,51.25,97,Y 138 | 62,9,6,19,50,16,5,0.08,8,2,2,0.4,24,1,0,42,0,2,0.4,46.62,31.57,46467.35,0.49,268,0.03,2581.52,1471.82,0.2,4,8,21,0.03,104,164,28,17,175,1,62.16,61,Y 139 | 105,125,16,19,123,202,63,0.26,78,2.59,9,0.14,223,36,0.56,225,0,61,0.97,88.2,93.2,766179.74,2.74,1217,0.01,42565.54,8220.7,0.57,62,101,162,0.13,463,754,77,31,474,1,38.69,244,Y 140 | 1,1,1,0,1,0,1,0.5,0,?,1,1,2,1,0,2,0,1,1,6.04,5.25,166.42,0.01,10,0.19,9.25,31.7,1,0,0,3,0.17,3,7,2,7,6,1,33.33,2,N 141 | 7,1,0,0,8,0,1,0.11,0,?,1,1,1,1,0,9,0,0,0,98.58,5.33,2796.39,0.18,107,0.19,155.36,525.04,1,0,0,2,0.04,35,72,23,7,26,1,47.06,9,Y 142 | 7,15,2,0,9,26,8,0.27,12,2.17,3,0.38,32,1,0,30,1,5,0.63,25.01,30,22511.76,0.25,141,0.03,1250.65,750.39,0.13,7,13,26,0.17,60,81,20,20,48,1,23.08,30,Y 143 | 10,13,5,6,10,22,7,0.12,10,2.2,1,0.14,48,5,0.67,51,0,5,0.71,92.21,26.26,63590.46,0.81,373,0.04,3532.8,2421.46,0.71,6,11,43,0.09,153,220,67,23,79,1,23.88,57,Y 144 | 14,13,3,3,17,24,7,0.1,12,2,5,0.71,30,1,0,66,0,7,1,49.82,40.86,83172.01,0.68,349,0.02,4620.67,2035.68,0.14,6,12,25,0.07,130,219,35,22,102,1,23.26,69,N 145 | 17,27,3,3,18,44,14,0.17,18,2.44,6,0.43,51,9,0.62,79,0,14,1,57.29,46.22,122395.16,0.88,435,0.02,6799.73,2648.05,0.64,13,22,39,0.12,159,276,43,25,119,1,21,82,N 146 | 9,3,2,0,6,4,2,0.07,2,2,1,0.5,9,1,0,30,4,1,0.5,57.3,10.61,6447.25,0.2,115,0.09,358.18,607.82,0.5,1,2,9,0.04,54,61,28,11,47,1,16.67,30,Y 147 | 4,1,0,0,5,0,1,0.08,0,?,1,1,1,1,0,13,0,1,1,85.14,2.4,490.38,0.07,49,0.42,27.24,204.33,1,0,0,2,0.04,24,25,15,3,24,1,27.78,13,N 148 | 60,115,9,19,98,216,58,0.19,102,2.12,16,0.28,247,39,0.67,287,0,46,0.79,107.39,96.09,991629.56,3.44,1479,0.01,55090.53,10319.4,0.67,57,108,191,0.12,615,864,96,30,466,1,28.96,306,Y 149 | 50,89,8,12,75,156,45,0.21,68,2.29,15,0.33,181,30,0.66,205,0,43,0.96,106.02,67.9,488861.64,2.4,1037,0.01,27158.98,7199.39,0.67,44,78,138,0.13,421,616,93,30,344,1,29.79,217,Y 150 | 0,1,0,0,0,0,1,1,0,?,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,2,0.33,0,1,0,1,3,1,0,1,N 151 | 9,17,1,0,10,32,9,0.21,16,2,2,0.22,38,6,0.63,42,0,9,1,11.27,102.9,119290.11,0.39,234,0.01,6627.23,1159.28,0.67,8,16,31,0.14,98,136,10,21,63,1,19.23,42,Y 152 | 15,21,5,0,16,40,11,0.15,20,2,9,0.82,50,4,0.3,74,0,9,0.82,52.32,34.5,62277.28,0.6,302,0.03,3459.85,1805.14,0.36,10,20,41,0.1,120,182,40,23,107,1,17.78,74,N 153 | 8,3,1,5,8,4,2,0.04,2,2,1,0.5,21,1,0,43,0,2,1,69.69,27.79,53839.29,0.65,345,0.04,2991.07,1937.07,0.5,1,2,21,0.03,126,219,34,15,66,1,23.21,48,N 154 | 45,61,3,2,68,106,31,0.19,46,2.3,3,0.1,127,20,0.63,160,0,28,0.9,61.68,64.5,256623.54,1.33,633,0.02,14256.86,3978.66,0.65,30,53,98,0.11,258,375,52,26,277,1,30.43,162,Y 155 | 2,1,1,0,3,0,1,0.17,0,?,1,1,2,1,0,6,0,1,1,22.27,6.67,989.91,0.05,39,0.15,55,148.49,1,0,0,3,0.08,10,29,6,8,13,1,33.33,6,Y 156 | 5,5,1,0,5,8,3,0.17,4,2,1,0.33,12,1,0,18,0,3,1,28.04,18.38,9467.23,0.17,105,0.05,525.96,515.22,0.33,2,4,11,0.1,42,63,16,14,30,1,21.74,18,N 157 | 24,19,3,0,27,34,10,0.1,16,2.13,3,0.3,49,1,0,104,0,8,0.8,45.63,55.2,139045.04,0.84,430,0.02,7724.72,2518.93,0.1,9,17,41,0.06,168,262,35,23,157,1,20.61,104,Y 158 | 2,1,1,0,3,0,1,0.17,0,?,1,1,2,1,0,6,0,1,1,22.27,6.67,989.91,0.05,39,0.15,55,148.49,1,0,0,3,0.08,10,29,6,8,13,1,33.33,6,N 159 | 4,1,2,6,5,0,1,0.07,0,?,1,1,4,1,0,9,0,1,1,29.53,12,4252.78,0.12,82,0.08,236.27,354.4,1,0,0,5,0.04,24,58,10,10,26,1,55,15,N 160 | 35,97,3,0,51,168,49,0.18,72,2.33,8,0.16,210,34,0.69,265,0,42,0.86,54.71,125.67,864010.77,2.29,1118,0.01,48000.6,6875.42,0.69,48,86,163,0.14,435,683,45,26,353,1,16.14,265,Y 161 | 6,3,1,0,7,4,2,0.15,2,2,1,0.5,8,1,0,13,1,2,1,16.23,21.09,7220.51,0.11,72,0.05,401.14,342.35,0.5,1,2,8,0.07,29,43,11,16,28,1,35,13,Y 162 | 47,41,18,9,68,54,24,0.22,22,2.45,14,0.58,94,8,0.3,100,0,21,0.88,75.13,27.46,56640.44,0.69,321,0.04,3146.69,2062.83,0.33,16,27,72,0.1,120,201,59,27,242,1,43.5,109,N 163 | 0,3,0,0,0,4,2,0.15,2,2,1,0.5,6,1,0,13,2,2,1,19.72,10.5,2174.18,0.07,53,0.1,120.79,207.07,0.5,1,2,6,0.13,24,29,8,7,15,1,0,13,N 164 | 5,5,0,0,28,8,3,0.25,4,2,1,0.33,9,1,0,12,0,0,0,37.29,9,3020.28,0.11,79,0.11,167.79,335.59,0.33,2,4,8,0.06,20,59,10,9,47,1,70,12,N 165 | 2,3,0,0,0,4,2,0.25,2,2,1,0.5,7,1,0,8,0,2,1,17.27,7.29,916.65,0.04,34,0.14,50.93,125.81,0.5,1,2,7,0.17,17,17,7,6,12,1,0,8,N 166 | 11,15,3,8,21,28,8,0.14,14,2,5,0.63,41,1,0,49,1,2,0.25,29.04,65.22,123506.5,0.63,349,0.02,6861.47,1893.77,0.13,7,14,35,0.09,150,199,23,20,91,1,37.18,57,Y 167 | 0,1,1,0,0,0,1,0.5,0,?,1,1,2,1,0,2,0,0,0,7.74,1.5,17.41,0,5,0.67,0.97,11.61,1,0,0,3,0.25,2,3,2,3,4,1,0,2,N 168 | 5,1,0,0,16,0,1,0.14,0,?,1,1,1,1,0,7,0,1,1,57.27,5.76,1903.03,0.11,72,0.17,105.72,330.12,1,0,0,2,0.03,28,44,17,7,30,1,69.57,7,N 169 | 24,24,0,3,17,12,20,0.21,6,2,1,0.05,49,1,0,91,1,20,1,65.56,23.68,36775.64,0.52,241,0.04,2043.09,1552.75,0.05,3,6,31,0.15,90,151,57,30,137,1,18.02,94,N 170 | 0,1,0,0,0,0,1,0.33,0,?,1,1,1,1,0,3,0,1,1,13.2,2.5,82.5,0.01,11,0.4,4.58,33,1,0,0,2,0.2,5,6,4,4,5,1,0,3,N 171 | 1,9,0,0,0,16,5,0.22,8,2,1,0.2,21,1,0,23,2,5,1,37.04,20.74,15931.15,0.26,151,0.05,885.06,768.21,0.2,4,8,18,0.19,67,84,21,13,26,1,0,23,N 172 | 9,13,2,0,14,28,7,0.23,14,2,3,0.43,28,1,0,30,0,7,1,29.37,18.17,9701.95,0.18,99,0.06,539,533.84,0.14,7,14,23,0.13,44,55,23,19,55,1,31.82,30,N 173 | 4,7,2,3,3,12,4,0.22,6,2,3,0.75,16,1,0,15,0,1,0.25,23.96,10.38,2583.65,0.08,55,0.1,143.54,248.8,0.25,3,6,14,0.15,27,28,13,10,27,1,28.57,18,N 174 | 10,1,0,0,22,0,1,0.09,0,?,1,1,1,1,0,11,0,1,1,34.65,10.5,3819.73,0.12,89,0.1,212.21,363.78,1,0,0,2,0.02,30,59,10,7,45,1,66.67,11,N 175 | 12,7,0,0,16,12,4,0.1,6,2,1,0.25,16,1,0,39,2,4,1,18.17,33.73,20674.45,0.2,132,0.03,1148.58,612.99,0.25,3,6,14,0.06,53,79,11,14,69,1,29.09,39,N 176 | 14,5,9,4,16,8,3,0.09,4,2,1,0.33,23,1,0,31,0,3,1,97.33,7.63,5668.74,0.25,133,0.13,314.93,742.8,0.33,2,4,22,0.04,58,75,38,10,67,1,39.22,35,N 177 | 0,1,0,0,2,0,1,0.11,0,?,1,1,1,1,0,9,0,1,1,70.59,3,635.32,0.07,49,0.33,35.3,211.77,1,0,0,2,0.08,24,25,16,4,13,1,18.18,9,N 178 | 0,1,0,0,0,0,1,0.33,0,?,1,1,1,1,0,3,0,1,1,10.57,3,95.1,0.01,10,0.33,5.28,31.7,1,0,0,2,0.2,3,7,3,6,5,1,0,3,N 179 | 8,23,3,0,14,36,12,0.38,14,2.57,5,0.42,40,6,0.45,32,0,10,0.83,39.63,24.05,22915.89,0.32,168,0.04,1273.1,952.97,0.5,11,18,30,0.21,81,87,32,19,56,1,30.43,32,Y 180 | 0,3,1,0,0,4,2,0.4,2,2,2,1,6,1,0,5,1,1,0.5,12.25,4.8,282.29,0.02,17,0.21,15.68,58.81,0.5,1,2,6,0.29,8,9,5,6,7,1,0,5,N 181 | 6,20,1,1,4,18,13,0.41,6,3,7,0.54,31,7,0.5,31,0,8,0.62,28.29,19,10212.78,0.18,101,0.05,567.38,537.51,0.54,6,9,20,0.3,38,63,20,20,44,1,13.89,32,Y 182 | 2,1,1,0,2,0,1,0.17,0,?,1,1,3,1,0,6,0,0,0,17.51,5,437.85,0.03,23,0.2,24.32,87.57,1,0,0,4,0.08,10,13,7,7,12,1,25,6,N 183 | 13,58,8,15,12,80,32,0.24,30,2.67,21,0.66,105,20,0.61,120,0,27,0.84,49.52,51.79,132801.57,0.85,408,0.02,7377.86,2564.44,0.63,25,40,75,0.2,175,233,49,29,162,1,18.37,135,Y 184 | 8,7,1,0,6,12,4,0.21,6,2,2,0.5,16,1,0,19,0,4,1,33.72,13.7,6324.89,0.15,88,0.07,351.38,461.82,0.25,3,6,14,0.11,42,46,23,15,35,1,24,19,N 185 | 15,1,1,0,13,0,1,0.05,0,?,1,1,2,1,0,21,0,1,1,71.25,9.69,6686.47,0.23,128,0.1,371.47,690.22,1,0,0,3,0.02,62,66,32,10,51,1,38.24,21,N 186 | 13,1,1,0,12,0,1,0.05,0,?,1,1,2,1,0,21,0,1,1,84.01,8.07,5476.14,0.23,125,0.12,304.23,678.28,1,0,0,3,0.02,61,64,34,9,48,1,36.36,21,N 187 | 5,3,0,0,3,4,2,0.29,2,2,1,0.5,6,1,0,7,0,2,1,25.78,4.5,522,0.04,29,0.22,29,116,0.5,1,2,6,0.12,15,14,10,6,17,1,30,7,N 188 | 5,3,0,0,3,4,2,0.29,2,2,1,0.5,6,1,0,7,0,2,1,26.67,4.5,540,0.04,30,0.22,30,120,0.5,1,2,6,0.12,15,15,10,6,17,1,30,7,N 189 | 5,3,0,0,3,4,2,0.29,2,2,1,0.5,6,1,0,7,0,2,1,26.67,4.2,470.4,0.04,28,0.24,26.13,112,0.5,1,2,6,0.12,14,14,10,6,17,1,30,7,N 190 | 30,69,17,4,52,118,35,0.27,54,2.19,18,0.51,152,17,0.47,125,0,25,0.71,84.68,27.62,64595.11,0.78,363,0.04,3588.62,2338.79,0.49,32,59,119,0.16,145,218,63,24,213,1,30.94,129,N 191 | 2,1,0,0,3,0,1,0.25,0,?,1,1,1,1,0,4,0,0,0,8.72,4,139.48,0.01,11,0.25,7.75,34.87,1,0,0,2,0.09,4,7,3,6,11,1,42.86,4,N 192 | 6,9,2,6,4,4,7,0.11,2,2,4,0.57,22,1,0,57,1,7,1,51.55,33,56139.09,0.57,288,0.03,3118.84,1701.18,0.14,1,2,17,0.09,132,156,40,20,75,1,14.93,63,N 193 | 10,1,1,0,1,0,1,0.05,0,?,1,1,19,1,0,20,0,1,1,64.31,7.2,3333.77,0.15,109,0.14,185.21,463.02,1,0,0,20,0.03,54,55,15,4,33,1,4.76,20,N 194 | 1,1,0,0,0,0,1,0.08,0,?,1,1,1,1,0,12,0,1,1,63.93,2.75,483.48,0.06,45,0.36,26.86,175.81,1,0,0,2,0.07,22,23,12,3,15,1,0,12,Y 195 | 8,11,2,0,6,20,6,0.32,10,2,2,0.33,31,1,0,19,1,6,1,34.67,15,7800,0.17,104,0.07,433.33,520,0.17,5,10,27,0.17,50,54,20,12,35,1,24,19,Y 196 | 16,13,3,11,18,24,7,0.11,12,2,2,0.29,35,1,0,53,0,5,0.71,104.87,24.88,64889.48,0.87,407,0.04,3604.97,2608.62,0.14,6,12,30,0.07,199,208,68,17,100,1,35.37,64,N 197 | 24,51,3,11,21,82,26,0.28,32,2.56,2,0.08,91,13,0.48,82,0,8,0.31,93.16,39.49,145307.86,1.23,555,0.03,8072.66,3679.29,0.5,25,41,67,0.19,261,294,76,23,140,1,28.07,93,N 198 | 1,9,3,0,0,16,5,0.19,8,2,4,0.8,22,5,1,27,0,4,0.8,29.15,10.71,3341.46,0.1,63,0.09,185.64,312.11,1,4,8,19,0.17,26,37,17,14,30,1,0,27,Y 199 | 14,24,8,0,14,30,15,0.25,14,2.14,9,0.6,49,3,0.14,59,0,9,0.6,46.74,21.17,20950.15,0.33,162,0.05,1163.9,989.58,0.2,8,15,36,0.17,62,100,41,28,89,1,19.18,59,Y 200 | 26,31,7,9,21,60,16,0.18,30,2,2,0.13,83,1,0,78,0,7,0.44,85.18,35.77,109011.28,1.02,478,0.03,6056.18,3047.27,0.06,15,30,69,0.12,241,237,64,19,136,1,27.78,87,Y 201 | 19,13,3,11,19,24,7,0.1,12,2,2,0.29,35,1,0,57,0,5,0.71,113.84,25.03,71345.69,0.95,439,0.04,3963.65,2849.92,0.14,6,12,30,0.06,215,224,73,17,108,1,34.48,68,N 202 | 5,3,3,7,3,4,2,0.08,2,2,2,1,10,1,0,18,0,1,0.5,69.2,12.83,11396.12,0.3,159,0.08,633.12,888.01,0.5,1,2,10,0.06,77,82,36,12,35,1,35.71,25,N 203 | 23,15,3,10,27,28,8,0.09,14,2,2,0.25,39,1,0,75,0,5,0.63,136.41,27.35,102014.82,1.24,542,0.04,5667.49,3730.39,0.13,7,14,33,0.06,268,274,98,20,137,1,33.04,85,N 204 | 7,1,0,1,38,0,1,0.11,0,?,1,1,1,1,0,8,0,1,1,26.79,7,1312.72,0.06,48,0.14,72.93,187.53,1,0,0,2,0.02,16,32,8,7,56,1,82.98,9,N 205 | 0,1,0,0,0,0,1,0.33,0,?,1,1,1,1,0,3,0,1,1,11.58,2.67,82.35,0.01,11,0.38,4.57,30.88,1,0,0,2,0.2,4,7,3,4,5,1,0,3,N 206 | 3,1,1,0,5,0,1,0.2,0,?,1,1,2,1,0,5,0,0,0,12.4,3.75,174.4,0.02,14,0.27,9.69,46.51,1,0,0,3,0.07,5,9,4,6,15,1,50,5,N -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # NASADefectDataset 2 | 3 | A backup site of NASA defect datasets that were originally published by [Shepperd et al., (2014)](http://nasa-softwaredefectdatasets.wikispaces.com/). 4 | 5 | ##### Maintained by Chakkrit (Kla) Tantithamthavorn 6 | ##### Contact: kla@chakkrit.com 7 | --------------------------------------------------------------------------------