How to see the regression expression

Hello,

I just wanted to know that when we do a TMVA regression analysis how do we extract the expression that the TMVA training and testing has come up with for regression? I want to see that expression. Can someone please guide me?

Thanks,
Uzair

Hi,

I am not sure exactly which expression you want to see. TMVA uses a complex algorithm to perform the prediction. The algorithm can be a deep neural network or a set of decision trees, depending what you have chosen.
If you are interested to know how to apply the algorithm in the data you can look at the macro,
TMVARegressionApplication.C, see

https://root.cern.ch/doc/master/TMVARegressionApplication_8C.html

Best Regards

Lorenzo