Smooths a complete mortality schedule using Support Vector Machine regression. If the input mortality is abridged then a complete curve is first constructed using HYBRID_FORCE. The parameters \(\sigma\), \(\epsilon\), and \(C\) for \(\epsilon\)-SVM can be specified using an extrainfo string. For example SVM:"Sigma=100","Epsilon=0.01","C=3000" sets \(\sigma=100\), \(\epsilon=0.01\) and \(C=3000\). The default values are \(\epsilon=0.02\), \(\sigma=125\), and \(C=2200\). The SVM problem is solved using LIBSVM.