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.group_of_betas.Result >
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 set |
( |
|
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: