Question: 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
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 file]; X=X; 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
