Belle II Software development
State Class Reference

Public Member Functions

 __init__ (self, estimator=None)
 

Public Attributes

 estimator = estimator
 Pickable sklearn estimator.
 

Detailed Description

SKLearn state

Definition at line 24 of file sklearn.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 29 of file sklearn.py.

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

Member Data Documentation

◆ estimator

estimator = estimator

Pickable sklearn estimator.

Definition at line 32 of file sklearn.py.


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