Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.33 KB

R_CS_09

Clustering in R

Case-Study Title: Customers RFM Clustering (Market Segmentation based on Behavioral Approach)

Data Analysis methodology: CRISP-DM

Dataset: Iranian online e-commerce platform's customers transactions data in first 4 months of year 1398 (from 1398/01/01 to 1398/04/31)

Case Goal: Detect and Segment similar customers of e-commerce platform business (Customer Segmentation using RFM model)

Line chart of daily-demand of this Business CS_09_1

Result of first iteration of K-Means Clustering (5 Clusters) CS_09_2

Result of second iteration of K-Means Clustering (5 Clusters) CS_09_3

Result of first iteration of CLARA Clustering (5 Clusters) CS_09_4

Result of second iteration of CLARA Clustering (5 Clusters) CS_09_5

Optimal number of clusters for CLARA Clustering based-on Elbow method CS_09_6

Optimal number of clusters for CLARA Clustering based-on Silhouette method CS_09_7

Result of first iteration of Hierarchical-K-Means Clustering (5 Clusters) CS_09_8

Optimal number of clusters for Hierarchical-K-Means Clustering based-on Elbow method CS_09_9

Optimal number of clusters for Hierarchical-K-Means Clustering based-on Silhouette method CS_09_10