Ignore:
Timestamp:
10/27/06 14:49:42 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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            }
Note: See TracChangeset for help on using the changeset viewer.