Provides an interface for input objects for making the regression model-based prediction.
More...
◆ Input()
Input |
( |
size_t |
nElements = 0 | ) |
|
◆ check()
Checks an input object for making the regression model-based prediction
- Returns
- Status of computations
Reimplemented from Input.
◆ get() [1/2]
Returns an input object for making the 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 the 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 the regression model-based prediction
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Input object |
◆ set() [2/2]
void set |
( |
ModelInputId |
id, |
|
|
const regression::ModelPtr & |
value |
|
) |
| |
Sets an input object for making the 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: