Belle II Software  light-2212-foldex
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 25 of file sklearn.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 30 of file sklearn.py.

30  def __init__(self, estimator=None):
31  """ Constructor of the state object """
32 
33  self.estimator = estimator
34 
35 

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