Description: This code just simply run the SVM on the example data set heart_scale ,
which is scaled properly. The code divides the data into 2 parts
train: 1 to 200
test: 201:270
Then plot the results vs their true class. In order to visualize the high
dimensional data, we apply MDS to the 13D data and reduce the dimension
to 2D
To Search:
File list (Check if you may need any files):
SVM.m