Changeset 9869 for trunk/Mars


Ignore:
Timestamp:
08/16/10 09:09:15 (14 years ago)
Author:
tbretz
Message:
Gave names to the data sets in the output file in MJTrainSeparation
Location:
trunk/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Changelog

    r9868 r9869  
    5151   * mtools/MTFillMatrix.cc:
    5252     - improved handling of negative number of events
     53
     54   * mjtrain/MJTrainSeparation.cc:
     55     - added names to test- and train-dataset for storage
    5356
    5457
  • trunk/Mars/mjtrain/MJTrainSeparation.cc

    r9347 r9869  
    10461046    fLog->Separator();
    10471047
     1048    fDataSetTrain.SetName("DataSetTrain");
     1049    fDataSetTest.SetName("DataSetTest");
     1050
    10481051    // Write the display
    10491052    TObjArray arr;
     
    10561059    return WriteContainer(arr, 0, "UPDATE");
    10571060}
    1058 
Note: See TracChangeset for help on using the changeset viewer.