Provides interface for the result of linear regression quality metrics.
More...
| def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Allocates memory to store
- Parameters
-
| input | Input object |
| par | Parameter of the algorithm |
| method | Algorithm method |
- Returns
- Status of computations
- Full Names
allocate_Float64 is for float64
allocate_Float32 is for float32
| def check |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the result of linear regression quality metrics
- Parameters
-
| input | Input object |
| par | Parameter of the algorithm |
| method | Computation method |
- Returns
- Status of computations
downCast(daal.services.SharedPtr< daal.algorithms.Result > const & r) -> daal.services.SharedPtr< daal.algorithms.linear_regression.quality_metric.single_beta.Result >
| def get |
( |
|
self, |
|
|
|
id, |
|
|
|
index |
|
) |
| |
Returns the result of linear regression quality metrics
- Parameters
-
| id | Identifier of the result |
| index | Index in result collection |
- Returns
- Result that corresponds to the given identifier
| def getResult |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns the result of linear regression quality metrics
- Parameters
-
| id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
| def getResultDataCollection |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns the result of linear regression quality metrics
- Parameters
-
| id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
| def getSerializationTag |
( |
|
self | ) |
|
| def setResult |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result of linear regression quality metrics
- Parameters
-
| id | Identifier of the input object |
| value | Input object |
| def setResultDataCollection |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result of linear regression quality metrics
- Parameters
-
| id | Identifier of the input object |
| value | Input object |
The documentation for this class was generated from the following file: