Input objects in the prediction stage of the DECISION_FOREST_CLASSIFICATION algorithm.
More...
◆ check()
Checks the correctness of the input object
- Parameters
-
[in] | parameter | Pointer to the structure of the algorithm parameters |
[in] | method | Computation method |
- Returns
- Status of checking
Reimplemented from Input.
◆ get() [1/2]
Returns the input Numeric Table object in the prediction stage of the classification algorithm
- Parameters
-
[in] | id | Identifier of the input NumericTable object |
- Returns
- Input object that corresponds to the given identifier
◆ get() [2/2]
Returns the input Model object in the prediction stage of the DECISION_FOREST_CLASSIFICATION algorithm
- Parameters
-
[in] | id | Identifier of the input Model object |
- Returns
- Input object that corresponds to the given identifier
◆ set() [1/2]
Sets the input NumericTable object in the prediction stage of the classification algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
◆ set() [2/2]
Sets the input Model object in the prediction stage of the DECISION_FOREST_CLASSIFICATION algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
The documentation for this class was generated from the following file: