Ignore:
Timestamp:
07/26/07 12:13:00 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mjtrain
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjtrain/MJTrainEnergy.cc

    r8644 r8646  
    145145
    146146    // ------------------------ Train RF --------------------------
    147     MRanForestCalc rf(fTitle);
     147    MRanForestCalc rf("TrainEnergy", fTitle);
    148148    rf.SetNumTrees(fNumTrees);
    149149    rf.SetNdSize(fNdSize);
  • trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc

    r8644 r8646  
    802802    // ------------------------ Train RF --------------------------
    803803
    804     MRanForestCalc rf;
     804    MRanForestCalc rf("TrainSeparation", fTitle);
    805805    rf.SetNumTrees(fNumTrees);
    806806    rf.SetNdSize(fNdSize);
Note: See TracChangeset for help on using the changeset viewer.