source:
trunk/MagicSoft/Mars/mjtrain/MJTrainEnergy.h@
8670
      
      | Last change on this file since 8670 was 7412, checked in by , 20 years ago | |
|---|---|
| File size: 378 bytes | |
| Line | |
|---|---|
| 1 | #ifndef MARS_MJTrainEnergy | 
| 2 | #define MARS_MJTrainEnergy | 
| 3 | |
| 4 | #ifndef MARS_MJTrainRanForest | 
| 5 | #include "MJTrainRanForest.h" | 
| 6 | #endif | 
| 7 | |
| 8 | class MDataSet; | 
| 9 | |
| 10 | class MJTrainEnergy : public MJTrainRanForest | 
| 11 | { | 
| 12 | public: | 
| 13 | MJTrainEnergy() { } | 
| 14 | Bool_t Train(const char *out, const MDataSet &set, Int_t num); | 
| 15 | |
| 16 | ClassDef(MJTrainEnergy, 0)//Class to train Random Forest energy estimator | 
| 17 | }; | 
| 18 | |
| 19 | |
| 20 | #endif | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
