Unit 3 SAD Lecture 2
Unit 3 SAD Lecture 2
and actions. Decision Table are always used whenever the processing logic is
very complicated and involves multiple conditions. The main components used
for the formation of the Data Table are Conditions Stubs, Action Stubs, and
rules.
These are less suitable for estimation tasks where the outcome
required is the value of a continuous variable.
The alternative options perform better with the same data. A random
forest of decision trees can be used as a replacement but it is not as
straightforward to comprehend as a single decision tree.
Calculations can become quite complicated, especially when several
values are uncertain and/or multiple outcomes are related.
S.
No. Decision Table Decision Tree
We can derive a decision table from We can not derive a decision tree from the
2. the decision tree. decision table.
In Decision Tables, we can include In Decision Trees, we can not include more
4. more than one ‘or’ condition. than one ‘or’ condition.
It is used when there are small It is used when there are more number of
5. number of properties. properties.
6. It is used for simple logic only. It can be used for complex logic as well.