Changeset 8171 for trunk/MagicSoft


Ignore:
Timestamp:
10/27/06 14:49:42 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfbase/MF.cc

    r8091 r8171  
    228228        txt = txt.Strip(TString::kBoth);
    229229
    230         //*fLog << all << setw(level) << " " << "Text: " << level << " '" << txt << "'" << endl;
     230        //fLog << all << setw(level) << " " << "Text: " << level << " '" << txt << "'" << endl;
    231231
    232232        switch (txt[0])
  • trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc

    r7784 r8171  
    137137    // last entry of your rules
    138138    MDataArray rules(usedrules);
    139     rules.AddEntry(ver<3?"Classification":dcol[ncols-1].GetRule().Data());
     139    rules.AddEntry(ver<3?"Classification.fVal":dcol[ncols-1].GetRule().Data());
    140140
    141141    // prepare train-matrix finally used
     
    160160            {
    161161                weights[j] = matrixtrain.GetM()(j, ncols-nobs);
    162                 if (j%100==0)
     162                if (j%250==0)
    163163                    cout << weights[j] << " ";
    164164            }
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc

    r8165 r8171  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.56 2006-10-25 18:36:26 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.57 2006-10-27 13:49:42 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    278278            // search must be placed and from there we can step 1.5 slices
    279279            // back to be on the safe side.
     280            //
     281            // The jitter in the hi-/lo-gain offset ssems to be around +/-0.5
    280282            first = TMath::FloorNint(timehi+numh+fOffsetLoGain+fLoGainStartShift);
    281283            if (first<0)
Note: See TracChangeset for help on using the changeset viewer.