Belle II Software  release-05-02-19
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

SKLearn state

Definition at line 18 of file sklearn.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 22 of file sklearn.py.

22  def __init__(self, estimator=None):
23  """ Constructor of the state object """
24 
25  self.estimator = estimator
26 
27 

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