Belle II Software development
State Class Reference

Public Member Functions

def __init__ (self, estimator=None)
 

Public Attributes

 estimator
 Pickable sklearn estimator.
 

Detailed Description

hep_ml state

Definition at line 32 of file hep_ml.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  estimator = None 
)
 Constructor of the state object 

Definition at line 37 of file hep_ml.py.

37 def __init__(self, estimator=None):
38 """ Constructor of the state object """
39
40 self.estimator = estimator
41
42

Member Data Documentation

◆ estimator

estimator

Pickable sklearn estimator.

Definition at line 40 of file hep_ml.py.


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