Where $C$ is a hyperparameter that controls the importance of regularization.
$C = 0$: standard non-regularized linear regression model.
$C$ = high value: the learning algorithm tries to set most $w^{(\cdot)}$ to $\approx 0$ to minimize the objective. The model becomes very simple and likely undefined.
Goal: find a value of the hyperparameter $C$ that doesn’t increase the bias too much but reduces the variance to a level appropriate to the given problem.