Changeset 7697 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 05/05/06 10:53:03 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7695 r7697 46 46 - removed the obsolste dereferencing from the call to FindBestSplit 47 47 - 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 48 55 49 56 * mhflux/MAlphaFitter.cc: … … 51 58 in the case of off-data. This did in no means effect the result, 52 59 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 53 74 54 75
Note:
See TracChangeset
for help on using the changeset viewer.