Changeset 8171 for trunk/MagicSoft/Mars/mranforest
- Timestamp:
- 10/27/06 14:49:42 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc
r7784 r8171 137 137 // last entry of your rules 138 138 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()); 140 140 141 141 // prepare train-matrix finally used … … 160 160 { 161 161 weights[j] = matrixtrain.GetM()(j, ncols-nobs); 162 if (j% 100==0)162 if (j%250==0) 163 163 cout << weights[j] << " "; 164 164 }
Note:
See TracChangeset
for help on using the changeset viewer.