Belle II Software development
|
Public Member Functions | |
def | __init__ (self) |
def | train (self, data) |
def | test (self, data) |
Public Attributes | |
dedx_estimator_function | |
by default, the dE/dx-particle-identification trainer has not run yet | |
dedx_column | |
the default data column is 'dedx' | |
Train a neural network for dE/dx-based particle identification
def __init__ | ( | self | ) |
Constructor
Reimplemented in GaussianEstimatorTrainer, LandauEstimatorTrainer, MaximumEstimatorTrainer, MedianEstimatorTrainer, GaussianEstimatorTrainerSQRT, LandauEstimatorTrainerSQRT, MaximumEstimatorTrainerSQRT, MedianEstimatorTrainerSQRT, MVADEDXEstimationTrainer, FunctionFittedGroupedDEDXEstimatorTrainer, and FittedGroupedDEDXEstimatorTrainer.
Definition at line 22 of file train.py.
def test | ( | self, | |
data | |||
) |
Get the trained neural-network output value for test data
Reimplemented in MVADEDXEstimationTrainer.
Definition at line 34 of file train.py.
def train | ( | self, | |
data | |||
) |
Train on the input data
Reimplemented in FittedGroupedDEDXEstimatorTrainer, and MVADEDXEstimationTrainer.
Definition at line 29 of file train.py.
dedx_estimator_function |