Belle II Software  release-08-01-10
MVADEDXEstimationTrainer Class Reference
Inheritance diagram for MVADEDXEstimationTrainer:
Collaboration diagram for MVADEDXEstimationTrainer:

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'
 

Detailed Description

Train a neural network for dE/dx-based particle identification using multivariate data analysis

Definition at line 373 of file train.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Constructor

Reimplemented from DEDXEstimationTrainer.

Definition at line 376 of file train.py.

Member Function Documentation

◆ test()

def 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()

def train (   self,
  data 
)
Train the neural network using curated data

Reimplemented from DEDXEstimationTrainer.

Definition at line 383 of file train.py.


The documentation for this class was generated from the following file: