Provides an interface for input objects for making linear regression model-based prediction.
More...
| def getModel |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns an input object for making linear 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 linear 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 linear 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 linear 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:
- linear_regression/prediction.py