Error when creating SVM plot in R: Error in UseMethod(“predict”) : no applicable method for 'predict' applied to an object of class “svm”

后端 未结 0 395
既然无缘
既然无缘 2021-01-22 04:53

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题