C2beta | R Documentation |
This function converts the CR algorithm outputs to the regression coefficients
C2beta(X, Y, C, lambda)
X |
The input feature matrix |
Y |
The input response vector |
C |
The weight matrix computed from CR algorithm |
lambda |
Deprecated. Regularization parameter if L2 penalization is used for CR. JICO uses zero as default. |
A list of regression coefficients to perform the prediction task.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.