Changeset 17928 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.Algorithms.DataAnalysis.Glmnet/3.4/Glmnet.cs
- Timestamp:
- 04/06/21 13:13:32 (4 years ago)
- Location:
- branches/3026_IntegrationIntoSymSpace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace
- Property svn:mergeinfo changed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.Algorithms.DataAnalysis.Glmnet/3.4/Glmnet.cs
r17180 r17928 31 31 /// ka=1 => covariance updating algorithm 32 32 /// ka=2 => naive algorithm 33 /// parm = penalty member index(0 <= parm <= 1)33 /// parm = penalty member index(0 <= parm <= 1) 34 34 /// = 0.0 => ridge 35 35 /// = 1.0 => lasso … … 48 48 /// ne = maximum number of variables allowed to enter largest model 49 49 /// (stopping criterion) 50 /// nx = maximum number of variables allowed to enter all mode sl50 /// nx = maximum number of variables allowed to enter all models 51 51 /// along path(memory allocation, nx > ne). 52 52 /// nlam = (maximum)number of lamda values 53 53 /// flmin = user control of lamda values(>=0) 54 /// flmin <1.0 => minimum lamda = flmin * (largest lamda value)54 /// flmin < 1.0 => minimum lamda = flmin * (largest lamda value) 55 55 /// flmin >= 1.0 => use supplied lamda values(see below) 56 56 /// ulam(nlam) = user supplied lamda values(ignored if flmin< 1.0)
Note: See TracChangeset
for help on using the changeset viewer.