This function converts the CR algorithm outputs to the regression coefficients
C2beta(X, Y, C, lambda)A list of regression coefficients to perform the prediction task.
The input feature matrix
The input response vector
The weight matrix computed from CR algorithm
Deprecated. Regularization parameter if L2 penalization is used for CR. JICO uses zero as default.