Dear experts,
I’m checking to see if I can use the standalone C++ response class code to apply a BDT trained using CrossValidation. In the TMVA tutorial scripts TMVACrossValidation.C
and TMVACrossValidationApplication.C
, if I understand correctly, the splitting of the subsets is using the event_ID
variable. But when I read the generated C++ class code, I don’t see how this variable could be passed to the C++ class. So the question is: does the standalone C++ response class support cross validation?
I also see an example of applying the MVA using RReader in tmva003_RReader.C
. Does RReader support cross validation?
Thanks!