Difference between decision tree and decision table
Answers
Answer:
1. A decision table is a of rows and columns,separated into four quadrants and is designed to illustrate complex decision rules.
2. A decision tree gives a graphical view of processing logic involved in decision making and the corresponding action taken.
hope it help.....
please make as brainlist
In decision table Flow charts, symbols are not always standardized whereas in decision tree The nodes are always standardized
Step-by-step explanation:
DECISION TABLE:
DESCRIPTION : A decision table is a table that indicates conditions and actions in a simplified and orderly manner.
PURPOSE: The purpose of a decision table is to structure logic by generating rules derived from the data entered in the table itself.
CONDITIONS : Decision tables will always have the same number of conditions that need to be evaluated and actions that must be performed even if the set of branches being analyzed is resolved to true.
DECISION TREE
DESCRIPTION : A decision tree is a graphical representation of possible solutions to a decision based on certain conditions.
PURPOSE: The purpose of a decision tree is to give an effective and easy way to visualize and understand the potential options of a decisions and its range of possible outcomes.
CONDITIONS :A decision tree can have one branch with more conditions that need to be evaluated than other branches on the tree.
#Learn more :
Difference between decision tree regressor and decision tree classifier
https://brainly.in/question/10050206