Input objects for the regression model-based training
More...
◆ Input()
Input |
( |
size_t |
nElements | ) |
|
Constructs input objects for the regression training algorithm
- Parameters
-
[in] | nElements | Number of input objects |
◆ check()
Checks an input object for the linear regression algorithm
- Parameters
-
[in] | par | Algorithm parameter |
[in] | method | Computation method |
- Returns
- Status of computations
Reimplemented from Input.
Reimplemented in Input.
◆ get()
data_management::NumericTablePtr get |
( |
InputId |
id | ) |
const |
Returns an input object for the regression model-based training
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ set()
void set |
( |
InputId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets an input object for linear regression model-based training
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Input numeric table |
The documentation for this class was generated from the following file: