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


Public Member Functions | |
| __init__ (self) | |
| train (self, data) | |
| test (self, data) | |
Public Attributes | |
| tree = tree.DecisionTreeRegressor() | |
| cached copy of the MVA tool | |
| 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 using multivariate data analysis
| __init__ | ( | self | ) |
| test | ( | self, | |
| data ) |
Get the trained neural-network output value for test data
Reimplemented from DEDXEstimationTrainer.
Definition at line 393 of file train.py.
| train | ( | self, | |
| data ) |
Train the neural network using curated data
Reimplemented from DEDXEstimationTrainer.
Definition at line 383 of file train.py.
|
inherited |
|
inherited |
| tree = tree.DecisionTreeRegressor() |