82. In the linearly non-separable case, what effect does the C parameter have on the SVM mode.
it determines how many data points lie within the margin
it is a count of the number of data points which do not lie on their respective side of the hyperplane
it allows us to trade-off the number of misclassified points in the training data and the size of the margin
it counts the support vectors