Provides an interface for input objects for making ridge regression model-based prediction.
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Variant 2
- Copy constructor
def getModel |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns an input object for making ridge regression model-based prediction
- Parameters
-
id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
def getTable |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns an input object for making ridge regression model-based prediction
- Parameters
-
id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
def setModel |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets an input object for making ridge regression model-based prediction
- Parameters
-
id | Identifier of the input object |
value | Input object |
def setTable |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets an input object for making ridge regression model-based prediction
- Parameters
-
id | Identifier of the input object |
value | Input object |
The documentation for this class was generated from the following file:
- ridge_regression/prediction.py