Provides methods to access partial results obtained with the compute() method of the classifier training algorithm in the online or distributed processing mode.
More...
def check |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks the correctness of the PartialResult 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 partial result in the training stage of the classification algorithm
- Parameters
-
id | Identifier of the partial result, PartialResultId |
- Returns
- Partial result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(PartialResult self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the partial result in the training stage of the classification algorithm
- Parameters
-
id | Identifier of the partial result, PartialResultId |
value | Pointer to the partial result |
The documentation for this class was generated from the following file: