#include <MVAComputer.h>
Public Types | |
typedef std::pair< std::vector < Neuron >, bool > | Layer |
typedef std::pair< double, std::vector< double > > | Neuron |
Public Attributes | |
std::vector< Layer > | layers |
Definition at line 151 of file MVAComputer.h.
typedef std::pair<std::vector<Neuron>, bool> PhysicsTools::Calibration::ProcMLP::Layer |
Definition at line 154 of file MVAComputer.h.
typedef std::pair<double, std::vector<double> > PhysicsTools::Calibration::ProcMLP::Neuron |
Definition at line 153 of file MVAComputer.h.
std::vector<Layer> PhysicsTools::Calibration::ProcMLP::layers |
Definition at line 156 of file MVAComputer.h.