You are on page 1of 2

Murao, Donna Mae P.

BA 321
CASE STUDY #5A- SUMMATIVE ACTIVITY

Wine Dataset
The dataset wine.csv contains the different properties and characteristics of wines with specific values. The
attributes are fixed acidity, volatile acidity, citric acid, residual sugar, chlorides, free sulfur dioxide, total
sulfur dioxide, density, pH, sulphates, alcohol and quality. Based on the given values for each attributes,
classify the wines into 4 clusters considering its common attributes. Do the following:

a. Cluster the wines using k-means clustering


• Display/Show the clusters. (Plot)

• Create a table for each cluster and list down all the wines belonging to each cluster
1 2 3 4

K,M,R,U A,D,E,H,O,S,X,Z C,F,L,P,Q,V B,G,I,J,N,T,W,Y


b. Cluster the wines using hierarchical clustering
• Display/Show the clusters. (Plot)

• Create a table for each cluster and list down all the wines belonging to each cluster
1 2 3 4

Z S,X,D,E,O,A,H R,U,K,M Q,C,F,P,L,V,N,W,J,G,T,Y,B,


I

You might also like