I am trying to create a plot for weighted SVM model
The following commands
X <- subset(mydata, select=-STATUS) Y <- subset(mydata, select=STATUS) wt