A friend of yours shows you an SVM model they are working on, with very high accuracy on the training set (close to 100%). Upon closer inspection, you find out that almost all the original samples have been selected as support vectors. What can you guess about the values of C and gamma used to train this model? Do you think this model will generalize well?
a) High C and high gamma; Yes, it will generalize well
b) High C and low gamma; Yes, it will generalize well
c) Low C and high gamma; No, it won't generalize well
d) Low C and low gamma; No, it won't generalize well