Decision table

Play golf dataset
Independent variables Dep. var
OutlookTemperatureHumidityWindyPlay
sunny8585FALSEDon't play
sunny8090TRUEDon't play
overcast8378FALSEPlay
rain7096FALSEPlay
rain6880FALSEPlay
rain6570TRUEDon't play
overcast6465TRUEPlay
sunny7295FALSEDon't play
sunny6970FALSEPlay
rain7580FALSEPlay
sunny7570TRUEPlay
overcast7290TRUEPlay
overcast8175FALSEPlay
rain7180TRUEDon't play

Decision tables are a concise visual representation for specifying which actions to perform depending on given conditions. Decision table is the term used for a Control table or State-transition table in the field of Business process modeling; they are usually formatted as the transpose of the way they are formatted in Software engineering.