我一直在尝试构建 SVM 分类器,但遇到了predict
.
> modelrbf<-ksvm(set,y,kernel="rbfdot",type="C-svc")
Using automatic sigma estimation (sigest) for RBF or laplace kernel
> predict(modelrbf,set[24,])
Error in .local(object, ...) : test vector does not match model !
我一无所知是什么导致了错误:“测试向量与模型不匹配!”。