can any one tell me some thing how to use the lasso function
4 次查看(过去 30 天)
显示 更早的评论
can any tell me some thing about the lasso function ..
0 个评论
回答(2 个)
Sanket Mishra
2014-7-10
编辑:Sanket Mishra
2014-7-10
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 个评论
Image Analyst
2014-7-10
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
2017-4-10
@ 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 ????
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!