The objective is to implement different clustering methods to synthetic and real-world data and validate using external and internal validation techniques
- Used K-means and hierarchical clustering methods to generate clusters
- Evaluated the performance of the clustering algorithm using external validation metrics like Jaccard index
- Plotted the data points for each dataset and colored them according to the original class using ggplot2 package
- Plotted the data points for each dataset and colored them according to the class allocated by the clustering algorithm
- Used Internal validation metrics like Silhouette and Dunn index to report the cluster quality USING WCSS ( Within-Cluster Sum of Square )