Provides an interface for input objects for making decision forest model-based prediction.
More...
services::Status check |
( |
const daal::algorithms::Parameter * |
parameter, |
|
|
int |
method |
|
) |
| const |
Checks an input object for making decision forest model-based prediction
- Returns
- Status of checking
Returns an input object for making decision forest model-based prediction
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
decision_forest::regression::ModelPtr get |
( |
ModelInputId |
id | ) |
const |
Returns an input object for making decision forest model-based prediction
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
Sets an input object for making decision forest model-based prediction
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Input object |
void set |
( |
ModelInputId |
id, |
|
|
const decision_forest::regression::ModelPtr & |
value |
|
) |
| |
Sets an input object for making 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: