Input objects for single beta quality metrics
More...
◆ Input()
◆ 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.
◆ get() [1/2]
data_management::NumericTablePtr get |
( |
DataInputId |
id | ) |
const |
Returns an input object for linear regression quality metric
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ get() [2/2]
Returns an input object representing linear regression model
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ set() [1/2]
void set |
( |
DataInputId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets an input object for linear regression quality metric
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Pointer to the object |
◆ set() [2/2]
void set |
( |
ModelInputId |
id, |
|
|
const linear_regression::ModelPtr & |
value |
|
) |
| |
Sets an input object representing linear regression model
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Input object |
The documentation for this class was generated from the following file: