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 (y-axis) and Alcohol Content (x-axis),
partition the wine data set into three (3) clusters using k-means clustering.
Store the cluster labels in a 178-by-1 matrix called: id2.
The plot of both the output of the kmeans and the actual clusters of the data set should be
shown in Figure 2. Make use of the subplot command for this.
Observe proper plot titles and axis labels.
Repeat #2 but perform feature scaling. Use the same features as in #3. but
Store the cluster labels in a 178-by-1 matrix called: id3.
The plot of both the output of the kmeans and the actual clusters of the data set should be
shown in Figure 3. Make use of the subplot command for this.
Observe proper plot titles and axis labelsMATLMM.
 MATLAB PROBLEM: Load up the wine data set. This can be

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!