Ignore:
Timestamp:
03/24/03 14:26:49 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MRanForest.cc

    r1859 r1864  
    3838// namely bootstrap aggregating (which is done in GrowForest()) and random //
    3939// split selection (which is subject to MRanTree::GrowTree())              //
     40//                                                                         //
    4041/////////////////////////////////////////////////////////////////////////////
    4142#include "MRanForest.h"
    42 #include <iostream.h> 
    43 #include <fstream.h>
    44 
    45 #include <TFile.h>          // gFile
     43
     44#include <TMatrix.h>
     45
     46#include "MHMatrix.h"
     47#include "MRanTree.h"
    4648
    4749#include "MLog.h"
    4850#include "MLogManip.h"
    4951
    50 
    5152ClassImp(MRanForest);
     53
    5254// --------------------------------------------------------------------------
    5355//
     
    6668    fTreeHad.Set(fNumTrees);
    6769    fTreeHad.Reset();
    68 
    69     return;
    7070}
    7171
     
    8383
    8484    fUsePriors=kTRUE;
    85 
    86     return;
    8785}
    8886
     
    106104    fForest=new TObjArray();
    107105    fForest->SetOwner(kTRUE);
    108 
    109     return;
    110106}
    111107
     
    115111    // ndsize + numtry are set in MRanForestGrow!!
    116112    fRanTree=rantree;
    117 
    118     return;
    119113}
    120114
Note: See TracChangeset for help on using the changeset viewer.