TMVA training splitmode

Good morning guys,
I’m actually new and I’m trying to make a BDT in root. (I usually use R, but I have to compare my R-models with the BDT output of root). My problem is that i want to save (in some way) the data that the algorithm use in the training and maybe also the events used in the test step, in order to train my models in R and root with the same train and test sets. I was thinking about the splitmode= Random in factory->PrepareTrainingAndTestTree("", "!V:nTrain_Signal=25000:nTrain_Background=25000:nTest_Signal=8000:nTest_Background=8000:SplitMode=Random"); that has the seed 100. But how can I get this events and maybe create a txt file or a tree? I don’t know if my question is clear. I hope you can help me. Thank you. <3

I’ve solved my problem. thank you.

HI,

In case you don’t know you can now use directly R methods with ROOT and TMVA.
See oproject.org/tiki-index.php?page … rs%20Guide
and oproject.org/tiki-index.php?page=RMVA

Lorenzo