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

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

Parent Directory Parent Directory


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

Revision 47901 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 6 21:14:22 2012 UTC (2 years, 1 month ago) by hvoss
File length: 35936 byte(s)
Diff to previous 47733
use gtoos().StringFromDouble in VariableGaussTransfrom Standalone class writing

Revision 47733 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 30 15:49:36 2012 UTC (2 years, 1 month ago) by hvoss
File length: 36011 byte(s)
Diff to previous 47596
fix Gauss Transformation in stand alone class

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: 32440 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: 32440 byte(s)
Diff to previous 41891
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 41891 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 10 22:46:31 2011 UTC (3 years, 2 months ago) by pcanal
File length: 32435 byte(s)
Diff to previous 40005
Remove all assigned but unused variable discovered by g++ 4.6.1 (including one completely nop function)

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: 32429 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: 32429 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: 32429 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: 32429 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: 32429 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: 32429 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: 32429 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: 32429 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: 32429 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: 32788 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: 32788 byte(s)
Diff to previous 37399
copying tmva/dev to trunk

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: 29535 byte(s)
Diff to previous 36966
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 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: 29535 byte(s)
Diff to previous 36170
copying tmva/dev(rev 36945) to trunk

Revision 36170 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 7 16:43:07 2010 UTC (4 years, 3 months ago) by stelzer
File length: 28885 byte(s)
Diff to previous 33928
hopefully last coverity fix submission

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: 28841 byte(s)
Diff to previous 31800
Multi-Class training, method-init via memory-resident XML, bug fix in event info shuffling

Revision 31800 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 10 15:04:44 2009 UTC (5 years, 1 month ago) by stelzer
File length: 29022 byte(s)
Diff to previous 31460
Last fixes from Eckhard, regarding integer variables in PDF LH method

Revision 31460 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 30 14:55:54 2009 UTC (5 years, 1 month ago) by brun
File length: 28928 byte(s)
Diff to previous 31458
From Bertrand:
Fix compilation problem on Windows

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: 28884 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: 26417 byte(s)
Diff to previous 29153
From Joerg and TMVA team:
fix coding conventions

Revision 29153 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 23 05:04:54 2009 UTC (5 years, 7 months ago) by brun
File length: 26426 byte(s)
Diff to previous 29122
From Joerg and Andreas:
should fix remaining compilation bugs on Windows and Solaris

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: 26308 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