Changeset 8646 for trunk/MagicSoft/Mars/mjtrain
- Timestamp:
- 07/26/07 12:13:00 (17 years ago)
- Location:
- trunk/MagicSoft/Mars/mjtrain
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjtrain/MJTrainEnergy.cc
r8644 r8646 145 145 146 146 // ------------------------ Train RF -------------------------- 147 MRanForestCalc rf( fTitle);147 MRanForestCalc rf("TrainEnergy", fTitle); 148 148 rf.SetNumTrees(fNumTrees); 149 149 rf.SetNdSize(fNdSize); -
trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc
r8644 r8646 802 802 // ------------------------ Train RF -------------------------- 803 803 804 MRanForestCalc rf ;804 MRanForestCalc rf("TrainSeparation", fTitle); 805 805 rf.SetNumTrees(fNumTrees); 806 806 rf.SetNdSize(fNdSize);
Note:
See TracChangeset
for help on using the changeset viewer.