Input objects for single beta quality metrics
More...
| def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks an input object for the linear regression algorithm
- Parameters
-
| par | Algorithm parameter |
| method | Computation method |
- Returns
- Status of computations
downCast(daal.services.SharedPtr< daal.algorithms.Input > const & r) -> daal.services.SharedPtr< daal.algorithms.linear_regression.quality_metric.single_beta.Input >
| def getDataInput |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns an input object for linear regression quality metric
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
| def getModelInput |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns an input object representing linear regression model
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
| def setDataInput |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets an input object for linear regression quality metric
- Parameters
-
| id | Identifier of the input object |
| value | Pointer to the object |
| def setModelInput |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets an input object representing linear regression model
- Parameters
-
| id | Identifier of the input object |
| value | Input object |
The documentation for this class was generated from the following file: