SlideShare a Scribd company logo
1 of 60
Sales of Orthopedic Equipment
Xiaomeng (Mina) Chai
11/25/2014
Client’s Background
• Client:
a large manufacturer of orthopedic
equipment in the United States
• Customer base:
almost all hospitals over the 50 states
Client’s Products
• Orthopedic parts and equipment
• Medications administered in the process of
surgery, rehabilitation, and recovery
The Company Thinks …
• SALES!
– High sales
– Moderate sales (further sales potential)
– Little or no sales (substantial potential gain)
Imagine …
We think…
• ORTHOPEDIC ACTIVITIES!
– Small general hospitals (little or no interest)
– Large general hospitals (moderate interest)
– Specialized hospitals (main target group!)
Objective
• Increase sales...
…in the more desirable groups!
• How?
– Identify target hospitals
– Study them individually
• Another objective: other ways to classify
hospitals?
Dataset
All U.S. hospitals are in the dataset:
Variables
A subset of variables is already selected
Variables
Methodology
• Data Mining
– Dimension Reduction
• Factor Analysis
• Principal Component Analysis
– Cluster Analysis
• Hierarchical Clustering
• Centroid Methods
• Regression analysis
Data Mining
• Overall goal—to extract information from a data set and
transform it into an understandable structure for further
use. (Wikipedia)
• The objective of data mining is to identify nuggets, small
clusters of observations in these data that contain
unexpected, yet potentially valuable, information. (The
author)
Data Mining
Approach to data mining
1. Dimension (variable) reduction
– Principle components
– Factor analysis
1. Data segmentation and selection
– Cluster analysis
– Tree methods
– Neural nets
1. Data analysis of interesting segments
This case study
PART 1:Select Market Segments
• Find state or group of states (at least 300 hospitals)
– IL, IN, MI, WI are selected (590 hospitals)
Transformation
Log or square root transformations are performed
Transformation
Before After
so far…
Dimension Reduction
• Two stages factor analysis
– Operational factor (HIP95, KNEE95, HIP96, KNEE96,
and FEMUR96)
– Size factor (BEDS, OUTV, ADM, SIR, TH, and TRAUMA)
and rehab factor (RBEDS and REHAB)
Factor Analysis--stage1
Factor Analysis—stage2
Factor Analysis: Rotate?
• More interpretable results.
• Orthogonal rotation methods (VARIMAX) is commonly
used.
e.g. Look at variable X33 here:
Factor Analysis—stage2
Principal Component Analysis--stage 1
Principal Component Analysis--stage 2
R
Factor Analysis in R
Factor Analysis in R
Factor Analysis in R
PCA in R
PCA in R
PCA in R
PCA in R
PCA in R
Factor Analysis
13 variables are divided into 3 factors:
Textbook Question:
Graph the main principal components. Are there any visible clusters?
The banding is relatively vertical, REHAB is affecting factor 2 (RBEDS and REHAB).
so far…
Cluster Analysis
• To determine the best cluster to concentrate on
for improving sales.
• Two popular methods
– Hierarchical Clustering (interpoint distance)
• Single linkage
• Average linkage
• Ward
– Centroid Methods
• K-means algorithm
• Partitioning Around Medoids (PAM)
Cluster Analysis
• Hierarchical Clustering:
1. Start with a cluster at each sample point
2. At each stage of building the tree the two closest clusters joint
to form a new cluster
Cluster Analysis
• Centroid Methods (K-means algorithm)
1. K seed points are chosen and the data is distributed
among k cluster
2. At each step, switch a point from one cluster to
another if the R2
is increased
3. Clusters are slowly optimized by switching points
until no improvement of the R2
is possible
Cluster Analysis
• Centroid Methods (K-means algorithm)
Cluster Analysis
• Partitioning Around Medoids (PAM)
1. Search for k representative medoids
2. K clusters are constructed by assigning each point
to the nearest medoid
3. The goal is to find k medoids which minimize the
sum of the dissimilarities of the observations to their
closest representative medoid.
Cluster Analysis
• PAM VS K-means
– PAM operates on the dissimilarity matrix
– PAM minimizes a sum of dissimilarities instead of a
sum of squared Euclidean distances
– Silhouette plot (select the optimal number of clusters)
Cluster Analysis
• To determine the best cluster to concentrate on
for improving sales.
• Two popular methods
– Hierarchical Clustering (interpoint distance)
• Single linkage
• Average linkage
• Ward
– Centroid Methods
• K-means algorithm
• Partitioning Around Medoids (PAM)
Cluster Analysis
…
…
Cluster Tree
PAM in R
PAM in R
• Silhouette width:
si=(bi-ai)/max(ai,bi)
Large Si (almost 1) are very well clustered
PAM in R
Cluster Analysis
Cluster Analysis
Cluster Analysis in R
Cluster of Interest
so far…
Part 2-Estimate Potential Sales
• Part1 – Select Market Segments : DONE
• Part2 – Estimate Potential Sales
Regression Analysis
Regression Analysis
Regression Analysis
• Hospitals with large negative residuals:
HID CITY STATE RESIDUAL Gain
087043 Chicago IL -2.8766 68.590
915042 South Bend IN -1.7989 16.440
016045 Beloit WI -2.5633 24.893
020042 Columbus IN -2.5146 34.710
078045 Madison WI -2.2309 59.362
109043 Chicago IL -1.9317 47.980
262043 Peoria IL -2.5952 90.593
Thank you and Happy Holiday!

More Related Content

What's hot

Machine Learning Algorithm - KNN
Machine Learning Algorithm - KNNMachine Learning Algorithm - KNN
Machine Learning Algorithm - KNNKush Kulshrestha
 
Machine Learning with Decision trees
Machine Learning with Decision treesMachine Learning with Decision trees
Machine Learning with Decision treesKnoldus Inc.
 
Decision Support System in MIS.pptx
Decision Support System in MIS.pptxDecision Support System in MIS.pptx
Decision Support System in MIS.pptxrajalakshmi5921
 
NIST Cloud Computing Reference Architecture
NIST Cloud Computing Reference ArchitectureNIST Cloud Computing Reference Architecture
NIST Cloud Computing Reference ArchitectureThanakrit Lersmethasakul
 
lazy learners and other classication methods
lazy learners and other classication methodslazy learners and other classication methods
lazy learners and other classication methodsrajshreemuthiah
 
Datamining - On What Kind of Data
Datamining - On What Kind of DataDatamining - On What Kind of Data
Datamining - On What Kind of Datawina wulansari
 
Text clustering
Text clusteringText clustering
Text clusteringKU Leuven
 
Classification in data mining
Classification in data mining Classification in data mining
Classification in data mining Sulman Ahmed
 
Introduction to pandas
Introduction to pandasIntroduction to pandas
Introduction to pandasPiyush rai
 
Frequent itemset mining methods
Frequent itemset mining methodsFrequent itemset mining methods
Frequent itemset mining methodsProf.Nilesh Magar
 
Vc dimension in Machine Learning
Vc dimension in Machine LearningVc dimension in Machine Learning
Vc dimension in Machine LearningVARUN KUMAR
 
Big data visualization
Big data visualizationBig data visualization
Big data visualizationAnurag Gupta
 
Data Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlationsData Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlationsDatamining Tools
 

What's hot (20)

Machine Learning Algorithm - KNN
Machine Learning Algorithm - KNNMachine Learning Algorithm - KNN
Machine Learning Algorithm - KNN
 
Machine Learning with Decision trees
Machine Learning with Decision treesMachine Learning with Decision trees
Machine Learning with Decision trees
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Unit 4
Unit 4Unit 4
Unit 4
 
Decision Support System in MIS.pptx
Decision Support System in MIS.pptxDecision Support System in MIS.pptx
Decision Support System in MIS.pptx
 
OLAP
OLAPOLAP
OLAP
 
NIST Cloud Computing Reference Architecture
NIST Cloud Computing Reference ArchitectureNIST Cloud Computing Reference Architecture
NIST Cloud Computing Reference Architecture
 
lazy learners and other classication methods
lazy learners and other classication methodslazy learners and other classication methods
lazy learners and other classication methods
 
Datamining - On What Kind of Data
Datamining - On What Kind of DataDatamining - On What Kind of Data
Datamining - On What Kind of Data
 
Text clustering
Text clusteringText clustering
Text clustering
 
Common Standards in Cloud Computing
Common Standards in Cloud ComputingCommon Standards in Cloud Computing
Common Standards in Cloud Computing
 
Classification in data mining
Classification in data mining Classification in data mining
Classification in data mining
 
Introduction to pandas
Introduction to pandasIntroduction to pandas
Introduction to pandas
 
MapReduce in Cloud Computing
MapReduce in Cloud ComputingMapReduce in Cloud Computing
MapReduce in Cloud Computing
 
Hadoop Architecture
Hadoop ArchitectureHadoop Architecture
Hadoop Architecture
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Frequent itemset mining methods
Frequent itemset mining methodsFrequent itemset mining methods
Frequent itemset mining methods
 
Vc dimension in Machine Learning
Vc dimension in Machine LearningVc dimension in Machine Learning
Vc dimension in Machine Learning
 
Big data visualization
Big data visualizationBig data visualization
Big data visualization
 
Data Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlationsData Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlations
 

Viewers also liked

Social Media Mining - Chapter 5 (Data Mining Essentials)
Social Media Mining - Chapter 5 (Data Mining Essentials)Social Media Mining - Chapter 5 (Data Mining Essentials)
Social Media Mining - Chapter 5 (Data Mining Essentials)SocialMediaMining
 
Data Mining Technique Clustering on Bank Data Set
Data Mining Technique Clustering on Bank Data Set  Data Mining Technique Clustering on Bank Data Set
Data Mining Technique Clustering on Bank Data Set Punit Kishore
 
Non obvious relationship awareness (nora)
Non obvious relationship awareness (nora)Non obvious relationship awareness (nora)
Non obvious relationship awareness (nora)neymarsabin
 
USE OF DATA MINING IN BANKING SECTOR
USE OF DATA MINING IN BANKING SECTORUSE OF DATA MINING IN BANKING SECTOR
USE OF DATA MINING IN BANKING SECTORarpit bhadoriya
 
Data mining in social network
Data mining in social networkData mining in social network
Data mining in social networkakash_mishra
 

Viewers also liked (6)

Social Media Mining - Chapter 5 (Data Mining Essentials)
Social Media Mining - Chapter 5 (Data Mining Essentials)Social Media Mining - Chapter 5 (Data Mining Essentials)
Social Media Mining - Chapter 5 (Data Mining Essentials)
 
Data Mining Technique Clustering on Bank Data Set
Data Mining Technique Clustering on Bank Data Set  Data Mining Technique Clustering on Bank Data Set
Data Mining Technique Clustering on Bank Data Set
 
Non obvious relationship awareness (nora)
Non obvious relationship awareness (nora)Non obvious relationship awareness (nora)
Non obvious relationship awareness (nora)
 
Social Data Mining
Social Data MiningSocial Data Mining
Social Data Mining
 
USE OF DATA MINING IN BANKING SECTOR
USE OF DATA MINING IN BANKING SECTORUSE OF DATA MINING IN BANKING SECTOR
USE OF DATA MINING IN BANKING SECTOR
 
Data mining in social network
Data mining in social networkData mining in social network
Data mining in social network
 

Similar to Data Mining Case Study

DataAnalyticsIntroduction and its ci.pptx
DataAnalyticsIntroduction and its ci.pptxDataAnalyticsIntroduction and its ci.pptx
DataAnalyticsIntroduction and its ci.pptxPrincePatel272012
 
Analytical thinking & creativity
Analytical thinking & creativityAnalytical thinking & creativity
Analytical thinking & creativityAbhishek Gupta
 
Brief Introduction to the 12 Steps of Evaluation Data Cleaning
Brief Introduction to the 12 Steps of Evaluation Data CleaningBrief Introduction to the 12 Steps of Evaluation Data Cleaning
Brief Introduction to the 12 Steps of Evaluation Data CleaningJennifer Morrow
 
Multi variate presentation
Multi variate presentationMulti variate presentation
Multi variate presentationArun Kumar
 
Optimizing Market Segmentation
Optimizing Market SegmentationOptimizing Market Segmentation
Optimizing Market SegmentationRobert Colner
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learningSanghamitra Deb
 
Chapter 6 data analysis iec11
Chapter 6 data analysis iec11Chapter 6 data analysis iec11
Chapter 6 data analysis iec11Ho Cao Viet
 
3. Statistical Analysis.pptx
3. Statistical Analysis.pptx3. Statistical Analysis.pptx
3. Statistical Analysis.pptxjeyanthisivakumar
 
Store segmentation progresso
Store segmentation progressoStore segmentation progresso
Store segmentation progressoveesingh
 
01 Statistika Lanjut - Cluster Analysis part 1 with sound (1).pptx
01 Statistika Lanjut - Cluster Analysis  part 1 with sound (1).pptx01 Statistika Lanjut - Cluster Analysis  part 1 with sound (1).pptx
01 Statistika Lanjut - Cluster Analysis part 1 with sound (1).pptxniawiya
 
Statistical analysis
Statistical analysisStatistical analysis
Statistical analysisXiuxia Du
 
Rutgers Governor School - Six Sigma
Rutgers Governor School - Six Sigma  Rutgers Governor School - Six Sigma
Rutgers Governor School - Six Sigma Brandon Theiss, PE
 

Similar to Data Mining Case Study (20)

ADAN Symposium
ADAN SymposiumADAN Symposium
ADAN Symposium
 
Intro to ml_2021
Intro to ml_2021Intro to ml_2021
Intro to ml_2021
 
DataAnalyticsIntroduction and its ci.pptx
DataAnalyticsIntroduction and its ci.pptxDataAnalyticsIntroduction and its ci.pptx
DataAnalyticsIntroduction and its ci.pptx
 
Analytical thinking & creativity
Analytical thinking & creativityAnalytical thinking & creativity
Analytical thinking & creativity
 
Brief Introduction to the 12 Steps of Evaluation Data Cleaning
Brief Introduction to the 12 Steps of Evaluation Data CleaningBrief Introduction to the 12 Steps of Evaluation Data Cleaning
Brief Introduction to the 12 Steps of Evaluation Data Cleaning
 
Multi variate presentation
Multi variate presentationMulti variate presentation
Multi variate presentation
 
Optimizing Market Segmentation
Optimizing Market SegmentationOptimizing Market Segmentation
Optimizing Market Segmentation
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
 
Chapter 6 data analysis iec11
Chapter 6 data analysis iec11Chapter 6 data analysis iec11
Chapter 6 data analysis iec11
 
3. Statistical Analysis.pptx
3. Statistical Analysis.pptx3. Statistical Analysis.pptx
3. Statistical Analysis.pptx
 
6.2 msa-gauge-r&r
6.2 msa-gauge-r&r6.2 msa-gauge-r&r
6.2 msa-gauge-r&r
 
Exploratory factor analysis
Exploratory factor analysisExploratory factor analysis
Exploratory factor analysis
 
Store segmentation progresso
Store segmentation progressoStore segmentation progresso
Store segmentation progresso
 
0 introduction
0  introduction0  introduction
0 introduction
 
01 Statistika Lanjut - Cluster Analysis part 1 with sound (1).pptx
01 Statistika Lanjut - Cluster Analysis  part 1 with sound (1).pptx01 Statistika Lanjut - Cluster Analysis  part 1 with sound (1).pptx
01 Statistika Lanjut - Cluster Analysis part 1 with sound (1).pptx
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Forecasting
ForecastingForecasting
Forecasting
 
Statistical analysis
Statistical analysisStatistical analysis
Statistical analysis
 
DA-Module 1.pptx
DA-Module 1.pptxDA-Module 1.pptx
DA-Module 1.pptx
 
Rutgers Governor School - Six Sigma
Rutgers Governor School - Six Sigma  Rutgers Governor School - Six Sigma
Rutgers Governor School - Six Sigma
 

Recently uploaded

VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 
ALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptxALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptxolyaivanovalion
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023ymrp368
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramMoniSankarHazra
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 

Recently uploaded (20)

VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
ALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptxALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptx
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 

Data Mining Case Study

Editor's Notes

  1. Orthopedic equipment refers to a variety of structural devices designed to stabilize, protect, and/or correct orthopedic disorders. Common medications used to treat orthopedic conditions include nonsteroidal anti-inflammatory medications (e.g. Motrin, Aleve, Naprosyn, Celebrex), Glucosamine, and others.
  2. From the point of view of sales
  3. From the point of view of activities
  4. 4703 hospitals and 19 variables Chicago has 45 hospitals
  5. From raw data to small dataset
  6. Independent var—linear trend Dependent var--normality
  7. The elements of the Factor Pattern reflect the unique variance each factor contributes to the variance of an observed variable. The reason factor analysis is not stopped after this initial factoring stage, without rotating the factors, is that the factors as they currently exist are not easily interpretable. In an ideal solution, the variables should “load” highly (have a high value that approaches 1) on just one factor each.
  8. Final Conmmunality Estimates: It can be derived by taking sum of squares of each row of the factor pattern. This is the variance of the observed variable that is accounted for by each factor.  
  9. The left and bottom axes are showing the loadings; the top and right axes are showing principal component scores. meaningful visual representation of the structure of cases and variables.
  10. Cluster History section starts out with n (590) clusters of size 1 and continues until all the obs are included into one cluster. R^2: the proportion of variance explained by a particular cluster. In the first step, n-1 clusters are formed, R^2 are then computed to have the largest R^2. So the largest R^2 will form the first cluster. Thus, at each step of the algorithm clusters or observations are combined in such a way as to maximize the r2 value. the biggest jump between cluster 5 and 4 with almost 0.1 difference. Therefore, I chose 5 clusters for my future analysis.
  11. Put a(i) = average dissimilarity between i and all other points of the cluster to which i belongs (if i is the only observation in its cluster, s(i) := 0 without further calculations). For all other clusters C, put d(i,C)= average dissimilarity of i to all observations of C. The smallest of these d(i,C) is b(i) := \min_C d(i,C), and can be seen as the dissimilarity between i and its “neighbor” cluster, i.e., the nearest one to which it does not belong. Finally,