Changeset 8203 for trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc
- Timestamp:
- 11/02/06 09:00:59 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc
r7425 r8203 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.7 2006-11-02 08:57:00 tbretz Exp $ 3 ! -------------------------------------------------------------------------- 2 4 ! 3 5 ! * … … 17 19 ! 18 20 ! Author(s): Thomas Hengstebeck 3/2003 <mailto:hengsteb@alwa02.physik.uni-siegen.de> 19 ! 20 ! Copyright: MAGIC Software Development, 2000-2003 21 ! Author(s): Thomas Bretz <mailto:tbretz@astro.uni-wuerzburg.de> 22 ! 23 ! Copyright: MAGIC Software Development, 2000-2006 21 24 ! 22 25 ! … … 134 137 // --- Produce some text information --- 135 138 fRules.AddText(""); 136 fRules.AddText(Form("%s w/ %d trees of node size %d trained by %d ev ents",139 fRules.AddText(Form("%s w/ %d trees of node size %d trained by %d evts", 137 140 fRanForest->IsClassify()?"Classification":"Regression", 138 141 fRanForest->GetNumTrees(),
Note:
See TracChangeset
for help on using the changeset viewer.