Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self) |
def | train (self, data) |
def | test (self, data) |
Public Attributes | |
tree | |
cached copy of the MVA tool | |
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 using multivariate data analysis
def __init__ | ( | self | ) |
def test | ( | self, | |
data | |||
) |
Get the trained neural-network output value for test data
Reimplemented from DEDXEstimationTrainer.
def train | ( | self, | |
data | |||
) |
Train the neural network using curated data
Reimplemented from DEDXEstimationTrainer.