labor.arff
上传用户:wellsales
上传日期:2021-03-11
资源大小:10607k
文件大小:8k
源码类别:

工具条

开发平台:

Others

  1. % Date: Tue, 15 Nov 88 15:44:08 EST
  2. % From: stan <stan@csi2.UofO.EDU>
  3. % To: aha@ICS.UCI.EDU
  4. % 1. Title: Final settlements in labor negotitions in Canadian industry
  5. % 2. Source Information
  6. %    -- Creators: Collective Barganing Review, montly publication,
  7. %       Labour Canada, Industrial Relations Information Service,
  8. %         Ottawa, Ontario, K1A 0J2, Canada, (819) 997-3117
  9. %         The data includes all collective agreements reached
  10. %         in the business and personal services sector for locals
  11. %         with at least 500 members (teachers, nurses, university
  12. %         staff, police, etc) in Canada in 87 and first quarter of 88.   
  13. %    -- Donor: Stan Matwin, Computer Science Dept, University of Ottawa,
  14. %                 34 Somerset East, K1N 9B4, (stan@uotcsi2.bitnet)
  15. %    -- Date: November 1988
  16. %  
  17. % 3. Past Usage:
  18. %    -- testing concept learning software, in particular
  19. %       an experimental method to learn two-tiered concept descriptions.
  20. %       The data was used to learn the description of an acceptable
  21. %       and unacceptable contract.
  22. %       The unacceptable contracts were either obtained by interviewing
  23. %       experts, or by inventing near misses.
  24. %       Examples of use are described in:
  25. %         Bergadano, F., Matwin, S., Michalski, R.,
  26. %         Zhang, J., Measuring Quality of Concept Descriptions, 
  27. %         Procs. of the 3rd European Working Sessions on Learning,
  28. %         Glasgow, October 1988.
  29. %         Bergadano, F., Matwin, S., Michalski, R., Zhang, J.,
  30. %         Representing and Acquiring Imprecise and Context-dependent
  31. %         Concepts in Knowledge-based Systems, Procs. of ISMIS'88,
  32. %         North Holland, 1988.
  33. % 4. Relevant Information:
  34. %    -- data was used to test 2tier approach with learning
  35. % from positive and negative examples
  36. % 5. Number of Instances: 57 
  37. % 6. Number of Attributes: 16 
  38. % 7. Attribute Information:
  39. %    1.  dur: duration of agreement 
  40. %        [1..7]
  41. %    2   wage1.wage : wage increase in first year of contract 
  42. %        [2.0 .. 7.0]
  43. %    3   wage2.wage : wage increase in second year of contract
  44. %        [2.0 .. 7.0]
  45. %    4   wage3.wage : wage increase in third year of contract
  46. %        [2.0 .. 7.0]
  47. %    5   cola : cost of living allowance 
  48. %        [none, tcf, tc]
  49. %    6   hours.hrs : number of working hours during week
  50. %        [35 .. 40]
  51. %    7   pension : employer contributions to pension plan
  52. %        [none, ret_allw, empl_contr]
  53. %    8   stby_pay : standby pay
  54. %        [2 .. 25]
  55. %    9   shift_diff : shift differencial : supplement for work on II and III shift
  56. %        [1 .. 25]
  57. %   10   educ_allw.boolean : education allowance 
  58. %        [true false]
  59. %   11   holidays : number of statutory holidays 
  60. %        [9 .. 15]
  61. %   12   vacation : number of paid vacation days
  62. %        [ba, avg, gnr]
  63. %   13   lngtrm_disabil.boolean : 
  64. %        employer's help during employee longterm disabil
  65. %        ity [true , false]
  66. %   14   dntl_ins : employers contribution towards the dental plan
  67. %        [none, half, full]
  68. %   15   bereavement.boolean : employer's financial contribution towards the 
  69. %        covering the costs of bereavement
  70. %        [true , false]
  71. %   16   empl_hplan : employer's contribution towards the health plan
  72. %        [none, half, full]
  73. % 8. Missing Attribute Values: None
  74. % 9. Class Distribution:
  75. % 10. Exceptions from format instructions: no commas between attribute values.
  76. @relation 'labor-neg-data'
  77. @attribute 'duration' real
  78. @attribute 'wage-increase-first-year' real
  79. @attribute 'wage-increase-second-year' real
  80. @attribute 'wage-increase-third-year' real
  81. @attribute 'cost-of-living-adjustment' {'none','tcf','tc'}
  82. @attribute 'working-hours' real
  83. @attribute 'pension' {'none','ret_allw','empl_contr'}
  84. @attribute 'standby-pay' real
  85. @attribute 'shift-differential' real
  86. @attribute 'education-allowance' {'yes','no'}
  87. @attribute 'statutory-holidays' real
  88. @attribute 'vacation' {'below_average','average','generous'}
  89. @attribute 'longterm-disability-assistance' {'yes','no'}
  90. @attribute 'contribution-to-dental-plan' {'none','half','full'}
  91. @attribute 'bereavement-assistance' {'yes','no'}
  92. @attribute 'contribution-to-health-plan' {'none','half','full'}
  93. @attribute 'class' {'bad','good'}
  94. @data
  95. 1,5,?,?,?,40,?,?,2,?,11,'average',?,?,'yes',?,'good'
  96. 2,4.5,5.8,?,?,35,'ret_allw',?,?,'yes',11,'below_average',?,'full',?,'full','good'
  97. ?,?,?,?,?,38,'empl_contr',?,5,?,11,'generous','yes','half','yes','half','good'
  98. 3,3.7,4,5,'tc',?,?,?,?,'yes',?,?,?,?,'yes',?,'good'
  99. 3,4.5,4.5,5,?,40,?,?,?,?,12,'average',?,'half','yes','half','good'
  100. 2,2,2.5,?,?,35,?,?,6,'yes',12,'average',?,?,?,?,'good'
  101. 3,4,5,5,'tc',?,'empl_contr',?,?,?,12,'generous','yes','none','yes','half','good'
  102. 3,6.9,4.8,2.3,?,40,?,?,3,?,12,'below_average',?,?,?,?,'good'
  103. 2,3,7,?,?,38,?,12,25,'yes',11,'below_average','yes','half','yes',?,'good'
  104. 1,5.7,?,?,'none',40,'empl_contr',?,4,?,11,'generous','yes','full',?,?,'good'
  105. 3,3.5,4,4.6,'none',36,?,?,3,?,13,'generous',?,?,'yes','full','good'
  106. 2,6.4,6.4,?,?,38,?,?,4,?,15,?,?,'full',?,?,'good'
  107. 2,3.5,4,?,'none',40,?,?,2,'no',10,'below_average','no','half',?,'half','bad'
  108. 3,3.5,4,5.1,'tcf',37,?,?,4,?,13,'generous',?,'full','yes','full','good'
  109. 1,3,?,?,'none',36,?,?,10,'no',11,'generous',?,?,?,?,'good'
  110. 2,4.5,4,?,'none',37,'empl_contr',?,?,?,11,'average',?,'full','yes',?,'good'
  111. 1,2.8,?,?,?,35,?,?,2,?,12,'below_average',?,?,?,?,'good'
  112. 1,2.1,?,?,'tc',40,'ret_allw',2,3,'no',9,'below_average','yes','half',?,'none','bad'
  113. 1,2,?,?,'none',38,'none',?,?,'yes',11,'average','no','none','no','none','bad'
  114. 2,4,5,?,'tcf',35,?,13,5,?,15,'generous',?,?,?,?,'good'
  115. 2,4.3,4.4,?,?,38,?,?,4,?,12,'generous',?,'full',?,'full','good'
  116. 2,2.5,3,?,?,40,'none',?,?,?,11,'below_average',?,?,?,?,'bad'
  117. 3,3.5,4,4.6,'tcf',27,?,?,?,?,?,?,?,?,?,?,'good'
  118. 2,4.5,4,?,?,40,?,?,4,?,10,'generous',?,'half',?,'full','good'
  119. 1,6,?,?,?,38,?,8,3,?,9,'generous',?,?,?,?,'good'
  120. 3,2,2,2,'none',40,'none',?,?,?,10,'below_average',?,'half','yes','full','bad'
  121. 2,4.5,4.5,?,'tcf',?,?,?,?,'yes',10,'below_average','yes','none',?,'half','good'
  122. 2,3,3,?,'none',33,?,?,?,'yes',12,'generous',?,?,'yes','full','good'
  123. 2,5,4,?,'none',37,?,?,5,'no',11,'below_average','yes','full','yes','full','good'
  124. 3,2,2.5,?,?,35,'none',?,?,?,10,'average',?,?,'yes','full','bad'
  125. 3,4.5,4.5,5,'none',40,?,?,?,'no',11,'average',?,'half',?,?,'good'
  126. 3,3,2,2.5,'tc',40,'none',?,5,'no',10,'below_average','yes','half','yes','full','bad'
  127. 2,2.5,2.5,?,?,38,'empl_contr',?,?,?,10,'average',?,?,?,?,'bad'
  128. 2,4,5,?,'none',40,'none',?,3,'no',10,'below_average','no','none',?,'none','bad'
  129. 3,2,2.5,2.1,'tc',40,'none',2,1,'no',10,'below_average','no','half','yes','full','bad'
  130. 2,2,2,?,'none',40,'none',?,?,'no',11,'average','yes','none','yes','full','bad'
  131. 1,2,?,?,'tc',40,'ret_allw',4,0,'no',11,'generous','no','none','no','none','bad'
  132. 1,2.8,?,?,'none',38,'empl_contr',2,3,'no',9,'below_average','yes','half',?,'none','bad'
  133. 3,2,2.5,2,?,37,'empl_contr',?,?,?,10,'average',?,?,'yes','none','bad'
  134. 2,4.5,4,?,'none',40,?,?,4,?,12,'average','yes','full','yes','half','good'
  135. 1,4,?,?,'none',?,'none',?,?,'yes',11,'average','no','none','no','none','bad'
  136. 2,2,3,?,'none',38,'empl_contr',?,?,'yes',12,'generous','yes','none','yes','full','bad'
  137. 2,2.5,2.5,?,'tc',39,'empl_contr',?,?,?,12,'average',?,?,'yes',?,'bad'
  138. 2,2.5,3,?,'tcf',40,'none',?,?,?,11,'below_average',?,?,'yes',?,'bad'
  139. 2,4,4,?,'none',40,'none',?,3,?,10,'below_average','no','none',?,'none','bad'
  140. 2,4.5,4,?,?,40,?,?,2,'no',10,'below_average','no','half',?,'half','bad'
  141. 2,4.5,4,?,'none',40,?,?,5,?,11,'average',?,'full','yes','full','good'
  142. 2,4.6,4.6,?,'tcf',38,?,?,?,?,?,?,'yes','half',?,'half','good'
  143. 2,5,4.5,?,'none',38,?,14,5,?,11,'below_average','yes',?,?,'full','good'
  144. 2,5.7,4.5,?,'none',40,'ret_allw',?,?,?,11,'average','yes','full','yes','full','good'
  145. 2,7,5.3,?,?,?,?,?,?,?,11,?,'yes','full',?,?,'good'
  146. 3,2,3,?,'tcf',?,'empl_contr',?,?,'yes',?,?,'yes','half','yes',?,'good'
  147. 3,3.5,4,4.5,'tcf',35,?,?,?,?,13,'generous',?,?,'yes','full','good'
  148. 3,4,3.5,?,'none',40,'empl_contr',?,6,?,11,'average','yes','full',?,'full','good'
  149. 3,5,4.4,?,'none',38,'empl_contr',10,6,?,11,'generous','yes',?,?,'full','good'
  150. 3,5,5,5,?,40,?,?,?,?,12,'average',?,'half','yes','half','good'
  151. 3,6,6,4,?,35,?,?,14,?,9,'generous','yes','full','yes','full','good'
  152. %
  153. %
  154. %