class_<bob::trainer::SVMTrainer,boost::shared_ptr<bob::trainer::SVMTrainer>>("SVMTrainer","This class emulates the behavior of the command line utility called svm-train, from libsvm. These bindings do not support:\n\n * Precomputed Kernels\n * Regression Problems\n * Different weights for every label (-wi option in svm-train)\n\nFell free to implement those and remove these remarks.",no_init)