/Users/timm/bin/key /tmp/golf.arff @relation weather.nominal @attribute outlook {sunny, overcast, rainy} @attribute temperature {hot, mild, cool} @attribute humidity {high, normal} @attribute windy {TRUE, FALSE} @attribute play {none,some, lots} @data rainy,mild,high,FALSE,none rainy,cool,normal,FALSE,none rainy,cool,normal,TRUE,none overcast,cool,normal,TRUE,some rainy,mild,high,TRUE,some sunny,mild,high,FALSE,some sunny,cool,normal,FALSE,some rainy,mild,normal,FALSE,lots sunny,mild,normal,TRUE,lots overcast,mild,high,TRUE,lots overcast,hot,normal,FALSE,lots