From 93b787af77b55d80df9d0452deb833164390a9e8 Mon Sep 17 00:00:00 2001 From: ManojAgrawal Date: Mon, 6 Mar 2017 11:37:35 -0800 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..699e87e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Clusters +This is sample R code for clustering wine offer data from DataSmart. I have based this code on code provided by R-blogger website https://www.r-bloggers.com/customer-segmentation-part-1-k-means-clustering/