ATLAS Offline Software
Loading...
Searching...
No Matches
trainNN.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include "TString.h"
6
7void trainNN(TString inputfile,
8 TString outputclass="JetFitterNN",
9 int nIterations=10,
10 int dilutionFactor=2,
11 int nodesFirstLayer=10,
12 int nodesSecondLayer=9,
13 int restartTrainingFrom=0,
14 int nParticlesTraining=2,
15 bool useTrackEstimate=false,
16 int numberBinsErrorEstimate=20);
17
18int main();
void trainNN(TString inputfile, TString outputclass="JetFitterNN", int nIterations=10, int dilutionFactor=2, int nodesFirstLayer=10, int nodesSecondLayer=9, int restartTrainingFrom=0, int nParticlesTraining=2, bool useTrackEstimate=false, int numberBinsErrorEstimate=20)
int main()
Definition hello.cxx:18