Changeset 1860
- Timestamp:
- 03/21/03 17:57:28 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1853 r1860 1 1 -*-*- END OF LINE -*-*- 2 2003/03/21: Thomas Hengstebeck 3 4 * manalysis/MRanTree.[h,cc] 5 - new; parameter container to store a single random tree 6 7 * manalysis/MRanForest.[h,cc] 8 - new; parameter container to store complete forest 9 10 * manalysis/MRanForestGrow.[h,cc] 11 - new; task to grow trees (training) 12 13 * manalysis/MRanForestCalc.[h,cc] 14 - new; task to calculate hadronness using random forest 15 16 * manalysis/MRanForestFill.[h,cc] 17 - new; task to read in the trees of the random forest 18 19 * manalysis/Makefile, manalysis/HistLinkDef.h: 20 - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc, MRanForestFill 21 22 * mhist/MHRanForest.[h,cc] 23 - new; histogram showing variance of estimated hadronness as function of no. of combined trees 24 25 * mhist/MHRanForestGini.[h,cc] 26 - new; histogram showing mean decrease in Gini-index as function of RF-input-parameters 27 28 * mhist/Makefile, mhist/HistLinkDef.h: 29 - added MHRanForest, MHRanForestHillas 30 31 * macros/RanForest.C 32 - new; g/h-separation by Random Forest-method 33 34 * macros/RanForest2.C 35 - new; reading in saved random forest (using MRanForestFill) 36 37 2 38 3 39 2003/03/21: Abelardo Moralejo -
trunk/MagicSoft/Mars/NEWS
r1856 r1860 38 38 - first implementation of a container describing the observatory 39 39 location (Long, Lat, etc) 40 41 - added Random Forest - method for g/h-separation 40 42 41 43
Note:
See TracChangeset
for help on using the changeset viewer.