Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TAURECTOOLS_BDTHELPER_H
6 #define TAURECTOOLS_BDTHELPER_H
23 float getGradBoostMVA(
const std::map<TString, float>& availableVariables)
const;
25 float getResponse(
const std::map<TString, float*>& availableVariables)
const;
27 float getClassification(
const std::map<TString, float*>& availableVariables)
const;
34 std::vector<TString>
parseString(
const TString&
str,
const TString& delim =
",")
const;
36 std::vector<float>
getInputVariables(
const std::map<TString, float>& availableVariables)
const ;
38 std::vector<float>
getInputVariables(
const std::map<TString, float*>& availableVariables)
const;
42 std::unique_ptr<MVAUtils::BDT>
m_BDT;
47 #endif // TAURECTOOLS_BDTHELPER_H
Simplified Boosted Regression Tree, support TMVA, lgbm, and xgboost.
::StatusCode StatusCode
StatusCode definition for legacy code.
Class describing a tau jet.
Class mimicking the AthMessaging class from the offline software.