What is the Lambda matrix in Lasso classification in Matlab?
3 次查看(过去 30 天)
显示 更早的评论
Hi. My question is about the matrix of Lambda in Matlab when we are using the Lassoglm command. As lasso classification uses a penalty term as a constraint to shrink the coefficients of some variables to zero and it is using the formulation of
I need to know:
- what is the values in the B matrix (B = lassoglm(X,Y))? Let's say B is a 15x100 matrix in which the 15 is the number of terms (X) and 100 is the number of Lambda?
- I also need to know what does the Lambda matrix that Matlab provides, B, represent which of the parameters in the equation above?
- can I use the Lambda matrix values, as coefficient for forming a logistic equation like ?
Thank you.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classification Ensembles 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!