scalation.analytics.par
The RidgeRegression companion object is used to center the input matrix 'x'. This is done by subtracting the column means from each value.
RidgeRegression
Center the input matrix 'x' to zero mean, columnwise, by subtracting the mean.
the input matrix to center
the vector of column means of matrix x
The
RidgeRegression
companion object is used to center the input matrix 'x'. This is done by subtracting the column means from each value.