Question: 4. Bonus: Kernel Kmeans demo with Gaussian Kernel (5 pts) Use the attached Matlab code and the data file to produce a clustering result. Note:

4. Bonus: Kernel Kmeans demo with Gaussian Kernel (5 pts) Use the attached Matlab code and the data file to produce a clustering result. Note: to import the data into the matrix X, you need to replace the following codes in 'demo.m Replace n = 500; [x,label] kmeansRnd ( d , k, n); = With: n = 508; % the total # of objects x-[ copy and paste the 2D data from the excel filel; To run the demo, just type demo after the Matlab prompt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
