![]() |
Belle II Software prerelease-10-00-00a
|

Public Member Functions | |
| __init__ (self) | |
| train (self, data) | |
| test (self, data) | |
Public Attributes | |
| dedx_estimator_function = None | |
| by default, the dE/dx-particle-identification trainer has not run yet | |
| str | dedx_column = "dedx" |
| the default data column is 'dedx' | |
Train a neural network for dE/dx-based particle identification
| __init__ | ( | self | ) |
| test | ( | self, | |
| data ) |
Get the trained neural-network output value for test data
Reimplemented in MVADEDXEstimationTrainer.
Definition at line 34 of file train.py.
| train | ( | self, | |
| data ) |
Train on the input data
Reimplemented in FittedGroupedDEDXEstimatorTrainer, and MVADEDXEstimationTrainer.
Definition at line 29 of file train.py.
| dedx_estimator_function = None |