can any one tell me some thing how to use the lasso function
Ältere Kommentare anzeigen
can any tell me some thing about the lasso function ..
Antworten (2)
Image Analyst
am 10 Jul. 2014
0 Stimmen
See my attached demos on imfreehand().
Sanket Mishra
am 10 Jul. 2014
Bearbeitet: Sanket Mishra
am 10 Jul. 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)
2 Kommentare
Image Analyst
am 10 Jul. 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
am 10 Apr. 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 ????
Kategorien
Mehr zu Descriptive Statistics finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!