#include <MVAComputer.h>
|
typedef std::pair< std::vector< Neuron >, bool > | Layer |
|
typedef std::pair< double, std::vector< double > > | Neuron |
|
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 212 of file MVAComputer.h.
◆ Layer
◆ Neuron
◆ clone()
std::unique_ptr< VarProcessor > PhysicsTools::Calibration::ProcMLP::clone |
( |
void |
| ) |
const |
|
overridevirtual |
◆ serialize()
template<class Archive >
void PhysicsTools::Calibration::ProcMLP::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cond::serialization::access
template<typename CondSerializationT , typename Enabled >
◆ layers
std::vector<Layer> PhysicsTools::Calibration::ProcMLP::layers |