Input objects in the prediction stage of the stump algorithm.
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
| def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks the correctness of the input object
- Parameters
-
| parameter | Pointer to the structure of the algorithm parameters |
| method | Computation method |
| def getModel |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns the input Model object in the prediction stage of the Stump algorithm
- Parameters
-
| id | Identifier of the input Model object |
- Returns
- Input object that corresponds to the given identifier
| def getTable |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns the input Numeric Table object in the prediction stage of the classification algorithm
- Parameters
-
| id | Identifier of the input NumericTable object |
- Returns
- Input object that corresponds to the given identifier
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets the input Model object in the prediction stage of the Stump algorithm
- Parameters
-
| id | Identifier of the input object |
| ptr | Pointer to the input object |
| def setTable |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets the input NumericTable object in the prediction stage of the classification algorithm
- Parameters
-
| id | Identifier of the input object |
| ptr | Pointer to the input object |
The documentation for this class was generated from the following file: