APPLICATION OF DATAMINING TOOL FOR CLASSIFICATION OF ORGANIZATIONAL CHANGE EXPECTATION Şule ÖZMEN Serra YURTKORU Beril SİPAHİ.

Slides:



Advertisements
Similar presentations
Random Forest Predrag Radenković 3237/10
Advertisements

Brief introduction on Logistic Regression
Hunt’s Algorithm CIT365: Data Mining & Data Warehousing Bajuna Salehe
Decision Tree Approach in Data Mining
Deriving rules from data Decision Trees a.j.m.m (ton) weijters.
Chapter 17 Overview of Multivariate Analysis Methods
Report on Intrusion Detection and Data Fusion By Ganesh Godavari.
Concept of Measurement
Week 9 Data Mining System (Knowledge Data Discovery)
Data Mining – Intro.
Chapter 7 Correlational Research Gay, Mills, and Airasian
Chapter 5 Data mining : A Closer Look.
Introduction to Data Mining Data mining is a rapidly growing field of business analytics focused on better understanding of characteristics and.
Decision Tree Models in Data Mining
Microsoft Enterprise Consortium Data Mining Concepts Introduction to Directed Data Mining: Decision Trees Prepared by David Douglas, University of ArkansasHosted.
Introduction to Directed Data Mining: Decision Trees
Microsoft Enterprise Consortium Data Mining Concepts Introduction: The essential background Prepared by David Douglas, University of ArkansasHosted by.
Comparison of Management Practices Between 3 Pharmaceutical Companies of Pakistan.
Enterprise systems infrastructure and architecture DT211 4
Clustering analysis workshop Clustering analysis workshop CITM, Lab 3 18, Oct 2014 Facilitator: Hosam Al-Samarraie, PhD.
Kansas State University Department of Computing and Information Sciences CIS 830: Advanced Topics in Artificial Intelligence From Data Mining To Knowledge.
Introduction: The essential background
Managing Marketing Information ROAD MAP: Previewing the Concepts Explain the importance of information to the company and its understanding of.
Introduction to Data Mining Group Members: Karim C. El-Khazen Pascal Suria Lin Gui Philsou Lee Xiaoting Niu.
Lecture 9: Knowledge Discovery Systems Md. Mahbubul Alam, PhD Associate Professor Dept. of AEIS Sher-e-Bangla Agricultural University.
1 1 Slide Introduction to Data Mining and Business Intelligence.
Chapter 1: The Nature of Statistics
Data Mining Chapter 1 Introduction -- Basic Data Mining Tasks -- Related Concepts -- Data Mining Techniques.
Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Business Plug-In B18 Business Intelligence.
Report on Intrusion Detection and Data Fusion By Ganesh Godavari.
Data Mining By Dave Maung.
Principles of Data Mining. Introduction: Topics 1. Introduction to Data Mining 2. Nature of Data Sets 3. Types of Structure Models and Patterns 4. Data.
Discriminant Analysis Discriminant analysis is a technique for analyzing data when the criterion or dependent variable is categorical and the predictor.
Business Intelligence and Decision Modeling Week 9 Customer Profiling Decision Trees (Part 2) CHAID CRT.
Data Mining – Intro. Course Overview Spatial Databases Temporal and Spatio-Temporal Databases Multimedia Databases Data Mining.
Perceptive Agile Measurement: New Instruments for Quantitative Studies in the Pursuit of the Social-Psychological Effect of Agile Practices Department.
CHAPTER 12 Descriptive, Program Evaluation, and Advanced Methods.
Advanced Database Course (ESED5204) Eng. Hanan Alyazji University of Palestine Software Engineering Department.
Data Mining In contrast to the traditional (reactive) DSS tools, the data mining premise is proactive. Data mining tools automatically search the data.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
CHAID. Example: Opening of Cinema/ Children’s Park/Exhibition Center To find consumer responses to opening of Cinema, Children’s park or Exhibition 903.
1 Data Mining dr Iwona Schab Decision Trees. 2 Method of classification Recursive procedure which (progressively) divides sets of n units into groups.
Data Mining BY JEMINI ISLAM. Data Mining Outline: What is data mining? Why use data mining? How does data mining work The process of data mining Tools.
An Investigation of Commercial Data Mining Presented by Emily Davis Supervisor: John Ebden.
DATA MINING WITH CLUSTERING AND CLASSIFICATION Spring 2007, SJSU Benjamin Lam.
Customer Relationship Management (CRM) Chapter 4 Customer Portfolio Analysis Learning Objectives Why customer portfolio analysis is necessary for CRM implementation.
Chapter 7 Measuring of data Reliability of measuring instruments The reliability* of instrument is the consistency with which it measures the target attribute.
MIS2502: Data Analytics Advanced Analytics - Introduction.
An Introduction Student Name: Riaz Ahmad Program: MSIT( ) Subject: Data warehouse & Data Mining.
1-1 Copyright © 2014, 2011, and 2008 Pearson Education, Inc.
Brian Lukoff Stanford University October 13, 2006.
Data Mining By Farzana Forhad CS 157B. Agenda Decision Tree and ID3 Rough Set Theory Clustering.
Knowledge Discovery and Data Mining 19 th Meeting Course Name: Business Intelligence Year: 2009.
Computacion Inteligente Least-Square Methods for System Identification.
BY International School of Engineering {We Are Applied Engineering} Disclaimer: Some of the Images and content have been taken from multiple online sources.
Classification Tree Interaction Detection. Use of decision trees Segmentation Stratification Prediction Data reduction and variable screening Interaction.
DATA MINING TECHNIQUES (DECISION TREES ) Presented by: Shweta Ghate MIT College OF Engineering.
FACTOR ANALYSIS & SPSS.
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Data Mining – Intro.
SNS COLLEGE OF TECHNOLOGY
Chapter 7. Classification and Prediction
MIS2502: Data Analytics Advanced Analytics - Introduction
DATA MINING © Prentice Hall.
Profiling Tourists According to Spending Behaviour: Examining Perhentian and Pangkor Islands Visitors Rosmini Ismail and Khalizul Khalid Faculty of.
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
©Jiawei Han and Micheline Kamber
Kotler on Marketing Marketing is becoming a battle based more on information than on sales power.
Decision trees MARIO REGIN.
Presentation transcript:

APPLICATION OF DATAMINING TOOL FOR CLASSIFICATION OF ORGANIZATIONAL CHANGE EXPECTATION Şule ÖZMEN Serra YURTKORU Beril SİPAHİ

DATA MINING Data mining is the nontrivial extraction of implicit, previously unknown, and potentially useful information from data.

DIFFERENT GOALS CALL FOR DIFFERENT TECHNIQUES

DATAMINING TECHNIQUES Datamining techniques can be either directedor undirected.

DATAMINING TECHNIQUES Directed Goal is to predict, estimate, classify, or characterize the behavior of some pre-identified target variable Undirected Goal is to discover structure in the data set as a whole.

DATAMINING TECHNIQUES Directed Classification Classification Estimation Estimation Prediction PredictionUndirected Description & Visualization Description & Visualization Association Rule or Affinity Grouping Association Rule or Affinity Grouping Clustering Clustering

Classification is used to develop a model that maps a data item into one of several predefined classes. CLASSIFICATION

DECISION TREE ANALYSIS Builds classification and regression trees Starts with pre-identified target variable in other words dependent variable. This is the initial node Initial node is split into two or more child nodes Splitting is based on statistical analysis used by decision tree algorithms

Target Variable Predictive Variables Target Variable DECISION TREE ANALYSIS

DECISION TREE ALGORITHMS CHAID(Chi square Automatic Interaction Detector) CHAID (Chi square Automatic Interaction Detector) C&RT (Classification and Regression Tree) QUEST (Quick Unbiased Efficient Statistical Test)

CHAID Method CHAID was designed to handle categorical variables only. SPSS has extended algorithm to handle nominal, ordinal and continuous dependent variables.

Components of CHAID One or more predictor variables. One or more predictor variables. Predictor variables can be continuous, ordinal, or nominal. One target variable. One target variable. The target variable can be nominal, ordinal or continuous.

CHAID Algorithms A CHAID tree is a decision tree that is constructed by splitting subsets of the space into two or more child (nodes) repeatedly, beginning with the entire data set.

CHAID Algorithms To determine the best split at any node, CHAID merges any allowable pair of categories of the predictor variable (the set of allowable pairs is determined by the type of predictor variable being studied) if there is no statistically significant difference within the pair with respect to the target variable.

CHAID Algorithms The process is repeated until no non- significant pair is found. The resulting set of categories of the predictor variable is the best split with respect to that predictor variable. This process is followed for all predictor variables. The split that is the best prediction is selected, and the node is split. The process repeats recursively until one of the stopping rules is triggered.

APPLICATION

AIM OF THE RESEARCH The ability to be both receptive and responsive to change has become important in recent years. Therefore our aim is to analyze change patterns that will help managers and organizations to manage the process of change more effectively

SAMPLE Our sample is consisted of 253 subjects from 7 private Turkish organizations. The sample is composed of 44 superiors and 209 subordinates.

INSTRUMENT Multi Scale Organizational Change Questionnaire Organizational change questionnaire is composed of five scales "Forces of Change", “Change Strategy", "Means of Change", “Resistance to Change", and “Change Expectation" scales

TARGET VARIABLE Change Expectation Employee Development Employee Development * Efficiency Efficiency Organization Structure Organization Structure Acquisition & Divestiture Acquisition & Divestiture Alliances Alliances Restructuring Restructuring * means increase in employee self development & individual learning, increase in employee participation& employee suggestions acceptance

Since organizational change is a process that takes time, we rather asked if the employees expected change as a result of the actions taken within the firm, not whether the organization has changed or not. This is also important because if the employees don’t believe in the actions taken, they resist and try to block the change actions.

PREDICTOR VARIABLES Change Forces Change Strategy Means of Change Resistance to Change

DATA TYPE All variables collected are transformed into dichotomous data, like change expected, not expected; competition exists, do not exist etc.

If business inputs* are forcing an organization to change, the expectation of employee development change is 90%. In addition if benchmarking is applied as a change means then this percentage increases to 95%. * like customer demand, bargaining power of customers & suppliers, information and production technology) CONCLUSION

But if the organization is not forced by business inputs even then there is a chance of change expectation if improvement in guidance & control * is applied (78% expect change). This increases to 92% with the presence of force of laws & regulations * like improvement in reward system, communication between departments, quality control, & internal control CONCLUSION

When there is no force of laws & regulations if benchmarking is applied, the change expectation rate is 80%. CONCLUSION

Which emphasizes the importance of benchmarking in change process. Even when there is no force to change if the organization is applying benchmarking (which is actually a proactive change strategy) even this is enough to trigger change expectation. CONCLUSION

On the other hand if there is no force of business inputs, there is no improvement in guidance & control, and no force of competition then 82 % of employees don’t expect to have a chance to improve themselves. CONCLUSION

As can be seen from the above example every path has an implication. CONCLUSION

What makes this study different from other applications is the nature of the problem explored. Decision tree analysis are widely used in classification of customers for segmentation purpose and other CRM applications. IMPLICATION

However the main purpose in this study is to identify important variables in change expectation through classifying the respondents on the basis of their perceptions about the change criterion. However the main purpose in this study is to identify important variables in change expectation through classifying the respondents on the basis of their perceptions about the change criterion. IMPLICATION

Therefore by identifying these respondents on the basis of the factors effecting their change expectations, and describing the important variables is a valuable information for developing strategies and policies of organizational change. IMPLICATION