PRTools contents |
RIDGER
W = RIDGER(X,LAMBDA)
Input | |
X | Regression dataset |
LAMBDA | Regularization parameter (default LAMBDA=1) |
Output | |
W | Ridge regression mapping |
Perform a ridge regression on dataset X, with the regularization parameter LAMBDA.
PRTools contents |