Question
Capgemini
Capgemini
US
Capgemini
Posted: Mar 2, 2017
Last activity: Mar 2, 2017
Last activity: 2 Mar 2017 8:57 EST
Closed
decision rules
what is the difference between decision table,decision tree and map values?
can anyone explain clearly?
***Moderator Edit: Vidyaranjan | Updated Categories***
Hello,
Consider the following rules of thumb. In V4.2, a wizard (accessible from the portal link "Create New Rule from File" in Accelerators and Wizards gadget of Dashboard tab) creates decision rules based on these considerations.
To put it simply,
Decision Tree: Decision tree is similar to IF-ELSE-THEN evaluation criteria we have in traditional programming. We can apply any number of criteria to evaluate the conditions. The works from Left to Right and Top to bottom. When a particular condition is meet the evaluation process is stopped. If none of the conditions are meeting a default or other value is return back to the calling function.
Decision Table: Decision table are similar to our SQL Tables where we apply WHERE clause to put conditions. We can write more than one condition. The table returns number of rows that meet the specific criteria.
Best Regards,
Mounika