![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | __init__ (self) |
| def | train (self, data) |
| def | test (self, data) |
Public Attributes | |
| tree | |
| cached copy of the MVA tool | |
Train a neural network for dE/dx-based particle identification using multivariate data analysis
| def __init__ | ( | self | ) |
Constructor
Reimplemented from DEDXEstimationTrainer.
Definition at line 376 of file train.py.
| def test | ( | self, | |
| data | |||
| ) |
Get the trained neural-network output value for test data
Reimplemented from DEDXEstimationTrainer.
Definition at line 393 of file train.py.
| def train | ( | self, | |
| data | |||
| ) |
Train the neural network using curated data
Reimplemented from DEDXEstimationTrainer.
Definition at line 383 of file train.py.