| lassor
LASSOR
Trainable mapping for LASSO regression
W = LASSOR(X,LAMBDA)
W = X*LASSOR([],LAMBDA)
W = X*LASSOR(LAMBDA)
| Input | | X | Regression dataset | | LAMBDA | Regularisation parameter |
| Output | | W | LASSO regression mapping |
Description The 'Least Absolute Shrinkage and Selection Operator' regression, using the regularisation parameter LAMBDA. See also
ridger, linearr, plotr, | This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|