Skip to content
Snippets Groups Projects
Commit 4c209726 authored by BaM's avatar BaM Committed by BaM
Browse files

fix XP MLP generation.

parent 05b67c96
No related branches found
No related tags found
No related merge requests found
...@@ -459,7 +459,7 @@ void Generate_tmva_factory_input(double ProportionOfTraining) ...@@ -459,7 +459,7 @@ void Generate_tmva_factory_input(double ProportionOfTraining)
InputNetwork <<"factory->AddVariable( \"Time\" , \"Time\" , \"seconds\", 'F' );"<<endl<<endl; InputNetwork <<"factory->AddVariable( \"Time\" , \"Time\" , \"seconds\", 'F' );"<<endl<<endl;
ProportionOfTraining /=100; ProportionOfTraining /=100;
InputNetwork <<"double PropTraining = "<< ProportionOfTraining << endl; InputNetwork <<"double PropTraining = "<< ProportionOfTraining << ";" << endl;
InputNetwork.close(); InputNetwork.close();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment