predSVM: Calculate the decision value of an SVM model
Description
Calculate the decision value of an SVM model. Note this is different from the actual
prediction which is either 0 or 1, while decision values go from -1 to 1.
(taken from [Zizen 2009] supplementary code)