Provides methods to access the result obtained with the compute() method of the regression model-based training.
More...
def __init__ |
( |
|
self, |
|
|
|
nElements = 0 |
|
) |
| |
Constructs the results of the regression training algorithm
- Parameters
-
nElements | Number of results |
def check |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the result of the regression model-based training
- Parameters
-
input | Input object for the algorithm |
par | Parameter of the algorithm |
method | Computation method |
- Returns
- Status of computations
Returns the result of the regression model-based training
- Parameters
-
id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result of the regression model-based training
- Parameters
-
id | Identifier of the result |
value | Result |
The documentation for this class was generated from the following file: