The attributes and their possible values are:
texture: smooth wavy rough
temperature: cold cool warm hot
size: small medium large
| texture | temperature | size | class |
| smooth | cold | large | yes |
| smooth | cold | small | no |
| smooth | cool | large | yes |
| smooth | cool | small | yes |
| smooth | hot | small | yes |
| wavy | cold | medium | no |
| wavy | hot | large | yes |
| rough | cold | large | no |
| rough | cool | large | yes |
| rough | hot | small | no |
| rough | warm | medium | yes |
( [8, 5] )
/ \
/ \
/ \
[6,2] [4,1]