Skip to content

Subhagatoadak/Cluster-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages