Provides interface for the result of decision forest model-based prediction.
More...
◆ allocate()
Allocates memory to store a partial result of decision forest model-based prediction
- Parameters
-
[in] | input | Input object |
[in] | par | Parameter of the algorithm |
[in] | method | Algorithm method |
- Returns
- Status of allocation
◆ check()
Checks the result of decision forest model-based prediction
- Parameters
-
[in] | input | Input object |
[in] | par | Parameter of the algorithm |
[in] | method | Computation method |
- Returns
- Status of checking
Reimplemented from Result.
◆ get()
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns the result of decision forest model-based prediction
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
◆ set()
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets the result of decision forest model-based prediction
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Input object |
The documentation for this class was generated from the following file: