Changeset 8091 for trunk/MagicSoft/Mars/mjtrain
- Timestamp:
- 10/17/06 14:39:40 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjtrain/MJTrainRanForest.cc
r7749 r8091 37 37 #include "MLogManip.h" 38 38 39 #include "MF .h"39 #include "MFDataPhrase.h" 40 40 #include "MParameterCalc.h" 41 41 … … 54 54 void MJTrainRanForest::AddCut(TList &l, const char *rule) 55 55 { 56 MFilter *f = new MF (rule);56 MFilter *f = new MFDataPhrase(rule); 57 57 f->SetBit(kCanDelete); //FIXME!!!! Why does not any other list delete it??? 58 58 Add(l, f);
Note:
See TracChangeset
for help on using the changeset viewer.