Build a custom svm kernel matrix with opencv

前端 未结 2 557
一个人的身影
一个人的身影 2021-01-02 14:43

I have to train a Support Vector Machine model and I\'d like to use a custom kernel matrix, instead of the preset ones (like RBF, Poly, ecc.). How can I do that (if is it po

2条回答
  •  余生分开走
    2021-01-02 14:59

    If you're not married to OpenCV for the SVM stuff, have a look at the shogun toolbox ... lots of SVM voodoo in there.

提交回复
热议问题