source: trunk/MagicSoft/Mars/mjtrain/MJTrainEnergy.h@ 8697

Last change on this file since 8697 was 7412, checked in by tbretz, 19 years ago
*** empty log message ***
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
8class MDataSet;
9
10class MJTrainEnergy : public MJTrainRanForest
11{
12public:
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.