Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/27/21 15:30:17 (3 years ago)
Author:
gkronber
Message:

#3127: merged r17992:17993 from trunk to branch

Location:
branches/3127-MRGP-VarPro-Exploration
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3127-MRGP-VarPro-Exploration

  • branches/3127-MRGP-VarPro-Exploration/HeuristicLab.Algorithms.DataAnalysis.Glmnet/3.4/Glmnet.cs

    r17784 r17997  
    3333    ///  parm = penalty member index(0 <= parm <= 1)
    3434    ///         = 0.0 => ridge
    35     ///  = 1.0 => lasso
     35    ///         = 1.0 => lasso
    3636    ///    no = number of observations
    3737    ///    ni = number of predictor variables
     
    4343    ///  vp(ni) = relative penalties for each predictor variable
    4444    ///       vp(j) = 0 => jth variable unpenalized
    45     ///    cl(2, ni) = interval constraints on coefficient values(overwritten)
    46     ///  cl(1, j) = lower bound for jth coefficient value(&lt;= 0.0)
    47     ///  cl(2, j) = upper bound for jth coefficient value(>= 0.0)
     45    ///  cl(2, ni) = interval constraints on coefficient values (overwritten)
     46    ///    cl(1, j) = lower bound for jth coefficient value(<= 0.0)
     47    ///    cl(2, j) = upper bound for jth coefficient value(>= 0.0)
    4848    ///  ne = maximum number of variables allowed to enter largest model
    49     /// (stopping criterion)
     49    ///      (stopping criterion)
    5050    ///  nx = maximum number of variables allowed to enter all models
    51     ///  along path(memory allocation, nx > ne).
     51    ///       along path(memory allocation, nx > ne).
    5252    ///  nlam = (maximum)number of lamda values
    5353    ///    flmin = user control of lamda values(>=0)
Note: See TracChangeset for help on using the changeset viewer.