Subhagatoadak / Cluster-Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cluster-Analysis

Cluster Analysis of credit card data. This is a small cluster analysis of the data on credit data downloaded from internet credit.csv. The data has 10 variables(attributes), and 255 rows(entities). There are some structural anamolies in the data which have been corrected by replacing the value for the particular entity by the mean of all the duplicates. Import the data in the R studio. Here are some visualizations of the cluster analysis.

nbcluster_transaction

cluster_transaction

This visualization shows the optimum number of clusters for K-Means analysis.

rplot

Cluster plot using clusplot() in cluster package.

clusterplot

Cluster plot using fviz_cluster() in factoextra package.

About


Languages

Language:R 100.0%