Provides methods to access final results obtained with the compute() method of the AdaBoost training algorithm in the batch processing mode.
More...
def check |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
check(interface2_Result self, Input input, Parameter parameter, int method) -> Status
Returns the model trained with the AdaBoost algorithm
- Parameters
-
id | Identifier of the result, classifier.training.ResultId |
- Returns
- Model trained with the LogitBoost algorithm
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(interface2_Result self) -> int
def interface2_getTable |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns the result of AdaBoost model-based training
- Parameters
-
id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
- Variant 1
Sets the result of AdaBoost model-based training
- Parameters
-
id | Identifier of the result |
value | Result |
- Variant 2
Sets the result of AdaBoost model-based training
- Parameters
-
id | Identifier of the result |
value | Result |
The documentation for this class was generated from the following file: