Ignore:
Timestamp:
11/02/06 09:00:59 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc

    r7425 r8203  
    11/* ======================================================================== *\
     2! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.7 2006-11-02 08:57:00 tbretz Exp $
     3! --------------------------------------------------------------------------
    24!
    35! *
     
    1719!
    1820!   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
    2124!
    2225!
     
    134137    // --- Produce some text information ---
    135138    fRules.AddText("");
    136     fRules.AddText(Form("%s w/ %d trees of node size %d trained by %d events",
     139    fRules.AddText(Form("%s w/ %d trees of node size %d trained by %d evts",
    137140                        fRanForest->IsClassify()?"Classification":"Regression",
    138141                        fRanForest->GetNumTrees(),
Note: See TracChangeset for help on using the changeset viewer.