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


Public Member Functions | |
| def | __init__ (self, fit_function, dimension_of_fit_function, result_function, use_sigma_for_result_fitting) |
| def | plot_grouped_result (self, data) |
Public Attributes | |
| dimension_of_fit_function | |
| cached value of the degrees of freedom in the fit | |
| fit_function | |
| cached copy of the fitting function | |
| train_function | |
| this class's training function | |
Train a neural network for dE/dx-based particle identification
| def __init__ | ( | self, | |
| fit_function, | |||
| dimension_of_fit_function, | |||
| result_function, | |||
| use_sigma_for_result_fitting | |||
| ) |
Constructor
Reimplemented from FittedGroupedDEDXEstimatorTrainer.
Reimplemented in GaussianEstimatorTrainer, LandauEstimatorTrainer, GaussianEstimatorTrainerSQRT, and LandauEstimatorTrainerSQRT.
Definition at line 196 of file train.py.
| def plot_grouped_result | ( | self, | |
| data | |||
| ) |
Plot the fitted grouped results
Reimplemented from FittedGroupedDEDXEstimatorTrainer.
Definition at line 222 of file train.py.
| dimension_of_fit_function |