Provides methods to access the result obtained with the compute() method of linear regression model-based training.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Allocates memory to store the result of linear regression model-based training
- Parameters
-
input | Pointer to an object containing the input data |
method | Computation method for the algorithm |
parameter | Parameter of linear regression model-based training |
- Returns
- Status of computations
- Variant 2
Allocates memory to store the result of linear regression model-based training
- Parameters
-
partialResult | Pointer to an object containing the input data |
method | Computation method of the algorithm |
parameter | Parameter of linear regression model-based training |
- Returns
- Status of computations
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
- Variant 1
Checks the result of linear regression model-based training
- Parameters
-
input | Input object for the algorithm |
par | Parameter of the algorithm |
method | Computation method |
- Returns
- Status of computations
- Variant 2
Checks the result of the linear regression model-based training
- Parameters
-
pr | PartialResult of the algorithm |
par | Parameter of the algorithm |
method | Computation method |
- Returns
- Status of computations
Returns the result of linear regression model-based training
- Parameters
-
id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result of linear regression model-based training
- Parameters
-
id | Identifier of the result |
value | Result |
The documentation for this class was generated from the following file:
- linear_regression/training.py