0% found this document useful (0 votes)
12 views

A Seminar On: Modern College of Engg. Shivajinagar

This document provides an introduction to decision trees. It discusses that decision trees are used to document processing logic when there are many alternatives. The structure of a decision tree includes a root at the left, with conditions branching out leading to actions on the right. An example decision tree is provided for an ABC company that is giving Diwali bonuses to employees based on their permanency and category (administrative staff, office staff, or workers). The tree shows the different bonus amounts for permanent or temporary employees in each category.

Uploaded by

arundhang
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

A Seminar On: Modern College of Engg. Shivajinagar

This document provides an introduction to decision trees. It discusses that decision trees are used to document processing logic when there are many alternatives. The structure of a decision tree includes a root at the left, with conditions branching out leading to actions on the right. An example decision tree is provided for an ABC company that is giving Diwali bonuses to employees based on their permanency and category (administrative staff, office staff, or workers). The tree shows the different bonus amounts for permanent or temporary employees in each category.

Uploaded by

arundhang
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 8

A SEMINAR ON

BY- PRAMOD D. TUPE


(M.C.A-I)
Modern College Of Engg. Shivajinagar

CONTENTS
1. INTRODUCTION
2. STRUCTURE OF DECISION TREE
3. EXAMPLE
5. CONCLUSION
6. BIBLOGRAPHY

INTRODUCTION TO SUBJECT
I

A decision tree is a way to document processing logic,


especially when the number of alternatives are to many.
Combination of CONDITIONS are requested along
branches of decision tree. The outcome of each of these
combination is referred as ACTION is given at end of
final branch .These conditions an d action are represented
sequentially which shows which condition should consider
first, second and so on. It also represent relationship of
each condition.

II The root of the tree is shown on left hand side, which is


the starting point of the decision sequence.Action are
shown on right hand side

STRUCTURE OF DECISION TREE

Condition

Action 1

Condition

Action2

Condition

Action 3

Condition

Action 4

Condition
ROOT
Condition

1.
2.
3.
4.

ABC Co. Ltd. decides to give Diwali bonus to all


employees for which the management has divided
employees
into three
categories namely
administrative staff (AS), office staff (OS), workers
(W) and considered the following rules.
If the employees is permanent and is in AS category
the bonus amount is three month salary.
If the employees is permanent and is in OS category
the bonus amount is two month salary.
If the employees is permanent and is in Wcategory
the bonus amount is one month salary.
If the employees are temporary then half of amount is
given to them as per permanent employees salary.

Administative staff

Office
Staff

Workers

Permanant

3 months sal

Temporary

1 &1/2 months
salary

Permanant

2 months salary

Temporary

1 months salary

Permanant

1 months salary

Temporary

1/2 months
salary

BIBLOGRAPHY

1)SYSTEM ANALYSIS & SOFTWARE ENGINEERING.


------- BY W. Richards.
.

www.decisiontree.com

You might also like