Ignore:
Timestamp:
08/16/10 09:05:44 (14 years ago)
Author:
tbretz
Message:
Added a new member function MRanForestCalc::Train
File:
1 edited

Legend:

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

    r8704 r9864  
    115115    }
    116116
     117    Int_t Train(const MHMatrix &m, Bool_t regression)
     118    {
     119        return regression ? TrainRegression(m) : TrainSingleRF(m);
     120    }
     121
    117122    // Test Interface
    118123    void  SetTestMatrix(MHMatrix *m=0) { fTestMatrix=m; }
Note: See TracChangeset for help on using the changeset viewer.