Ignore:
Timestamp:
06/10/05 13:10:09 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mranforest/MRFEnergyEst.h

    r7134 r7142  
    2323    Int_t        fNdSize;    // Training parameters
    2424
     25    Bool_t       fDebug;     // Debugging of eventloop while training on/off
     26
    2527    TString      fFileName;
    2628    TObjArray    fEForests;
     
    3436    Int_t Process();
    3537
    36     Int_t ReadForests(MParList *plist=NULL);
     38    Int_t ReadForests(MParList &plist);
     39
     40    Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
    3741
    3842public:
     
    4145    void  SetFileName(TString str)     { fFileName = str; }
    4246
    43     void  SetNumTrees(Int_t n=-1)   { fNumTrees = n; }
    44     void  SetNdSize(Int_t n=-1)     { fNdSize   = n; }
    45     void  SetNumTry(Int_t n=-1)     { fNumTry   = n; }
     47    void  SetNumTrees(Int_t n=-1)      { fNumTrees = n; }
     48    void  SetNdSize(Int_t n=-1)        { fNdSize   = n; }
     49    void  SetNumTry(Int_t n=-1)        { fNumTry   = n; }
    4650
    4751    void  SetTestMatrix(MHMatrix *m=0) { fTestMatrix=m; }
    4852    void  InitMapping(MHMatrix *m=0)   { fTestMatrix=m; }
     53
     54    void SetDebug(Bool_t b=kTRUE)      { fDebug = b; }
    4955
    5056    Int_t Train(const MHMatrix &n, const TArrayD &grid);
Note: See TracChangeset for help on using the changeset viewer.