[root] / trunk / tmva / src / MethodBoost.cxx Repository:
ViewVC logotype

Log of /trunk/tmva/src/MethodBoost.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 47596 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 23 09:59:03 2012 UTC (2 years, 2 months ago) by hvoss
File length: 50976 byte(s)
Diff to previous 44507
Finally an update of the trunk with latest patches and other fixes from dev

Revision 44507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by axel
File length: 50940 byte(s)
Diff to previous 40005
Remove
  using namespace std;
from Riostream.h, which has huge consequences for all of ROOT.
Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.

Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.

Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.

Revision 40005 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 27 15:29:10 2011 UTC (3 years, 6 months ago) by stelzer
File length: 50880 byte(s)
Diff to previous 39998
remove mergeinfo properties

Revision 39998 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 27 14:46:38 2011 UTC (3 years, 6 months ago) by stelzer
File length: 50880 byte(s)
Diff to previous 39989
coverity fix

Revision 39989 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 27 13:19:22 2011 UTC (3 years, 6 months ago) by stelzer
File length: 50880 byte(s)
Diff to previous 39848
fix event requests for Category classifier

Revision 39848 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 21 11:52:58 2011 UTC (3 years, 7 months ago) by evt
File length: 50814 byte(s)
Diff to previous 38943
copy tmva/dev 39001:39355 to trunk

Revision 38943 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 20 08:03:25 2011 UTC (3 years, 9 months ago) by evt
File length: 50669 byte(s)
Diff to previous 38938
copying coverity fixes from tmva/dev to trunk, r38939:38941

Revision 38938 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 20 07:12:51 2011 UTC (3 years, 9 months ago) by evt
File length: 50669 byte(s)
Diff to previous 38895
copying coverity fixes from tmva/dev to trunk, r38897:38937

Revision 38895 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 18 11:59:54 2011 UTC (3 years, 9 months ago) by evt
File length: 50669 byte(s)
Diff to previous 38719
copying tmva/dev to trunk, r38718:38894

Revision 38719 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 4 12:22:28 2011 UTC (3 years, 9 months ago) by evt
File length: 50669 byte(s)
Diff to previous 38609
copying tmva/dev to trunk, r38611:38717

Revision 38609 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 24 16:06:32 2011 UTC (3 years, 10 months ago) by evt
File length: 50669 byte(s)
Diff to previous 38477
copying tmva/dev to trunk, r38480:38608

Revision 38477 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 17 10:57:49 2011 UTC (3 years, 10 months ago) by evt
File length: 50655 byte(s)
Diff to previous 38475
copying tmva/dev to trunk, fix compile error under windows, avoid use of math.h

Revision 38475 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 17 10:46:00 2011 UTC (3 years, 10 months ago) by evt
File length: 50655 byte(s)
Diff to previous 37506
copying tmva/dev to trunk

Revision 37506 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 10 14:00:41 2010 UTC (4 years, 1 month ago) by stelzer
File length: 45926 byte(s)
Diff to previous 37399
Fix Reader->MethodBoost->Evaluate(event) and protect BDT against 0 trees by user

Revision 37399 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 8 15:22:07 2010 UTC (4 years, 1 month ago) by evt
File length: 45524 byte(s)
Diff to previous 37173
several bug fixes to TMVA copied from dev
fix to multiple reader problem, ROOT-bug 76076, make static variable in
event non-static
fix valgrind error due to uninitialized values
fix 5 more valgrind error detected in unit tests
fix to sub-optimal BDT settings
fix bug fix in Likelihood with VarTransforms, fixed unit tests breaks
LikelihoodD and LikelihoodPCA

Revision 37173 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 2 09:34:40 2010 UTC (4 years, 1 month ago) by evt
File length: 45506 byte(s)
Diff to previous 37150
fix tmva coverity defect 23295 (PDEFoamVec), 23285 (OptimizeConfigParas) 23191 (MethodBoost), Bugfix in SVM makeclass, cosmetics in MethodBase, MethodBDT slight improvement of fNodeMinEvents default

Revision 37150 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 1 14:17:08 2010 UTC (4 years, 1 month ago) by evt
File length: 45123 byte(s)
Diff to previous 36966
fix tmva coverity defects 23224,23238,23235,23236,23237,23278,23286,23289,23290,23292,23293,23294,23296

Revision 36966 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 26 09:50:13 2010 UTC (4 years, 1 month ago) by evt
File length: 44745 byte(s)
Diff to previous 36088
copying tmva/dev(rev 36945) to trunk

Revision 36088 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 5 16:50:02 2010 UTC (4 years, 3 months ago) by stelzer
File length: 32537 byte(s)
Diff to previous 36041
more coverity work

Revision 36041 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 3 12:15:55 2010 UTC (4 years, 3 months ago) by stelzer
File length: 32478 byte(s)
Diff to previous 35738
fix coverity reports

Revision 35738 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 26 09:17:57 2010 UTC (4 years, 3 months ago) by stelzer
File length: 32344 byte(s)
Diff to previous 35719
fix all secure_coding and stream_format_state reports

Revision 35719 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 24 17:32:57 2010 UTC (4 years, 4 months ago) by stelzer
File length: 31818 byte(s)
Diff to previous 33928
fix first set of coverity reports

Revision 33928 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 15 16:19:31 2010 UTC (4 years, 7 months ago) by stelzer
File length: 31730 byte(s)
Diff to previous 31458
Multi-Class training, method-init via memory-resident XML, bug fix in event info shuffling

Revision 31458 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 30 13:58:20 2009 UTC (5 years, 1 month ago) by stelzer
File length: 31216 byte(s)
Diff to previous 29195
First import of TMVA from dev branch

Revision 29195 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 24 10:39:49 2009 UTC (5 years, 7 months ago) by brun
File length: 31141 byte(s)
Diff to previous 29122
From Joerg and TMVA team:
fix coding conventions

Revision 29122 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Jun 22 06:51:30 2009 UTC (5 years, 7 months ago) by brun
File length: 31141 byte(s)
From the TMVA team;
New version of TMVA to be described soon.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9