Skip to content

Commit

Permalink
[skip-ci] update tmva results docu
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdymercury authored and vepadulano committed Feb 29, 2024
1 parent 0f14586 commit e8ef690
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions tmva/tmva/inc/TMVA/Results.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
* Package: TMVA *
* Class : Results *
* *
* *
* *
* Description: *
* Base-class for result-vectors *
Expand All @@ -23,7 +23,7 @@
* *
* Redistribution and use in source and binary forms, with or without *
* modification, are permitted according to the terms listed in LICENSE *
* (see tmva/doc/LICENSE) *
* (see tmva/doc/LICENSE) *
**********************************************************************************/

#ifndef ROOT_TMVA_Results
Expand All @@ -33,7 +33,7 @@
// //
// Results //
// //
// Class that is the base-class for a vector of result //
// Class that is the base-class for a vector of results //
// //
//////////////////////////////////////////////////////////////////////////

Expand Down
8 changes: 4 additions & 4 deletions tmva/tmva/inc/TMVA/ResultsClassification.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
* Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
* Package: TMVA *
* Class : ResultsClassification *
* *
* *
* *
* Description: *
* Base-class for result-vectors *
* Derived-class for result-vectors *
* *
* Authors (alphabetical): *
* Andreas Hoecker <Andreas.Hocker@cern.ch> - CERN, Switzerland *
Expand All @@ -23,7 +23,7 @@
* *
* Redistribution and use in source and binary forms, with or without *
* modification, are permitted according to the terms listed in LICENSE *
* (see tmva/doc/LICENSE) *
* (see tmva/doc/LICENSE) *
**********************************************************************************/

#ifndef ROOT_TMVA_ResultsClassification
Expand All @@ -33,7 +33,7 @@
// //
// ResultsClassification //
// //
// Class that is the base-class for a vector of result //
// Class that is the derived-class for a vector of results //
// //
//////////////////////////////////////////////////////////////////////////

Expand Down
6 changes: 3 additions & 3 deletions tmva/tmva/inc/TMVA/ResultsMulticlass.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
* Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
* Package: TMVA *
* Class : ResultsMulticlass *
* *
* *
* *
* Description: *
* Base-class for result-vectors *
* Derived-class for result-vectors *
* *
* Authors (alphabetical): *
* Andreas Hoecker <Andreas.Hocker@cern.ch> - CERN, Switzerland *
Expand All @@ -25,7 +25,7 @@
* *
* Redistribution and use in source and binary forms, with or without *
* modification, are permitted according to the terms listed in LICENSE *
* (see tmva/doc/LICENSE) *
* (see tmva/doc/LICENSE) *
**********************************************************************************/

#ifndef ROOT_TMVA_ResultsMulticlass
Expand Down
8 changes: 4 additions & 4 deletions tmva/tmva/inc/TMVA/ResultsRegression.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
* Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
* Package: TMVA *
* Class : ResultsRegression *
* *
* *
* *
* Description: *
* Base-class for result-vectors *
* Derived-class for result-vectors *
* *
* Authors (alphabetical): *
* Andreas Hoecker <Andreas.Hocker@cern.ch> - CERN, Switzerland *
Expand All @@ -23,7 +23,7 @@
* *
* Redistribution and use in source and binary forms, with or without *
* modification, are permitted according to the terms listed in LICENSE *
* (see tmva/doc/LICENSE) *
* (see tmva/doc/LICENSE) *
**********************************************************************************/

#ifndef ROOT_TMVA_ResultsRegression
Expand All @@ -33,7 +33,7 @@
// //
// ResultsRegression //
// //
// Class that is the base-class for a vector of result //
// Class that is the derived-class for a vector of results //
// //
//////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit e8ef690

Please sign in to comment.