-
- Downloads
[TMVA] CV - Add workaround for large event numbers (#2971)
* [TMVA] CV - Add workaround for large event numbers Currently TMVA considers all internal variables floats, if large event numbers are then input as part of "cv-in-app" these can overflow the float resulting in erroneous fold assignments. A workaround is to reduce the input range when reading the input from the TTree as TTreeFormula retains awareness of the input type.
Please register or sign in to comment