Changeset 2866


Ignore:
Timestamp:
01/21/04 12:46:42 (21 years ago)
Author:
hengsteb
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2862 r2866  
    160160
    161161Bool_t MRanForestCalc::Grow(MHMatrix *matrixg,MHMatrix *matrixh,Int_t ntree,
    162                             Int_t numtry,Int_t ndsize,const char* treefile=0,
    163                             const char* treename=0,const char* contname=0,
    164                             const char* hgininame=0)
     162                            Int_t numtry,Int_t ndsize,const char* treefile,
     163                            const char* treename,const char* contname,
     164                            const char* hgininame)
    165165{
    166166
     
    219219}
    220220
    221 Bool_t MRanForestCalc::Fill(Int_t ntree,const char* treefile=0,const char* treename=0)
     221Bool_t MRanForestCalc::Fill(Int_t ntree,const char* treefile,const char* treename)
    222222{
    223223    treefile  = treefile  ? treefile  : "RF.root";
Note: See TracChangeset for help on using the changeset viewer.