Question: MATLAB PROBLEM: Load up the wine data set. This can be easily done using the command load wine.data. Make sure the wine.data file is in
MATLAB PROBLEM: Load up the wine data set. This can be easily done using the command "load wine.data". Make sure
the wine.data file is in the same directory as your script file. The data set description can be found in
wine.names. Using only the ff features: Proline Content yaxis and Alcohol Content xaxis
partition the wine data set into three clusters using means clustering.
Store the cluster labels in a by matrix called: id
The plot of both the output of the kmeans and the actual clusters of the data set should be
shown in Figure Make use of the subplot command for this.
Observe proper plot titles and axis labels.
Repeat # but perform feature scaling. Use the same features as in # but
Store the cluster labels in a by matrix called: id
The plot of both the output of the kmeans and the actual clusters of the data set should be
shown in Figure Make use of the subplot command for this.
Observe proper plot titles and axis labelsMATLMM.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
