Provides methods to access final results obtained with the compute() method in the batch processing mode or finalizeCompute() method in the online or distributed processing mode of the classification algorithm.
More...
def check |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks the correctness of the Result object
- Parameters
-
input | Pointer to the structure of the input objects |
parameter | Pointer to the structure of the algorithm parameters |
method | Computation method |
Returns the model trained with the classification algorithm
- Parameters
-
id | Identifier of the result, ResultId |
- Returns
- Model trained with the classification algorithm
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result of the training stage of the classification algorithm
- Parameters
-
id | Identifier of the result, ResultId |
value | Pointer to the training result |
The documentation for this class was generated from the following file: