Provides interface for the result of the regression model-based prediction.
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
def check |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the result of the regression model-based prediction
- Parameters
-
input | Input object |
par | Parameter of the algorithm |
method | Computation method |
- Returns
- Status of computations
Returns the result of the regression model-based prediction
- 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 the regression model-based prediction
- Parameters
-
id | Identifier of the input object |
value | Input object |
The documentation for this class was generated from the following file: