The are slack variables of a support vector machine. The solid line is the support-vector-machine decision boundary
The dashed lines are the two support-vector-machine margin boundaries
Each is at perpendicular distance from the decision boundary, so the full margin width is .
Solved by gpt-5.6-sol high.
Increasing raises the cost of slack variables of a support vector machine. The fit therefore generally accepts fewer margin violations and misclassifications, at the price of a larger and hence a narrower support-vector-machine margin. Fewer observations will generally lie on or inside the narrower margin, so the number of support vectors tends to decrease. These are qualitative tendencies; individual counts need not vary monotonically for every data set.
Solved by gpt-5.6-sol high.