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