Effacer les filtres
Effacer les filtres

can any one tell me some thing how to use the lasso function

2 vues (au cours des 30 derniers jours)
Abhishek sadasivan
Abhishek sadasivan le 10 Juil 2014
Commenté : chocho le 10 Avr 2017
can any tell me some thing about the lasso function ..

Réponses (2)

Image Analyst
Image Analyst le 10 Juil 2014
See my attached demos on imfreehand().

Sanket Mishra
Sanket Mishra le 10 Juil 2014
Modifié(e) : Sanket Mishra le 10 Juil 2014
Lasso function provides regularized least-squares regression using lasso or elastic net algorithms. You can use below syntax to execute lasso function:
B = lasso(X,Y)
[B,FitInfo] = lasso(X,Y)
[B,FitInfo] = lasso(X,Y,Name,Value)
Follow the instructions in the link for lasso function .
  2 commentaires
Image Analyst
Image Analyst le 10 Juil 2014
I didn't know about that lasso function. I assumed he meant something like the lasso tool in Photoshop, but maybe not. The Photoshop-like tool is called imfreehand() in MATLAB. Maybe he can clarify.
chocho
chocho le 10 Avr 2017
@ Sanket Mishra I have tried this function before and is worked well, however, the PredictorNames character vector i found is empty and instead of having the predictor names existed in x ????

Connectez-vous pour commenter.

Catégories

En savoir plus sur Large Files and Big Data dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by