Provides an interface for input objects for making linear regression model-based prediction.
More...
◆ Input()
◆ get() [1/2]
Returns an input object for making linear regression model-based prediction
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ get() [2/2]
Returns an input object for making linear regression model-based prediction
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ set() [1/2]
Sets an input object for making linear regression model-based prediction
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Input object |
◆ set() [2/2]
void set |
( |
ModelInputId |
id, |
|
|
const linear_regression::ModelPtr & |
value |
|
) |
| |
Sets an input object for making linear regression model-based prediction
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Input object |
The documentation for this class was generated from the following file: