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

Legend:

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

    r7425 r7687  
    4444
    4545    Int_t        fNumObsoleteVariables; //! Training parameters
     46    Bool_t       fLastDataColumnHasWeights; //! Training parameters
    4647
    4748    TString      fFileName;             // File name to forest
     
    8485    void SetDebug(Bool_t b=kTRUE)    { fDebug    = b; }
    8586
    86     void SetNumObsoleteVariables(Int_t n=1) { fNumObsoleteVariables = n; }
     87    void SetNumObsoleteVariables(Int_t n=1)          { fNumObsoleteVariables = n; }
     88    void SetLastDataColumnHasWeights(Bool_t b=kTRUE) { fLastDataColumnHasWeights = b; }
    8789
    8890    // Train Interface
Note: See TracChangeset for help on using the changeset viewer.