PRTools contents |
LASSOR
W = LASSOR(X,LAMBDA)
Input | |
X | Regression dataset |
LAMBDA | Regularization parameter |
Output | |
W | LASSO regression mapping |
The 'Least Absolute Shrinkage and Selection Operator' regression, using the regularization parameter LAMBDA.
PRTools contents |