Ignore:
Timestamp:
05/05/06 10:53:03 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7695 r7697  
    4646     - removed the obsolste dereferencing from the call to FindBestSplit
    4747     - added some const-qualifiers in funciton calls
     48     - make a copy of tclasspop in BuildTree to be able to give the
     49       array as a const qualified reference. It is not used at any other
     50       place
     51     - in TreeHad first get the pointers to the vector with the data to
     52       get rid of the range check done by root. This has also the advantage
     53       that all TreeHad member function can be unified into a single
     54       member function
    4855
    4956   * mhflux/MAlphaFitter.cc:
     
    5158       in the case of off-data. This did in no means effect the result,
    5259       just the performance.
     60
     61   * mhbase/MH3.cc:
     62     - convert the options ToLower case first before checking
     63
     64   * mjtrain/MJTrainRanForest.[h,cc]:
     65     - added AddPar member function
     66     - added fPreTasks and fPostTasks
     67     - added fEnableWeights
     68     - added member functions suporting setting pre- and posttasks
     69       and weights
     70
     71   * mtools/MTFillMatrix.h:
     72     - added new member function to clear the fPreCuts, fPreTasks and
     73       fPostTasks lists
    5374
    5475
Note: See TracChangeset for help on using the changeset viewer.