Skip to content
Snippets Groups Projects
Commit 9ca544da authored by Baptiste LENIAU's avatar Baptiste LENIAU
Browse files

add authors and description

git-svn-id: svn+ssh://svn.in2p3.fr/class@561 0e7d625b-0364-4367-a6be-d5be4a48d228
parent f769d390
No related branches found
No related tags found
No related merge requests found
//
// This program train and test a MLP using TMVA from a training data in a form of a TTRee
//
//@author Root_tmva_team modified by BaL
#include <cstdlib>
#include <iostream>
#include <map>
......
// DESCRIPTION
// This program convert MURE output tp EvolutionData forma
//
//@author BaM
#include "BinaryFormat2.hxx"
#include "StringLine.hxx"
#include "ZAI.hxx"
......
/**********************************************************/
// Make the input file for the MLPs training
// Make the input file for the MLPs training
//
// This programs reads a set of .dat files which are the
// results of a depletion calculation (see manual and
......@@ -8,6 +8,8 @@
// TrainingInput.root .
// The file TrainingInput.cxx is the list of MLP outputs
// (cross sections)
//
//@author BaM, BaL
/**********************************************************/
#include "Gene.hxx"
#include <TH1F.h>
......
#!/bin/bash
# Script to train MLPs
#@author BaL
#
echo "--------------------------"
echo "--- Run Training from MLP $1 to $2 ---"
......@@ -8,9 +11,7 @@ echo "--------------------------"
#LigneDeDepart=$((0))
#NbreSimu=$((700))
LigneDeDepart=$1
NbreSimu=$2
LigneFinal=$(( ${LigneDeDepart} + ${NbreSimu} ))
LigneFinal=$2
echo LigneDeDepart $LigneDeDepart LigneFinal $LigneFinal exclu
......
......@@ -2,6 +2,7 @@
// Train one MLP "INDICE" from the
//file ../BuildInput/TrainingInput.root
//
//@author Root_tmva_Team modified by BaL
/***********************************/
#include <cstdlib>
......
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