Input objects for single beta quality metrics
More...
services::Status check |
( |
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks an input object for the linear regression algorithm
- Parameters
-
[in] | par | Algorithm parameter |
[in] | method | Computation method |
- Returns
- Status of computations
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
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
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 |
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: