First time here? Check out the FAQ!
answered 2016-08-24 06:27:23 -0600
sure, you can just:
svm.save("some.xml") # in python
and
Ptr<ml::SVM> svm = ml::StatModel::load<ml::SVM>("some.xml"); // in c++