@relation car @attribute Buying {vhigh,high,med,low} - {1,2,3,4} @attribute Maint {vhigh,high,med,low} - {1,2,3,4} @attribute Doors {2,3,4,5more} - {1,2,3,4} @attribute Persons {2,4,more} - {1,2,3} @attribute Lug_boot {small,med,big} - {1,2,3} @attribute Safety {low,med,high}- {1,2,3} @attribute Acceptability {unacc,acc,vgood,good} @inputs Buying, Maint, Doors, Persons, Lug_boot, Safety @output Acceptability @data unacc 1,1,1,1,1,1 1,1,1,1,1,2 1,1,1,1,1,3 1,1,1,1,2,1 1,1,1,1,2,2 1,1,1,1,2,3 1,1,1,1,3,1 1,1,1,1,3,2 1,1,1,1,3,3 1,1,3,2,1,1 1,1,3,2,1,2 1,1,3,2,1,3 1,1,1,2,2,1 1,1,1,2,2,2 1,1,1,2,2,3 1,1,1,2,3,1 1,1,1,2,3,2 1,1,1,2,3,3 1,1,1,3,1,1 1,1,1,3,1,2 1,1,1,3,1,2 1,1,1,3,2,1 1,1,1,3,2,2 1,1,1,3,2,3 1,1,1,3,3,1 acc 1,1,1,2,3,2 1,1,1,2,3,3 1,1,1,3,2,3 1,1,1,3,3,2 1,1,2,2,3,2 1,1,2,2,3,3 1,1,2,4,2,2 1,1,2,4,2,3 1,1,2,4,3,2 1,1,2,4,3,3 1,1,3,2,2,2 1,1,3,2,2,3 1,1,3,2,3,2 1,1,3,2,3,3 1,1,3,3,2,2 1,1,3,3,2,3 1,1,3,3,3,2 1,1,3,3,3,3 1,1,4,2,2,2 1,1,4,2,2,3 1,1,4,2,3,2 1,1,4,2,3,3 1,1,4,3,2,2 1,1,4,3,2,3 1,1,4,3,3,2 1,1,4,3,3,3 vgood 3,3,1,2,3,3 3,3,1,3,3,3 3,3,2,2,3,3 3,3,2,3,2,3 3,3,2,3,3,3 3,3,3,2,2,3 3,3,3,3,3,3 3,3,3,3,2,3 3,3,3,3,3,3 3,3,4,2,2,3 3,3,4,2,3,3 3,3,4,3,3,3 3,4,1,2,3,3 3,4,2,3,2,3 3,4,2,3,3,3 3,4,3,2,2,3 3,4,3,2,3,3 3,4,3,3,2,3 3,4,3,3,3,3 3,4,4,2,2,3 3,4,4,2,2,3 3,4,4,3,2,3 3,4,4,3,3,3 4,2,1,2,3,3 4,2,1,3,3,3 good 3,4,1,2,1,3 3,4,1,2,2,3 3,4,1,2,3,2 3,4,1,3,2,3 3,4,1,3,3,2 3,4,2,2,1,3 3,4,2,2,2,3 3,4,2,3,1,3 3,4,2,3,2,2 3,4,2,3,3,2 3,4,3,2,2,2 3,4,3,2,3,2 3,4,3,3,2,2 3,4,3,3,3,2 3,4,4,2,1,3 3,4,4,2,2,2 3,4,4,2,3,2 3,4,4,3,1,3 3,4,4,3,2,2 3,4,4,3,3,2 4,3,1,2,1,3 4,3,1,2,2,3 4,3,1,2,3,2 4,3,1,3,2,3 4,3,1,3,3,2 4,3,2,2,1,3