loss.weights
numeric vector of loss weights to
incure for each instance of x in case of misprediction.
Vector length should match length(y), but values are
cycled if not of identical size. Default to 1 so we
define a standard 0/1 loss for SVM classifier. The