Take a look at the tutorial process for the SVM operator. That shows an SVM predicting a nominal label, but the process is essentially the same with a numerical label. You will need to transform all your input attributes into numerical form in either case.