Ignore:
Timestamp:
11/21/05 11:09:12 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7409 r7413  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2005/11/21 Thomas Bretz
     21
     22   * mjtrain/*, macros/train/*.C:
     23     - added new class to train the random forest
     24
     25   * Makefile:
     26     - added mjtrain
     27
     28   * macros/dohtml.C, macros/rootlogon.C:
     29     - added mjoptim and mjtrain
     30
     31   * mbase/MParList.[h,cc]:
     32     - fixed copy constructor (it was crashing due to the
     33       non-initialized lists)
     34
     35   * mhbase/MBinning.[h,cc]:
     36     - renamed SetEdges to SetEdgesLin (SetEdges now is just and
     37       abbreviation)
     38     - added a check for the number of bins to all SetEdges*
     39
     40   * mhbase/MH3.cc:
     41     - enable grid
     42
     43   * mhbase/MHMatrix.[h,cc]:
     44     - new member function Addcolumns taking a TCollection
     45
     46   * mhist/MHHadronness.cc:
     47     - align hadronnes into [0,1]
     48
     49   * mjobs/MDataSet.[h,cc]:
     50     - call SetOwner for fSequencesOn and fSequencesOff
     51     - added Copy member function
     52
     53   * mjobs/MJCut.[h,cc]:
     54     - added new TaskEnv "CalcDisp" for a disp estimator
     55
     56   * mjoptim/MJOptimizeDisp.cc:
     57     - fixed typo in a title
     58     - added a new histogram showing theta-sq versus size
     59
     60   * mranforest/MHRanForestGini.[h,cc]:
     61     - revised to display more information
     62     - exchanged pointers to TGraph by objects
     63
     64   * mranforest/MRanForest.[h,cc]:
     65     - replaced some weired copy of the train matrix by a direct access
     66     - revised output
     67     - pipe error/resolution to tree
     68
     69   * mranforest/MRanForestCalc.[h,cc]:
     70     - copied code from MRFEnergyEst
     71     - allow to set a name for the output container
     72     - set numtry to 0 (auto)
     73     - set ndsize to 1 (there is no auto mode)
     74     - introduced variable for number of obsolete parameters
     75
     76   * mranforest/MRanTree.h:
     77     - new data member to store resolution/error
     78
     79   * mranforest/Makefile, mranforest/RanForestLinkDef.h:
     80     - removed MRFEnergyEst
     81     - added MRanForestCalc
     82
     83   * mtools/MTFillMatrix.[h,cc]:
     84     - added the possibility to use PreCuts befre filling the matrix
     85     - added ReadEnv
     86
     87
     88
    2089 2005/11/18 Thomas Bretz
    2190
Note: See TracChangeset for help on using the changeset viewer.