Changeset 7416 for trunk/MagicSoft/Mars/mranforest
- Timestamp:
- 11/21/05 13:05:58 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mranforest/MRanForest.cc
r7415 r7416 367 367 } 368 368 369 const Int_t tryest = TMath::Nint(TMath::Sqrt(dim) +0.5);369 const Int_t tryest = TMath::Nint(TMath::Sqrt(dim)); 370 370 371 371 *fLog << inf << endl; … … 382 382 fNumTry=tryest; 383 383 *fLog << inf << endl; 384 *fLog << "Set no. of trials to the recommended value of round("<< TMath::Sqrt(dim) <<") = "; 385 *fLog << fNumTry << endl; 386 387 388 } 384 *fLog << "Set no. of trials to the recommended value of round("; 385 *fLog << TMath::Sqrt(dim) << ") = " << fNumTry << endl; 386 } 387 389 388 fRanTree->SetNumTry(fNumTry); 390 389 fRanTree->SetClassify(fClassify);
Note:
See TracChangeset
for help on using the changeset viewer.