SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2139-2146 ISSN: 2249-6645
www.ijmer.com 2139 | Page
Ahmed Bahgat El Seddawy1
, Prof. Dr. Turky Sultan2
, Dr. Ayman Khedr3
1
Department of Business Information System, Arab Academy for Science and Technology, Egypt
2, 3
Department of Information System, Helwan University, Egypt
Abstract: Decision Support System (DSS) is equivalent synonym as management information systems (MIS). Most of
imported data are being used in solutions like data mining (DM). Decision supporting systems include also decisions made
upon individual data from external sources, management feeling, and various other data sources not included in business
intelligence. Successfully supporting managerial decision-making is critically dependent upon the availability of integrated,
high quality information organized and presented in a timely and easily understood manner. Data mining have emerged to
meet this need. They serve as an integrated repository for internal and external data-intelligence critical to understanding
and evaluating the business within its environmental context. With the addition of models, analytic tools, and user interfaces,
they have the potential to provide actionable information that supports effective problem and opportunity identification,
critical decision-making, and strategy formulation, implementation, and evaluation. The proposed system will support top
level management to make a good decision in any time under any uncertain environment using classification technique by
DID3algorithm.
Key words: DSS, DM, MIS, CLUSTERING, CLASSIFICATION, ASSOCIATION RULE, K-MEAN, OLAP, MATLAB
I. INTRODUCTION
Decision Support System (DSS) is equivalent synonym as management information systems (MIS). Most of
imported data are being used in solutions like data mining (DM). Decision supporting systems include also decisions made
upon individual data from external sources, management feeling, and various other data sources not included in business
intelligence. Successfully supporting managerial decision-making is critically dependent upon the availability of integrated,
high quality information organized and presented in a timely and easily understood manner. Data mining have emerged to
meet this need. They serve as an integrated repository for internal and external data-intelligence critical to understanding and
evaluating the business within its environmental context. With the addition of models, analytic tools, and user interfaces,
they have the potential to provide actionable information that supports effective problem and opportunity identification,
critical decision-making, and strategy formulation, implementation, and evaluation. The proposed system will support top
level management to make a good decision in any time under any uncertain environment [4]. This study aim to investigate
the adoption process of decision making under uncertain situations or highly risk environments effecting in decision of
investing stoke cash of bank. This applied for two types of usage investment - direct or indirect - or credit and any sector of
investment will be highly or moderate or low risk. And select which one of this sectors risk „rejected‟ or un-risk „accepted‟
all that under uncertain environments such as; political, economical, marketing, operational, internal policies and natural
crises, all that using the contribution of this study enhancing k-mean algorithm to improve the results and comparing results
between original algorithm and enhanced algorithm. The paper is divided into four sections; section two is a background and
related work it is divided into two parts, part one is about DSS, part two is about DM. Section three presents the proposed
Investing Data Mining System „IDMS. Section four presents conclusion and finally section five present future works2.
Tables, Figures and Equations.
II. BACKGROUND AND RELATED WORK
1. Decision Support System (DSS)
DSS includes a body of knowledge that describes some aspects of the decision maker's world that specifies how to
accomplish various tasks, that indicates what conclusions are valid in different circumstances [4].The expected benefits of
DSS that discovered are higher decision quality, improved communication, cost reduction, increased productivity, time
savings, improved customer satisfaction and improved employee satisfaction. DSS is a computer-based system consisting of
three main interacting components:
 A language system: a mechanism to provide communication between the user and other components of the DSS.
 A knowledge system: A repository of problem domain knowledge embodied in DSS as either data or procedures.
 A problem processing system: a link between the other two components, containing one or more of the general
problem manipulation capabilities required for decision-making.
Applying Classification Technique using DID3 Algorithm to improve
Decision Support System under Uncertain Situations
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645
www.ijmer.com 2140 | Page
Fig 1: DSS Main Components
After surveying multiple decision support systems, it is concluded that decision support systems are categorized into the
following [5]:
 File drawer systems: This category of DSS provides access to data items.
 Data analysis systems: Those support the manipulation of data by computerized tools tailored to a specific task or by
more general tools and operators.
 Analytical information systems: Those provide access to a series of decision-oriented databases.
 Accounting and financial models: those calculate the consequences of possible actions.
 Representational models: those estimate the consequences of actions based on simulation models that include
relationships that are causal as well as accounting definitions.
 Optimization models: those provide guidelines for actions by generating an optimal solution consistent with a series of
constraints.
 Suggestion models: those perform the logical processing leading to a specific suggested decision or a fairly structured
or well understood task.
This section describes the approaches and techniques mostly used when developing data warehousing systems that data
warehousing approaches such as; Online Analytical Processing „OLAP‟, Data Mining „DM‟ and Artificial Intelligence „AI‟.
And in this paper will using DM as approach and technique.
2. Data Mining Techniques (DM)
Data mining is the process of analyzing data from different perspectives and summarizing it into useful information [10].
DM techniques are the result of a long process of research and product development [10]. There are several processes for
applying DM:
1. Definition of the business objective and expected operational environment.
2. Data selection is required to identify meaningful sample of data.
3. Data transformation that involves data representation in an appropriate format for mining algorithm.
4. Selection and implementation of data mining algorithm depends on the mining objective.
5. Analysis of the discovered outcomes is needed to formulate business outcomes.
6. Representing valuable business outcomes.
DM techniques usually fall into two categories, predictive or descriptive. Predictive DM uses historical data to infer
something about future events. Predictive mining tasks use data to build a model to make predictions on unseen future
events. Descriptive DM aims to find patterns in the data that provide some information about internal hidden relationships.
Descriptive mining tasks characterize the general properties of the data and represent it in a meaningful way. Figure2 shows
the classification of DM techniques.
Fig 2: DM Techniques [5]
2.1 Classification Technique
Classification is to use the model to predict the class of objects whose class label is unknown.
Fig 3: Example for classification procedures
Knowle
dge
System
Language
System
Problem
Processi
ng
System
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645
www.ijmer.com 2141 | Page
Classification based on Bayes Theorem of classification is “composed of two steps supervised learning of a training set of
data to create a model, and then classifying the data according to the model. Some well-known classification algorithms
include Bayesian Classification, decision trees, neural networks and back propagation based on neural networks, k-nearest
neighbor classifiers based on learning by analogy, and genetic algorithms” [10]. Classification can be used for predicting the
class label of data objects. However, in many applications, one may like to predict some missing or unavailable data values
rather than class labels. This is usually the case when the predicted values are numerical data, and is often specially referred
to as prediction. Although prediction may refer to both data value prediction and class label prediction, it is usually
connected to data value prediction and thus is distinct from classification. Also, prediction encompasses the identification of
distribution trends based on the available data. Classification and prediction may need to be preceded by relevance analysis
which attempts to identify attributes that do not contribute to the classification or prediction process.
2.1.1 Classification Tree
Trees used for regression and trees used for classification have some similarities - but also some differences, such as the
procedure used to determine where to split. Some techniques use more than one decision tree for their analysis:
 A Random Forest classifier uses a number of decision trees, in order to improve the classification rate.
 Boosted Trees can be used for regression-type and classification-type problems.
 Rotation forest - in which every decision tree is trained by first applying principal component analysis (PCA) on a
random subset of the input features.
There are many specific decision-tree algorithms such as, ID3 algorithm, C4.5 algorithm, CHi-squared Automatic Interaction
Detector „CHAID‟. Performs multi-level splits when computing classification trees. And MARS extends decision trees to
better handle numerical data.
2.1.1.1 ID3 Algorithm
ID3 is a simple decision tree learning algorithm developed by Ross Quinlan (1983) [74]. The basic idea of ID3
algorithm is to create a decision tree of given set, by using top-down greedy search to check each attribute at every tree node
[75].
Table 2: Strengths and weakness of ID3 algorithm
Strengths Weakness
 Understandable
prediction rules are
created from the
training data.
 Builds the fastest tree.
 Builds a short tree.
 Only need to test
enough attributes until
all data is classified.
 Finding leaf nodes
enables test data to be
pruned, reducing
number of tests.
 Whole dataset is
searched to create tree.
 Data may be over-
fitted or over-
classified, if a small
sample is tested.
 Only one attribute at
a time is tested for
making a decision.
Classifying
continuous data may
be computationally
expensive, as many
trees must be
generated to see
where to break the
continuum.
For building ID3 algorithm decision tree consists of nodes and arcs or sweeps which connect nodes. To make a decision, one
starts at the root node, and asks questions to determine which arc to follow, until one reaches a leaf node and the decision is
made. This basic structure is shown in figure 4.6
Fig 4: Basic decision tree structure
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645
www.ijmer.com 2142 | Page
The main ideas behind the ID3 algorithm are:
Step 1: Each non-leaf node of a decision tree corresponds to an input attribute, and each arc to a possible value of that
attribute. A leaf node corresponds to the expected value of the output attribute when the input attributes are described by the
path from the root node to that leaf node.
Step 2: In a “good” decision tree, each non-leaf node should correspond to the input attribute which is the most informative
about the output attribute amongst all the input attributes not yet considered in the path from the root node to that node. This
is because we would like to predict the output attribute using the smallest possible number of questions on average.
Step 3: Entropy is used to determine how informative a particular input attribute is about the output attribute for a subset of
the training data. Entropy is a measure of uncertainty in communication systems introduced by Shannon (1948). It is
fundamental in modern information theory.
Fig 5: Pseudo Cod of ID3 Algorithm
Enhanced ID3 to ‘DID3’
After taking data from clustering technique by „E_K-m‟ algorithm, and before inserting to next technique
association rules need to classify data by ID3 algorithm, but before use it need to decompose data to several parts to can be
managed, to be more accurate and faster that by enhancing ID3 using adding sample step called „Decompose Data‟ to equal
sized subsets. It shows also in next steps of algorithm.
1. Insert data from (E_K-m) to ID3,
2. Dividing data sets to „K clusters‟,
Decompose data to K classification;
3. Run original DID3,
4. Create nods based on tree classification;
Fig 6: Example of decomposition data using ID3 Algorithm
3. Implementation
IDMS execution done via several techniques started with clustering technique using K-M and enhanced k-mean algorithm -
it published in last paper [18], classification technique using ID3 algorithm that discussed in this paper. Next section will
discuss the results of execution for second technique classification by DID3 algorithm.
4. Results
First step in classification results that get classification for all sectors related to every cluster which clustered in last
step using enhanced K-M. Second step classification for uncertain situations may be appearing in IDMS for decision making.
Da
ta
Cluster 1 subset 1 Decision
Tree 1
Cluster... subset …
Decision Tree …
Cluster K subset K
Decision Tree K
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645
www.ijmer.com 2143 | Page
4.1 Classification sectors and fields
Table 5.4 presents the set of data used in the implementation experiments for training data to set a best result and
choosing an effective number of clusters and percentage of data set to apply the technique for the system the results of the
simulation are shown in Table 5.4 for classify fields based on sectors.
Table 3: Simulation result of ID3 algorithm
Total
Number of
Instances
Correctly
Classified
Instances
% (value)
Incorrectly
Classified
Instances
% (value)
Time
Taken
(seconds)
Kappa
Statistic
32 89.7143 % (157) 10.2857 % (18) 3.19 0.7858
In WEKA, all data is considered as instances and features in the data are known as attributes. The simulation results
are partitioned into several sub items for easier analysis and evaluation. On the first part, correctly and incorrectly classified
instances will be partitioned in numeric and percentage value and subsequently Kappa statistic, mean absolute error and root
mean squared error will be in numeric value only. Also show the relative absolute error and root relative squared error in
percentage for references and evaluation. The results of the simulation are shown in Table 5.5.
Table 4: Simulation errors
Mean
Absolute
Error
Root
Mean
Squared
Error
Relative
Absolute
Error
(%)
Root
Relative
Squared
Error
(%)
0.1062 0.3217 22.2878 65.1135
These graphs present classifications results of classified sectors that are used in investment department to find a good usage
for cash in bank based on given data using ID3 algorithm through WEKA tools. The results have shows as next figures.
Fig 7: Distribution segments of sectors in testing set of data for a 7 classifications
Figure 7 describes the results of testing data. The results show that classification 1 of the data exist in cluster 0 refer to
agriculture field and contain followed sectors, classification 2 of the data exist in cluster 1 refer to industry field and contain
followed sectors, classification 3 of the data exist in cluster 2 refer to securities field and contain followed sectors,
classification 4 of the data exist in cluster 3 refer to trading field and contain followed sectors, classification 5 of the data
exist in cluster 4 refer to tourism field and contain followed sectors, classification 6 of the data exist in cluster 5 refer to
petrochemicals field and contain followed sectors and classification 7 of the data exist in cluster 6 refer to technologies field
and contain followed sectors.
0
10
20
30
40
50
60
70
80
0 1 2 3 4 5 6
C 0
C 1
C 3
C 4
C 5
C 6
C 7
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645
www.ijmer.com 2144 | Page
Fig 8: Classification trees in testing set of data for a 7 classifications of fields
Figure 8 describes the results of testing data. These graph present clustering of sectors are used in investment sector to
cluster sectors based on risk level.
4.2 Classification Uncertain Situations
Table 4 presents the set of data used in the implementation experiments for training data to set a best result and
choosing an effective number of clusters and percentage of data set to apply the technique for the system the results of the
simulation are.
Agriculture
1
Cultivation strategies
1.1
Cultivation of basic
1.2
Cultivation of non-
fundamental
1.3
Industry
2
Import and export
2.1
Durable goods
2.2
Foodstuffs
2.3
Securities
3
Shares
3.1
Bonds
3.2
Treasury bills
3.3
Trading
4
Electricity
Industry
4.1
Automakers
4.2
Manufacture of
cement
4.3
Manufacture of
iron and arming
4.4
Tourism
5
Construction tourism
5.1
Internal tourism
facilities
5.2
Foreign tourism
facilities
5.3
Petrochemicals
6
Drilling of
wells
6.1
Extraction of
gas
6.2
Extraction of
oil
6.3
Stations and
fuel
6.4
Projects
chemical
6.5
Technologies
7
Electronics
Projects
7.1
Mobile phones
Projects
7.2
TVs Projects
7.3
Computers
Projects
7.4
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645
www.ijmer.com 2145 | Page
Table 5: Simulation result of ID3 algorithm
Total
Number of
Instances
Correctly
Classified
Instances
% (value)
Incorrectly
Classified
Instances
% (value)
Time
Taken
(seconds)
Kappa
Statistic
28 89.7121 % (157) 10.2871 % (18) 60.19 0.7858
Table 6: Simulation errors
Mean
Absolute
Error
Root
Mean
Squared
Error
Relative
Absolute
Error
Root
Relative
Squared
Error
0.1062 0.211 10.809 % 89.191 %
Figure 9 present classifications results of classified sectors that are used in investment department to find a good usage for
cash in bank based on given data using DID3 algorithm through WEKA tools. The results have shows as next figures.
Fig 9: Classification trees in testing set of data for a 6 classifications of uncertain situations
Political risks
A
War or revolution
A.1
Change the system of
government or ministerial
change
A.2
Implementation of
political agreements
A.3
Economic Risks
B
Global
financial
crisis
B1
Internal
financial
crisis
B2
Applying
economic
agreements
B3
The
phenomeno
n of
inflation
and
recession
markets
B4
The process
of floating
the
currency
B5
Economic
transformati
on (socialist)
B6
Marketing Rsks
C
Change the
exchange rate
of the
commodity
investment
C1
Change the
interest rate of
the
commodity
investment
C2
Change the
price of
investment
goods
C3
Customer
satisfaction
quality item
used in the
investment
C4
A new
competitor in
the market
C5
Operational Risks
D
Rise or fall in prices of material
assistance in the production
D1
Workers strike
D2
Internal Policies Risks
E
Change the size of the
organization
E1
Integration with other companies or
organizations
E2
Natural Disasters Risks
F
Natural fires
F1
Earthquakes
F2
Volcanoes
F3
Floods and
hurricanes
F4
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645
www.ijmer.com 2146 | Page
Figure 9 describes the results of testing data. These graph present classification of fields based on sectors to use in IDMS.
III. CONCLUSIONS
This paper represents applying DM using classification technique using enhanced ID3 algorithm to “DID3”
algorithm for DSS in banking sector especially in investment department which has been rarely addressed before. IDMS is a
new proposed system which is simple, straightforward with low computation needs. The proposed preprocessing component
is an aggregation of several known steps. The post processing component is an optional one that eases the interpretation of
the investment results. The banking is planning a set of actions in accordance of IDMS outcomes for decision making in
investment sector. The investment department in the banking is starting to analyze the approached investment sector, to
introduce a good decision under uncertain situation.
IV. FUTURE WORK
In next step of this study implementing this proposed approach using association technique using apriori algorithm
to give us a best result and support high level of management with a good decision and high accurate results.
ACKNOWLEDGMENT
I want to express my deepest gratitude for my professor‟s supervisors Prof. Dr. Turky Sultan and Dr. Ayman Khedr
for their major help and support through all the phases of research and development.
REFERENCE
[1] A. Hunter and S. Parsons, "A review of uncertainty handling formalisms", Applications of Uncertainty Formalisms, LNAI 1455,
pp.8-37. Springer -Verlag, 1998.
[2] E. Hernandez and J. Recasens, "A general framework for induction of decision trees under uncertainty", Modelling with Words,
LNAI 2873, pp.26–43, Springer-Verlag, 2003.
[3] M. S. Chen, J. Han, and P. S. Yu. IEEE Trans Knowledge and Data Engineering Data mining. An overview from a database
perspective, 8:866-883, 1996.
[4] U. Fayyad, G. Piatetsky-Shapiro and W. J. Frawley. AAAI/MIT, Press definition of KDD at KDD96. Knowledge Discovery in
Databases, 1991.
[5] Gartner. Evolution of data mining, Gartner Group Advanced Technologies and Applications Research Note, 2/1/95.
[6] International Conferences on Knowledge Discovery in Databases and Data Mining (KDD‟95-98), 1995-1998.
[7] R.J. Miller and Y. Yang. Association rules over interval data. SIGMOD'97, 452-461, Tucson, Arizona, 1997.
[8] Zaki, M.J., SPADE An Efficient Algorithm for Mining Frequent Sequences Machine Learning, 42(1) 31-60, 2001.
[9] Osmar R. Zaïane. “Principles of Knowledge Discovery in Databases - Chapter 8 Data Clustering”. & Shantanu Godbole data
mining Data mining Workshop 9th November 2003.
[10] T.Imielinski and H. Mannila. Communications of ACM. A database perspective on knowledge discovery, 39:58-64, 1996.
[11] BIRCH Zhang, T., Ramakrishnan, R., and Livny, M. SIGMOD '96. BIRCH an efficient data clustering method for very large
databases. 1996.
[12] Pascal Poncelet, Florent Masseglia and Maguelonne Teisseire (Editors). Information Science Reference. Data Mining Patterns New
Methods and Applications, ISBN 978 1599041629, October 2007.
[13] Thearling K, Exchange Applications White Paper, Inc. increasing customer value by integrating data mining and campaign
management software, 1998.
[14] Noah Gans, Spring. Service Operations Management, Vol. 5, No. 2, 2003.
[15] Joun Mack. IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE. An Efficient k-Means
Clustering Algorithm, Analysis and Implementation, VOL. 24, NO. 7, JULY 2002.
[16] Andrew Moore and Brian T. Luke. Tutorial Slides, K-means and Hierarchical Clustering and K-Means Clustering, Slide 15, 2003.
[17] E. Turban, J. E. Aronson, T. Liang, and R. Sharda, Decision Support and Business Intelligence Systems, eighth edition. Prentice
Hall, 2007.
[18] Ahmed El Seddawy, Ayman Khedr, Turky Sultan, “Enhanced K-mean Algorithm to Improve Decision Support System under
Uncertain Situation”, International Journal of Modern Engineering Research (IJMER) Vol.2, No.3, Aug 2012.
Ahmed B. El Seddawy, M.S. degrees in Information System from Arab Academy for Science and
Technology in 2009. He now with AASTMT Egypt Teacher Assisting BIS Department.

More Related Content

What's hot

Ch03 A decision support system (DSS)
Ch03 A decision support system (DSS)Ch03 A decision support system (DSS)
Ch03 A decision support system (DSS)Bn3wad
 
km ppt neew one
km ppt neew onekm ppt neew one
km ppt neew oneSahil Jain
 
6 ijaems sept-2015-6-a review of data security primitives in data mining
6 ijaems sept-2015-6-a review of data security primitives in data mining6 ijaems sept-2015-6-a review of data security primitives in data mining
6 ijaems sept-2015-6-a review of data security primitives in data miningINFOGAIN PUBLICATION
 
Data Warehouse: A Primer
Data Warehouse: A PrimerData Warehouse: A Primer
Data Warehouse: A PrimerIJRTEMJOURNAL
 
N ETWORK F AULT D IAGNOSIS U SING D ATA M INING C LASSIFIERS
N ETWORK F AULT D IAGNOSIS U SING D ATA M INING C LASSIFIERSN ETWORK F AULT D IAGNOSIS U SING D ATA M INING C LASSIFIERS
N ETWORK F AULT D IAGNOSIS U SING D ATA M INING C LASSIFIERScsandit
 
Relative parameter quantification in data
Relative parameter quantification in dataRelative parameter quantification in data
Relative parameter quantification in dataIJDKP
 
Role of Operational System Design in Data Warehouse Implementation: Identifyi...
Role of Operational System Design in Data Warehouse Implementation: Identifyi...Role of Operational System Design in Data Warehouse Implementation: Identifyi...
Role of Operational System Design in Data Warehouse Implementation: Identifyi...iosrjce
 
IRJET- Fault Detection and Prediction of Failure using Vibration Analysis
IRJET-	 Fault Detection and Prediction of Failure using Vibration AnalysisIRJET-	 Fault Detection and Prediction of Failure using Vibration Analysis
IRJET- Fault Detection and Prediction of Failure using Vibration AnalysisIRJET Journal
 
Information security risk analysis methods and research trends ahp and fuzzy ...
Information security risk analysis methods and research trends ahp and fuzzy ...Information security risk analysis methods and research trends ahp and fuzzy ...
Information security risk analysis methods and research trends ahp and fuzzy ...ijcsit
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES) International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES) irjes
 
A REVIEW ON CLASSIFICATION OF DATA IMBALANCE USING BIGDATA
A REVIEW ON CLASSIFICATION OF DATA IMBALANCE USING BIGDATAA REVIEW ON CLASSIFICATION OF DATA IMBALANCE USING BIGDATA
A REVIEW ON CLASSIFICATION OF DATA IMBALANCE USING BIGDATAIJMIT JOURNAL
 
AUTO-CDD: automatic cleaning dirty data using machine learning techniques
AUTO-CDD: automatic cleaning dirty data using machine learning techniquesAUTO-CDD: automatic cleaning dirty data using machine learning techniques
AUTO-CDD: automatic cleaning dirty data using machine learning techniquesTELKOMNIKA JOURNAL
 
Improving the quality of information in strategic scanning system network app...
Improving the quality of information in strategic scanning system network app...Improving the quality of information in strategic scanning system network app...
Improving the quality of information in strategic scanning system network app...ijaia
 
Data architecture in enterprise architecture is the design of data for use in...
Data architecture in enterprise architecture is the design of data for use in...Data architecture in enterprise architecture is the design of data for use in...
Data architecture in enterprise architecture is the design of data for use in...Rasmita Panda
 
A case study of using the hybrid model of scrum and six sigma in software dev...
A case study of using the hybrid model of scrum and six sigma in software dev...A case study of using the hybrid model of scrum and six sigma in software dev...
A case study of using the hybrid model of scrum and six sigma in software dev...IJECEIAES
 
DETERMINING BUSINESS INTELLIGENCE USAGE SUCCESS
DETERMINING BUSINESS INTELLIGENCE USAGE SUCCESSDETERMINING BUSINESS INTELLIGENCE USAGE SUCCESS
DETERMINING BUSINESS INTELLIGENCE USAGE SUCCESSijcsit
 
IMPACT OF DIFFERENT SELECTION STRATEGIES ON PERFORMANCE OF GA BASED INFORMATI...
IMPACT OF DIFFERENT SELECTION STRATEGIES ON PERFORMANCE OF GA BASED INFORMATI...IMPACT OF DIFFERENT SELECTION STRATEGIES ON PERFORMANCE OF GA BASED INFORMATI...
IMPACT OF DIFFERENT SELECTION STRATEGIES ON PERFORMANCE OF GA BASED INFORMATI...ijcsa
 
THE EFFECTIVENESS OF DATA MINING TECHNIQUES IN BANKING
THE EFFECTIVENESS OF DATA MINING TECHNIQUES IN BANKINGTHE EFFECTIVENESS OF DATA MINING TECHNIQUES IN BANKING
THE EFFECTIVENESS OF DATA MINING TECHNIQUES IN BANKINGcsijjournal
 

What's hot (18)

Ch03 A decision support system (DSS)
Ch03 A decision support system (DSS)Ch03 A decision support system (DSS)
Ch03 A decision support system (DSS)
 
km ppt neew one
km ppt neew onekm ppt neew one
km ppt neew one
 
6 ijaems sept-2015-6-a review of data security primitives in data mining
6 ijaems sept-2015-6-a review of data security primitives in data mining6 ijaems sept-2015-6-a review of data security primitives in data mining
6 ijaems sept-2015-6-a review of data security primitives in data mining
 
Data Warehouse: A Primer
Data Warehouse: A PrimerData Warehouse: A Primer
Data Warehouse: A Primer
 
N ETWORK F AULT D IAGNOSIS U SING D ATA M INING C LASSIFIERS
N ETWORK F AULT D IAGNOSIS U SING D ATA M INING C LASSIFIERSN ETWORK F AULT D IAGNOSIS U SING D ATA M INING C LASSIFIERS
N ETWORK F AULT D IAGNOSIS U SING D ATA M INING C LASSIFIERS
 
Relative parameter quantification in data
Relative parameter quantification in dataRelative parameter quantification in data
Relative parameter quantification in data
 
Role of Operational System Design in Data Warehouse Implementation: Identifyi...
Role of Operational System Design in Data Warehouse Implementation: Identifyi...Role of Operational System Design in Data Warehouse Implementation: Identifyi...
Role of Operational System Design in Data Warehouse Implementation: Identifyi...
 
IRJET- Fault Detection and Prediction of Failure using Vibration Analysis
IRJET-	 Fault Detection and Prediction of Failure using Vibration AnalysisIRJET-	 Fault Detection and Prediction of Failure using Vibration Analysis
IRJET- Fault Detection and Prediction of Failure using Vibration Analysis
 
Information security risk analysis methods and research trends ahp and fuzzy ...
Information security risk analysis methods and research trends ahp and fuzzy ...Information security risk analysis methods and research trends ahp and fuzzy ...
Information security risk analysis methods and research trends ahp and fuzzy ...
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES) International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
A REVIEW ON CLASSIFICATION OF DATA IMBALANCE USING BIGDATA
A REVIEW ON CLASSIFICATION OF DATA IMBALANCE USING BIGDATAA REVIEW ON CLASSIFICATION OF DATA IMBALANCE USING BIGDATA
A REVIEW ON CLASSIFICATION OF DATA IMBALANCE USING BIGDATA
 
AUTO-CDD: automatic cleaning dirty data using machine learning techniques
AUTO-CDD: automatic cleaning dirty data using machine learning techniquesAUTO-CDD: automatic cleaning dirty data using machine learning techniques
AUTO-CDD: automatic cleaning dirty data using machine learning techniques
 
Improving the quality of information in strategic scanning system network app...
Improving the quality of information in strategic scanning system network app...Improving the quality of information in strategic scanning system network app...
Improving the quality of information in strategic scanning system network app...
 
Data architecture in enterprise architecture is the design of data for use in...
Data architecture in enterprise architecture is the design of data for use in...Data architecture in enterprise architecture is the design of data for use in...
Data architecture in enterprise architecture is the design of data for use in...
 
A case study of using the hybrid model of scrum and six sigma in software dev...
A case study of using the hybrid model of scrum and six sigma in software dev...A case study of using the hybrid model of scrum and six sigma in software dev...
A case study of using the hybrid model of scrum and six sigma in software dev...
 
DETERMINING BUSINESS INTELLIGENCE USAGE SUCCESS
DETERMINING BUSINESS INTELLIGENCE USAGE SUCCESSDETERMINING BUSINESS INTELLIGENCE USAGE SUCCESS
DETERMINING BUSINESS INTELLIGENCE USAGE SUCCESS
 
IMPACT OF DIFFERENT SELECTION STRATEGIES ON PERFORMANCE OF GA BASED INFORMATI...
IMPACT OF DIFFERENT SELECTION STRATEGIES ON PERFORMANCE OF GA BASED INFORMATI...IMPACT OF DIFFERENT SELECTION STRATEGIES ON PERFORMANCE OF GA BASED INFORMATI...
IMPACT OF DIFFERENT SELECTION STRATEGIES ON PERFORMANCE OF GA BASED INFORMATI...
 
THE EFFECTIVENESS OF DATA MINING TECHNIQUES IN BANKING
THE EFFECTIVENESS OF DATA MINING TECHNIQUES IN BANKINGTHE EFFECTIVENESS OF DATA MINING TECHNIQUES IN BANKING
THE EFFECTIVENESS OF DATA MINING TECHNIQUES IN BANKING
 

Viewers also liked

Layered Approach & HMM for Network Based Intrusion Dection
Layered Approach & HMM for Network Based Intrusion DectionLayered Approach & HMM for Network Based Intrusion Dection
Layered Approach & HMM for Network Based Intrusion DectionIJMER
 
Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...
Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...
Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...IJMER
 
CFD Analysis of Heat Transfer and Flow Characteristics in A 3D Cubic Enclosure
CFD Analysis of Heat Transfer and Flow Characteristics in A 3D  Cubic EnclosureCFD Analysis of Heat Transfer and Flow Characteristics in A 3D  Cubic Enclosure
CFD Analysis of Heat Transfer and Flow Characteristics in A 3D Cubic EnclosureIJMER
 
Ct3210321037
Ct3210321037Ct3210321037
Ct3210321037IJMER
 
SISO MMSE-PIC detector in MIMO-OFDM systems
SISO MMSE-PIC detector in MIMO-OFDM systemsSISO MMSE-PIC detector in MIMO-OFDM systems
SISO MMSE-PIC detector in MIMO-OFDM systemsIJMER
 
An Optimal Cooperative Provable Data Possession Scheme for Distributed Cloud ...
An Optimal Cooperative Provable Data Possession Scheme for Distributed Cloud ...An Optimal Cooperative Provable Data Possession Scheme for Distributed Cloud ...
An Optimal Cooperative Provable Data Possession Scheme for Distributed Cloud ...IJMER
 
Internal Model Based Vector Control of Induction Motor
Internal Model Based Vector Control of Induction MotorInternal Model Based Vector Control of Induction Motor
Internal Model Based Vector Control of Induction MotorIJMER
 
Image Denoising Based On Wavelet for Satellite Imagery: A Review
Image Denoising Based On Wavelet for Satellite Imagery: A  ReviewImage Denoising Based On Wavelet for Satellite Imagery: A  Review
Image Denoising Based On Wavelet for Satellite Imagery: A ReviewIJMER
 
Design of Elliptical Patch Antenna with Single & Double U-Slot for Wireless ...
Design of Elliptical Patch Antenna with Single & Double U-Slot  for Wireless ...Design of Elliptical Patch Antenna with Single & Double U-Slot  for Wireless ...
Design of Elliptical Patch Antenna with Single & Double U-Slot for Wireless ...IJMER
 
On The Transcendental Equation
On The Transcendental EquationOn The Transcendental Equation
On The Transcendental EquationIJMER
 
http://www.ijmer.com/papers/Vol4_Issue1/AW41187193.pdf
http://www.ijmer.com/papers/Vol4_Issue1/AW41187193.pdfhttp://www.ijmer.com/papers/Vol4_Issue1/AW41187193.pdf
http://www.ijmer.com/papers/Vol4_Issue1/AW41187193.pdfIJMER
 
Worker Scheduling for Maintenance Modeling Software
Worker Scheduling for Maintenance Modeling SoftwareWorker Scheduling for Maintenance Modeling Software
Worker Scheduling for Maintenance Modeling SoftwareIJMER
 
Cz3210711074
Cz3210711074Cz3210711074
Cz3210711074IJMER
 
Evaluating phase level for critical success factors of BPM-system implementat...
Evaluating phase level for critical success factors of BPM-system implementat...Evaluating phase level for critical success factors of BPM-system implementat...
Evaluating phase level for critical success factors of BPM-system implementat...IJMER
 
Ao2418981902
Ao2418981902Ao2418981902
Ao2418981902IJMER
 
Pathogenic Bacteria in Corals from Veracruz Reef System National Park
Pathogenic Bacteria in Corals from Veracruz Reef System  National Park Pathogenic Bacteria in Corals from Veracruz Reef System  National Park
Pathogenic Bacteria in Corals from Veracruz Reef System National Park IJMER
 
Design of Shaft Is an Important Tool in Mercerization Machine
Design of Shaft Is an Important Tool in Mercerization Machine Design of Shaft Is an Important Tool in Mercerization Machine
Design of Shaft Is an Important Tool in Mercerization Machine IJMER
 
Fd2427822788
Fd2427822788Fd2427822788
Fd2427822788IJMER
 
3D Median Filter Design for Iris Recognition
3D Median Filter Design for Iris Recognition3D Median Filter Design for Iris Recognition
3D Median Filter Design for Iris RecognitionIJMER
 
Considering User Participation in Light Of level and Stages of Self-Selectio...
Considering User Participation in Light Of level and Stages of  Self-Selectio...Considering User Participation in Light Of level and Stages of  Self-Selectio...
Considering User Participation in Light Of level and Stages of Self-Selectio...IJMER
 

Viewers also liked (20)

Layered Approach & HMM for Network Based Intrusion Dection
Layered Approach & HMM for Network Based Intrusion DectionLayered Approach & HMM for Network Based Intrusion Dection
Layered Approach & HMM for Network Based Intrusion Dection
 
Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...
Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...
Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...
 
CFD Analysis of Heat Transfer and Flow Characteristics in A 3D Cubic Enclosure
CFD Analysis of Heat Transfer and Flow Characteristics in A 3D  Cubic EnclosureCFD Analysis of Heat Transfer and Flow Characteristics in A 3D  Cubic Enclosure
CFD Analysis of Heat Transfer and Flow Characteristics in A 3D Cubic Enclosure
 
Ct3210321037
Ct3210321037Ct3210321037
Ct3210321037
 
SISO MMSE-PIC detector in MIMO-OFDM systems
SISO MMSE-PIC detector in MIMO-OFDM systemsSISO MMSE-PIC detector in MIMO-OFDM systems
SISO MMSE-PIC detector in MIMO-OFDM systems
 
An Optimal Cooperative Provable Data Possession Scheme for Distributed Cloud ...
An Optimal Cooperative Provable Data Possession Scheme for Distributed Cloud ...An Optimal Cooperative Provable Data Possession Scheme for Distributed Cloud ...
An Optimal Cooperative Provable Data Possession Scheme for Distributed Cloud ...
 
Internal Model Based Vector Control of Induction Motor
Internal Model Based Vector Control of Induction MotorInternal Model Based Vector Control of Induction Motor
Internal Model Based Vector Control of Induction Motor
 
Image Denoising Based On Wavelet for Satellite Imagery: A Review
Image Denoising Based On Wavelet for Satellite Imagery: A  ReviewImage Denoising Based On Wavelet for Satellite Imagery: A  Review
Image Denoising Based On Wavelet for Satellite Imagery: A Review
 
Design of Elliptical Patch Antenna with Single & Double U-Slot for Wireless ...
Design of Elliptical Patch Antenna with Single & Double U-Slot  for Wireless ...Design of Elliptical Patch Antenna with Single & Double U-Slot  for Wireless ...
Design of Elliptical Patch Antenna with Single & Double U-Slot for Wireless ...
 
On The Transcendental Equation
On The Transcendental EquationOn The Transcendental Equation
On The Transcendental Equation
 
http://www.ijmer.com/papers/Vol4_Issue1/AW41187193.pdf
http://www.ijmer.com/papers/Vol4_Issue1/AW41187193.pdfhttp://www.ijmer.com/papers/Vol4_Issue1/AW41187193.pdf
http://www.ijmer.com/papers/Vol4_Issue1/AW41187193.pdf
 
Worker Scheduling for Maintenance Modeling Software
Worker Scheduling for Maintenance Modeling SoftwareWorker Scheduling for Maintenance Modeling Software
Worker Scheduling for Maintenance Modeling Software
 
Cz3210711074
Cz3210711074Cz3210711074
Cz3210711074
 
Evaluating phase level for critical success factors of BPM-system implementat...
Evaluating phase level for critical success factors of BPM-system implementat...Evaluating phase level for critical success factors of BPM-system implementat...
Evaluating phase level for critical success factors of BPM-system implementat...
 
Ao2418981902
Ao2418981902Ao2418981902
Ao2418981902
 
Pathogenic Bacteria in Corals from Veracruz Reef System National Park
Pathogenic Bacteria in Corals from Veracruz Reef System  National Park Pathogenic Bacteria in Corals from Veracruz Reef System  National Park
Pathogenic Bacteria in Corals from Veracruz Reef System National Park
 
Design of Shaft Is an Important Tool in Mercerization Machine
Design of Shaft Is an Important Tool in Mercerization Machine Design of Shaft Is an Important Tool in Mercerization Machine
Design of Shaft Is an Important Tool in Mercerization Machine
 
Fd2427822788
Fd2427822788Fd2427822788
Fd2427822788
 
3D Median Filter Design for Iris Recognition
3D Median Filter Design for Iris Recognition3D Median Filter Design for Iris Recognition
3D Median Filter Design for Iris Recognition
 
Considering User Participation in Light Of level and Stages of Self-Selectio...
Considering User Participation in Light Of level and Stages of  Self-Selectio...Considering User Participation in Light Of level and Stages of  Self-Selectio...
Considering User Participation in Light Of level and Stages of Self-Selectio...
 

Similar to Applying Classification Technique using DID3 Algorithm to improve Decision Support System under Uncertain Situations

Au2640944101
Au2640944101Au2640944101
Au2640944101IJMER
 
Harmonized scheme for data mining technique to progress decision support syst...
Harmonized scheme for data mining technique to progress decision support syst...Harmonized scheme for data mining technique to progress decision support syst...
Harmonized scheme for data mining technique to progress decision support syst...eSAT Journals
 
DSS & Risk management.pdf
DSS & Risk management.pdfDSS & Risk management.pdf
DSS & Risk management.pdfAgusMailana1
 
DATA SCIENCE METHODOLOGY FOR CYBERSECURITY PROJECTS
DATA SCIENCE METHODOLOGY FOR CYBERSECURITY PROJECTS DATA SCIENCE METHODOLOGY FOR CYBERSECURITY PROJECTS
DATA SCIENCE METHODOLOGY FOR CYBERSECURITY PROJECTS cscpconf
 
Data Mining System and Applications: A Review
Data Mining System and Applications: A ReviewData Mining System and Applications: A Review
Data Mining System and Applications: A Reviewijdpsjournal
 
IRJET - Employee Performance Prediction System using Data Mining
IRJET - Employee Performance Prediction System using Data MiningIRJET - Employee Performance Prediction System using Data Mining
IRJET - Employee Performance Prediction System using Data MiningIRJET Journal
 
DATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVE
DATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVEDATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVE
DATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVEIJDKP
 
Introduction to feature subset selection method
Introduction to feature subset selection methodIntroduction to feature subset selection method
Introduction to feature subset selection methodIJSRD
 
Study of Data Mining Methods and its Applications
Study of  Data Mining Methods and its ApplicationsStudy of  Data Mining Methods and its Applications
Study of Data Mining Methods and its ApplicationsIRJET Journal
 
knowledge discovery and data mining approach in databases (2)
knowledge discovery and data mining approach in databases (2)knowledge discovery and data mining approach in databases (2)
knowledge discovery and data mining approach in databases (2)Kartik Kalpande Patil
 
Study and Analysis of K-Means Clustering Algorithm Using Rapidminer
Study and Analysis of K-Means Clustering Algorithm Using RapidminerStudy and Analysis of K-Means Clustering Algorithm Using Rapidminer
Study and Analysis of K-Means Clustering Algorithm Using RapidminerIJERA Editor
 
CLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEY
CLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEYCLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEY
CLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEYEditor IJMTER
 
data collection, data integration, data management, data modeling.pptx
data collection, data integration, data management, data modeling.pptxdata collection, data integration, data management, data modeling.pptx
data collection, data integration, data management, data modeling.pptxSourabhkumar729579
 
data mining and data warehousing
data mining and data warehousingdata mining and data warehousing
data mining and data warehousingSunny Gandhi
 
Dss & knowledge management
Dss & knowledge managementDss & knowledge management
Dss & knowledge managementHiren Selani
 
Data Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdf
Data Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdfData Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdf
Data Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdfNeha Singh
 
Decision Support Systems: Concept, Constructing a DSS, Executive Information ...
Decision Support Systems: Concept, Constructing a DSS, Executive Information ...Decision Support Systems: Concept, Constructing a DSS, Executive Information ...
Decision Support Systems: Concept, Constructing a DSS, Executive Information ...Ashish Hande
 

Similar to Applying Classification Technique using DID3 Algorithm to improve Decision Support System under Uncertain Situations (20)

Au2640944101
Au2640944101Au2640944101
Au2640944101
 
Harmonized scheme for data mining technique to progress decision support syst...
Harmonized scheme for data mining technique to progress decision support syst...Harmonized scheme for data mining technique to progress decision support syst...
Harmonized scheme for data mining technique to progress decision support syst...
 
DSS & Risk management.pdf
DSS & Risk management.pdfDSS & Risk management.pdf
DSS & Risk management.pdf
 
DATA SCIENCE METHODOLOGY FOR CYBERSECURITY PROJECTS
DATA SCIENCE METHODOLOGY FOR CYBERSECURITY PROJECTS DATA SCIENCE METHODOLOGY FOR CYBERSECURITY PROJECTS
DATA SCIENCE METHODOLOGY FOR CYBERSECURITY PROJECTS
 
Data Mining
Data MiningData Mining
Data Mining
 
Data Mining System and Applications: A Review
Data Mining System and Applications: A ReviewData Mining System and Applications: A Review
Data Mining System and Applications: A Review
 
IRJET - Employee Performance Prediction System using Data Mining
IRJET - Employee Performance Prediction System using Data MiningIRJET - Employee Performance Prediction System using Data Mining
IRJET - Employee Performance Prediction System using Data Mining
 
DATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVE
DATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVEDATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVE
DATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVE
 
Introduction to feature subset selection method
Introduction to feature subset selection methodIntroduction to feature subset selection method
Introduction to feature subset selection method
 
Study of Data Mining Methods and its Applications
Study of  Data Mining Methods and its ApplicationsStudy of  Data Mining Methods and its Applications
Study of Data Mining Methods and its Applications
 
knowledge discovery and data mining approach in databases (2)
knowledge discovery and data mining approach in databases (2)knowledge discovery and data mining approach in databases (2)
knowledge discovery and data mining approach in databases (2)
 
Study and Analysis of K-Means Clustering Algorithm Using Rapidminer
Study and Analysis of K-Means Clustering Algorithm Using RapidminerStudy and Analysis of K-Means Clustering Algorithm Using Rapidminer
Study and Analysis of K-Means Clustering Algorithm Using Rapidminer
 
CLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEY
CLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEYCLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEY
CLASSIFICATION ALGORITHM USING RANDOM CONCEPT ON A VERY LARGE DATA SET: A SURVEY
 
data collection, data integration, data management, data modeling.pptx
data collection, data integration, data management, data modeling.pptxdata collection, data integration, data management, data modeling.pptx
data collection, data integration, data management, data modeling.pptx
 
data mining and data warehousing
data mining and data warehousingdata mining and data warehousing
data mining and data warehousing
 
Dss & knowledge management
Dss & knowledge managementDss & knowledge management
Dss & knowledge management
 
Data Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdf
Data Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdfData Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdf
Data Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdf
 
Ez36937941
Ez36937941Ez36937941
Ez36937941
 
F035431037
F035431037F035431037
F035431037
 
Decision Support Systems: Concept, Constructing a DSS, Executive Information ...
Decision Support Systems: Concept, Constructing a DSS, Executive Information ...Decision Support Systems: Concept, Constructing a DSS, Executive Information ...
Decision Support Systems: Concept, Constructing a DSS, Executive Information ...
 

More from IJMER

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...IJMER
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingIJMER
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreIJMER
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)IJMER
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...IJMER
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...IJMER
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...IJMER
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...IJMER
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationIJMER
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless BicycleIJMER
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIJMER
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemIJMER
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesIJMER
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...IJMER
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningIJMER
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessIJMER
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersIJMER
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And AuditIJMER
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLIJMER
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyIJMER
 

More from IJMER (20)

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed Delinting
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja Fibre
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless Bicycle
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise Applications
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation System
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological Spaces
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine Learning
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And Audit
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDL
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One Prey
 

Recently uploaded

TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 

Recently uploaded (20)

TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 

Applying Classification Technique using DID3 Algorithm to improve Decision Support System under Uncertain Situations

  • 1. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2139-2146 ISSN: 2249-6645 www.ijmer.com 2139 | Page Ahmed Bahgat El Seddawy1 , Prof. Dr. Turky Sultan2 , Dr. Ayman Khedr3 1 Department of Business Information System, Arab Academy for Science and Technology, Egypt 2, 3 Department of Information System, Helwan University, Egypt Abstract: Decision Support System (DSS) is equivalent synonym as management information systems (MIS). Most of imported data are being used in solutions like data mining (DM). Decision supporting systems include also decisions made upon individual data from external sources, management feeling, and various other data sources not included in business intelligence. Successfully supporting managerial decision-making is critically dependent upon the availability of integrated, high quality information organized and presented in a timely and easily understood manner. Data mining have emerged to meet this need. They serve as an integrated repository for internal and external data-intelligence critical to understanding and evaluating the business within its environmental context. With the addition of models, analytic tools, and user interfaces, they have the potential to provide actionable information that supports effective problem and opportunity identification, critical decision-making, and strategy formulation, implementation, and evaluation. The proposed system will support top level management to make a good decision in any time under any uncertain environment using classification technique by DID3algorithm. Key words: DSS, DM, MIS, CLUSTERING, CLASSIFICATION, ASSOCIATION RULE, K-MEAN, OLAP, MATLAB I. INTRODUCTION Decision Support System (DSS) is equivalent synonym as management information systems (MIS). Most of imported data are being used in solutions like data mining (DM). Decision supporting systems include also decisions made upon individual data from external sources, management feeling, and various other data sources not included in business intelligence. Successfully supporting managerial decision-making is critically dependent upon the availability of integrated, high quality information organized and presented in a timely and easily understood manner. Data mining have emerged to meet this need. They serve as an integrated repository for internal and external data-intelligence critical to understanding and evaluating the business within its environmental context. With the addition of models, analytic tools, and user interfaces, they have the potential to provide actionable information that supports effective problem and opportunity identification, critical decision-making, and strategy formulation, implementation, and evaluation. The proposed system will support top level management to make a good decision in any time under any uncertain environment [4]. This study aim to investigate the adoption process of decision making under uncertain situations or highly risk environments effecting in decision of investing stoke cash of bank. This applied for two types of usage investment - direct or indirect - or credit and any sector of investment will be highly or moderate or low risk. And select which one of this sectors risk „rejected‟ or un-risk „accepted‟ all that under uncertain environments such as; political, economical, marketing, operational, internal policies and natural crises, all that using the contribution of this study enhancing k-mean algorithm to improve the results and comparing results between original algorithm and enhanced algorithm. The paper is divided into four sections; section two is a background and related work it is divided into two parts, part one is about DSS, part two is about DM. Section three presents the proposed Investing Data Mining System „IDMS. Section four presents conclusion and finally section five present future works2. Tables, Figures and Equations. II. BACKGROUND AND RELATED WORK 1. Decision Support System (DSS) DSS includes a body of knowledge that describes some aspects of the decision maker's world that specifies how to accomplish various tasks, that indicates what conclusions are valid in different circumstances [4].The expected benefits of DSS that discovered are higher decision quality, improved communication, cost reduction, increased productivity, time savings, improved customer satisfaction and improved employee satisfaction. DSS is a computer-based system consisting of three main interacting components:  A language system: a mechanism to provide communication between the user and other components of the DSS.  A knowledge system: A repository of problem domain knowledge embodied in DSS as either data or procedures.  A problem processing system: a link between the other two components, containing one or more of the general problem manipulation capabilities required for decision-making. Applying Classification Technique using DID3 Algorithm to improve Decision Support System under Uncertain Situations
  • 2. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645 www.ijmer.com 2140 | Page Fig 1: DSS Main Components After surveying multiple decision support systems, it is concluded that decision support systems are categorized into the following [5]:  File drawer systems: This category of DSS provides access to data items.  Data analysis systems: Those support the manipulation of data by computerized tools tailored to a specific task or by more general tools and operators.  Analytical information systems: Those provide access to a series of decision-oriented databases.  Accounting and financial models: those calculate the consequences of possible actions.  Representational models: those estimate the consequences of actions based on simulation models that include relationships that are causal as well as accounting definitions.  Optimization models: those provide guidelines for actions by generating an optimal solution consistent with a series of constraints.  Suggestion models: those perform the logical processing leading to a specific suggested decision or a fairly structured or well understood task. This section describes the approaches and techniques mostly used when developing data warehousing systems that data warehousing approaches such as; Online Analytical Processing „OLAP‟, Data Mining „DM‟ and Artificial Intelligence „AI‟. And in this paper will using DM as approach and technique. 2. Data Mining Techniques (DM) Data mining is the process of analyzing data from different perspectives and summarizing it into useful information [10]. DM techniques are the result of a long process of research and product development [10]. There are several processes for applying DM: 1. Definition of the business objective and expected operational environment. 2. Data selection is required to identify meaningful sample of data. 3. Data transformation that involves data representation in an appropriate format for mining algorithm. 4. Selection and implementation of data mining algorithm depends on the mining objective. 5. Analysis of the discovered outcomes is needed to formulate business outcomes. 6. Representing valuable business outcomes. DM techniques usually fall into two categories, predictive or descriptive. Predictive DM uses historical data to infer something about future events. Predictive mining tasks use data to build a model to make predictions on unseen future events. Descriptive DM aims to find patterns in the data that provide some information about internal hidden relationships. Descriptive mining tasks characterize the general properties of the data and represent it in a meaningful way. Figure2 shows the classification of DM techniques. Fig 2: DM Techniques [5] 2.1 Classification Technique Classification is to use the model to predict the class of objects whose class label is unknown. Fig 3: Example for classification procedures Knowle dge System Language System Problem Processi ng System
  • 3. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645 www.ijmer.com 2141 | Page Classification based on Bayes Theorem of classification is “composed of two steps supervised learning of a training set of data to create a model, and then classifying the data according to the model. Some well-known classification algorithms include Bayesian Classification, decision trees, neural networks and back propagation based on neural networks, k-nearest neighbor classifiers based on learning by analogy, and genetic algorithms” [10]. Classification can be used for predicting the class label of data objects. However, in many applications, one may like to predict some missing or unavailable data values rather than class labels. This is usually the case when the predicted values are numerical data, and is often specially referred to as prediction. Although prediction may refer to both data value prediction and class label prediction, it is usually connected to data value prediction and thus is distinct from classification. Also, prediction encompasses the identification of distribution trends based on the available data. Classification and prediction may need to be preceded by relevance analysis which attempts to identify attributes that do not contribute to the classification or prediction process. 2.1.1 Classification Tree Trees used for regression and trees used for classification have some similarities - but also some differences, such as the procedure used to determine where to split. Some techniques use more than one decision tree for their analysis:  A Random Forest classifier uses a number of decision trees, in order to improve the classification rate.  Boosted Trees can be used for regression-type and classification-type problems.  Rotation forest - in which every decision tree is trained by first applying principal component analysis (PCA) on a random subset of the input features. There are many specific decision-tree algorithms such as, ID3 algorithm, C4.5 algorithm, CHi-squared Automatic Interaction Detector „CHAID‟. Performs multi-level splits when computing classification trees. And MARS extends decision trees to better handle numerical data. 2.1.1.1 ID3 Algorithm ID3 is a simple decision tree learning algorithm developed by Ross Quinlan (1983) [74]. The basic idea of ID3 algorithm is to create a decision tree of given set, by using top-down greedy search to check each attribute at every tree node [75]. Table 2: Strengths and weakness of ID3 algorithm Strengths Weakness  Understandable prediction rules are created from the training data.  Builds the fastest tree.  Builds a short tree.  Only need to test enough attributes until all data is classified.  Finding leaf nodes enables test data to be pruned, reducing number of tests.  Whole dataset is searched to create tree.  Data may be over- fitted or over- classified, if a small sample is tested.  Only one attribute at a time is tested for making a decision. Classifying continuous data may be computationally expensive, as many trees must be generated to see where to break the continuum. For building ID3 algorithm decision tree consists of nodes and arcs or sweeps which connect nodes. To make a decision, one starts at the root node, and asks questions to determine which arc to follow, until one reaches a leaf node and the decision is made. This basic structure is shown in figure 4.6 Fig 4: Basic decision tree structure
  • 4. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645 www.ijmer.com 2142 | Page The main ideas behind the ID3 algorithm are: Step 1: Each non-leaf node of a decision tree corresponds to an input attribute, and each arc to a possible value of that attribute. A leaf node corresponds to the expected value of the output attribute when the input attributes are described by the path from the root node to that leaf node. Step 2: In a “good” decision tree, each non-leaf node should correspond to the input attribute which is the most informative about the output attribute amongst all the input attributes not yet considered in the path from the root node to that node. This is because we would like to predict the output attribute using the smallest possible number of questions on average. Step 3: Entropy is used to determine how informative a particular input attribute is about the output attribute for a subset of the training data. Entropy is a measure of uncertainty in communication systems introduced by Shannon (1948). It is fundamental in modern information theory. Fig 5: Pseudo Cod of ID3 Algorithm Enhanced ID3 to ‘DID3’ After taking data from clustering technique by „E_K-m‟ algorithm, and before inserting to next technique association rules need to classify data by ID3 algorithm, but before use it need to decompose data to several parts to can be managed, to be more accurate and faster that by enhancing ID3 using adding sample step called „Decompose Data‟ to equal sized subsets. It shows also in next steps of algorithm. 1. Insert data from (E_K-m) to ID3, 2. Dividing data sets to „K clusters‟, Decompose data to K classification; 3. Run original DID3, 4. Create nods based on tree classification; Fig 6: Example of decomposition data using ID3 Algorithm 3. Implementation IDMS execution done via several techniques started with clustering technique using K-M and enhanced k-mean algorithm - it published in last paper [18], classification technique using ID3 algorithm that discussed in this paper. Next section will discuss the results of execution for second technique classification by DID3 algorithm. 4. Results First step in classification results that get classification for all sectors related to every cluster which clustered in last step using enhanced K-M. Second step classification for uncertain situations may be appearing in IDMS for decision making. Da ta Cluster 1 subset 1 Decision Tree 1 Cluster... subset … Decision Tree … Cluster K subset K Decision Tree K
  • 5. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645 www.ijmer.com 2143 | Page 4.1 Classification sectors and fields Table 5.4 presents the set of data used in the implementation experiments for training data to set a best result and choosing an effective number of clusters and percentage of data set to apply the technique for the system the results of the simulation are shown in Table 5.4 for classify fields based on sectors. Table 3: Simulation result of ID3 algorithm Total Number of Instances Correctly Classified Instances % (value) Incorrectly Classified Instances % (value) Time Taken (seconds) Kappa Statistic 32 89.7143 % (157) 10.2857 % (18) 3.19 0.7858 In WEKA, all data is considered as instances and features in the data are known as attributes. The simulation results are partitioned into several sub items for easier analysis and evaluation. On the first part, correctly and incorrectly classified instances will be partitioned in numeric and percentage value and subsequently Kappa statistic, mean absolute error and root mean squared error will be in numeric value only. Also show the relative absolute error and root relative squared error in percentage for references and evaluation. The results of the simulation are shown in Table 5.5. Table 4: Simulation errors Mean Absolute Error Root Mean Squared Error Relative Absolute Error (%) Root Relative Squared Error (%) 0.1062 0.3217 22.2878 65.1135 These graphs present classifications results of classified sectors that are used in investment department to find a good usage for cash in bank based on given data using ID3 algorithm through WEKA tools. The results have shows as next figures. Fig 7: Distribution segments of sectors in testing set of data for a 7 classifications Figure 7 describes the results of testing data. The results show that classification 1 of the data exist in cluster 0 refer to agriculture field and contain followed sectors, classification 2 of the data exist in cluster 1 refer to industry field and contain followed sectors, classification 3 of the data exist in cluster 2 refer to securities field and contain followed sectors, classification 4 of the data exist in cluster 3 refer to trading field and contain followed sectors, classification 5 of the data exist in cluster 4 refer to tourism field and contain followed sectors, classification 6 of the data exist in cluster 5 refer to petrochemicals field and contain followed sectors and classification 7 of the data exist in cluster 6 refer to technologies field and contain followed sectors. 0 10 20 30 40 50 60 70 80 0 1 2 3 4 5 6 C 0 C 1 C 3 C 4 C 5 C 6 C 7
  • 6. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645 www.ijmer.com 2144 | Page Fig 8: Classification trees in testing set of data for a 7 classifications of fields Figure 8 describes the results of testing data. These graph present clustering of sectors are used in investment sector to cluster sectors based on risk level. 4.2 Classification Uncertain Situations Table 4 presents the set of data used in the implementation experiments for training data to set a best result and choosing an effective number of clusters and percentage of data set to apply the technique for the system the results of the simulation are. Agriculture 1 Cultivation strategies 1.1 Cultivation of basic 1.2 Cultivation of non- fundamental 1.3 Industry 2 Import and export 2.1 Durable goods 2.2 Foodstuffs 2.3 Securities 3 Shares 3.1 Bonds 3.2 Treasury bills 3.3 Trading 4 Electricity Industry 4.1 Automakers 4.2 Manufacture of cement 4.3 Manufacture of iron and arming 4.4 Tourism 5 Construction tourism 5.1 Internal tourism facilities 5.2 Foreign tourism facilities 5.3 Petrochemicals 6 Drilling of wells 6.1 Extraction of gas 6.2 Extraction of oil 6.3 Stations and fuel 6.4 Projects chemical 6.5 Technologies 7 Electronics Projects 7.1 Mobile phones Projects 7.2 TVs Projects 7.3 Computers Projects 7.4
  • 7. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645 www.ijmer.com 2145 | Page Table 5: Simulation result of ID3 algorithm Total Number of Instances Correctly Classified Instances % (value) Incorrectly Classified Instances % (value) Time Taken (seconds) Kappa Statistic 28 89.7121 % (157) 10.2871 % (18) 60.19 0.7858 Table 6: Simulation errors Mean Absolute Error Root Mean Squared Error Relative Absolute Error Root Relative Squared Error 0.1062 0.211 10.809 % 89.191 % Figure 9 present classifications results of classified sectors that are used in investment department to find a good usage for cash in bank based on given data using DID3 algorithm through WEKA tools. The results have shows as next figures. Fig 9: Classification trees in testing set of data for a 6 classifications of uncertain situations Political risks A War or revolution A.1 Change the system of government or ministerial change A.2 Implementation of political agreements A.3 Economic Risks B Global financial crisis B1 Internal financial crisis B2 Applying economic agreements B3 The phenomeno n of inflation and recession markets B4 The process of floating the currency B5 Economic transformati on (socialist) B6 Marketing Rsks C Change the exchange rate of the commodity investment C1 Change the interest rate of the commodity investment C2 Change the price of investment goods C3 Customer satisfaction quality item used in the investment C4 A new competitor in the market C5 Operational Risks D Rise or fall in prices of material assistance in the production D1 Workers strike D2 Internal Policies Risks E Change the size of the organization E1 Integration with other companies or organizations E2 Natural Disasters Risks F Natural fires F1 Earthquakes F2 Volcanoes F3 Floods and hurricanes F4
  • 8. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2014-2018 ISSN: 2249-6645 www.ijmer.com 2146 | Page Figure 9 describes the results of testing data. These graph present classification of fields based on sectors to use in IDMS. III. CONCLUSIONS This paper represents applying DM using classification technique using enhanced ID3 algorithm to “DID3” algorithm for DSS in banking sector especially in investment department which has been rarely addressed before. IDMS is a new proposed system which is simple, straightforward with low computation needs. The proposed preprocessing component is an aggregation of several known steps. The post processing component is an optional one that eases the interpretation of the investment results. The banking is planning a set of actions in accordance of IDMS outcomes for decision making in investment sector. The investment department in the banking is starting to analyze the approached investment sector, to introduce a good decision under uncertain situation. IV. FUTURE WORK In next step of this study implementing this proposed approach using association technique using apriori algorithm to give us a best result and support high level of management with a good decision and high accurate results. ACKNOWLEDGMENT I want to express my deepest gratitude for my professor‟s supervisors Prof. Dr. Turky Sultan and Dr. Ayman Khedr for their major help and support through all the phases of research and development. REFERENCE [1] A. Hunter and S. Parsons, "A review of uncertainty handling formalisms", Applications of Uncertainty Formalisms, LNAI 1455, pp.8-37. Springer -Verlag, 1998. [2] E. Hernandez and J. Recasens, "A general framework for induction of decision trees under uncertainty", Modelling with Words, LNAI 2873, pp.26–43, Springer-Verlag, 2003. [3] M. S. Chen, J. Han, and P. S. Yu. IEEE Trans Knowledge and Data Engineering Data mining. An overview from a database perspective, 8:866-883, 1996. [4] U. Fayyad, G. Piatetsky-Shapiro and W. J. Frawley. AAAI/MIT, Press definition of KDD at KDD96. Knowledge Discovery in Databases, 1991. [5] Gartner. Evolution of data mining, Gartner Group Advanced Technologies and Applications Research Note, 2/1/95. [6] International Conferences on Knowledge Discovery in Databases and Data Mining (KDD‟95-98), 1995-1998. [7] R.J. Miller and Y. Yang. Association rules over interval data. SIGMOD'97, 452-461, Tucson, Arizona, 1997. [8] Zaki, M.J., SPADE An Efficient Algorithm for Mining Frequent Sequences Machine Learning, 42(1) 31-60, 2001. [9] Osmar R. Zaïane. “Principles of Knowledge Discovery in Databases - Chapter 8 Data Clustering”. & Shantanu Godbole data mining Data mining Workshop 9th November 2003. [10] T.Imielinski and H. Mannila. Communications of ACM. A database perspective on knowledge discovery, 39:58-64, 1996. [11] BIRCH Zhang, T., Ramakrishnan, R., and Livny, M. SIGMOD '96. BIRCH an efficient data clustering method for very large databases. 1996. [12] Pascal Poncelet, Florent Masseglia and Maguelonne Teisseire (Editors). Information Science Reference. Data Mining Patterns New Methods and Applications, ISBN 978 1599041629, October 2007. [13] Thearling K, Exchange Applications White Paper, Inc. increasing customer value by integrating data mining and campaign management software, 1998. [14] Noah Gans, Spring. Service Operations Management, Vol. 5, No. 2, 2003. [15] Joun Mack. IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE. An Efficient k-Means Clustering Algorithm, Analysis and Implementation, VOL. 24, NO. 7, JULY 2002. [16] Andrew Moore and Brian T. Luke. Tutorial Slides, K-means and Hierarchical Clustering and K-Means Clustering, Slide 15, 2003. [17] E. Turban, J. E. Aronson, T. Liang, and R. Sharda, Decision Support and Business Intelligence Systems, eighth edition. Prentice Hall, 2007. [18] Ahmed El Seddawy, Ayman Khedr, Turky Sultan, “Enhanced K-mean Algorithm to Improve Decision Support System under Uncertain Situation”, International Journal of Modern Engineering Research (IJMER) Vol.2, No.3, Aug 2012. Ahmed B. El Seddawy, M.S. degrees in Information System from Arab Academy for Science and Technology in 2009. He now with AASTMT Egypt Teacher Assisting BIS Department.