SVM parameter optimization in Opencv

后端 未结 1 1848
情歌与酒
情歌与酒 2021-01-02 15:53

I want to optimize SVM parameters in Opencv. But, every time I use train_auto I get C=1 and gamma=1. Some people use LibSVM but I coul

1条回答
  •  说谎
    说谎 (楼主)
    2021-01-02 16:43

    I modified the code as follows paramz = svm.get_params() and it worked fine.

    0 讨论(0)
提交回复
热议问题