1 / 4

Decision Trees

Decision Trees. action(s) action(s) action(s). rule 1 rule 2 rule n. condition n condition n condition n condition n condition n condition n condition n condition n condition n. rule 1 rule 2 rule n rule 1 rule 2 rule n rule 1 rule 2 rule n. action(s) action(s) action(s).

thalia
Télécharger la présentation

Decision Trees

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Decision Trees action(s) action(s) action(s) rule 1 rule 2 rule n condition n condition n condition n condition n condition n condition n condition n condition n condition n rule 1 rule 2 rule n rule 1 rule 2 rule n rule 1 rule 2 rule n action(s) action(s) action(s) rule 1 rule 2 rule n rule 1 rule 2 rule n condition 2 condition 2 condition 2 rule 1 rule 2 rule n action(s) action(s) action(s) rule 1 rule 2 rule n action(s) action(s) action(s) rule 1 rule 2 rule n action(s) action(s) action(s) condition 1 rule 1 rule 2 rule n action(s) action(s) action(s) rule 1 rule 2 rule n action(s) action(s) action(s) rule 1 rule 2 rule n action(s) action(s) action(s) rule 1 rule 2 rule n action(s) action(s) action(s) Decision Tree template

  2. Decision Tables Conditions Rules 1. 2. 3. 4. 5. 6. 7. 8. etc.. 1... 2... 3... 4... 5... etc... Actions 1... 2... 3... etc... Decision Table template

  3. Decision Table Example #1 Rules 1 2 3 4 5 Y X Percent >=90% 89% >= Percent >= 80% 79% >= Percent >= 70% 69% >= Percent >= 60% 59% >= Percent Y X Conditions Y X Y X Y X Grade = A Grade = B Grade = C Grade = D Grade = F Actions Do the conditions cover all possible cases?

  4. Decision Table Example #2 Rules 1 2 3 4 5……... Y - - - - - Y X N Cash - - - - - X N CrCd Y Y Y - - X N Check - - - Y - X Registration Fee = 0? Payment Type Credit Card # Input? C.C. Expire Date Input? C.C. Cardholder Name Input? Bank Check Number Input? Remarks by User Input? Conditions Activate POST Button Deactivate POST Button Actions X……..

More Related