| ridger
RIDGER
Trainable mapping for ridge regression
W = RIDGER(X,LAMBDA)
W = X*RIDGER([],LAMBDA)
W = X*RIDGER(LAMBDA)
| Input | | X | Regression dataset | | LAMBDA | Regularisation parameter (default LAMBDA=1) |
| Output | | W | Ridge regression mapping |
Description Perform a ridge regression on dataset X, with the regularisation parameter LAMBDA. See also
lassor, plotr, linearr, | This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|