Belle II Software  release-06-00-14
State Class Reference
Inheritance diagram for State:
Collaboration diagram for State:

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 36 of file hep_ml.py.

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

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