Input objects for model-based training
More...
◆ Input() [1/2]
◆ Input() [2/2]
◆ check()
Checks an input object for the gradient boosted trees algorithm
- Parameters
-
[in] | par | Algorithm parameter |
[in] | method | Computation method |
- Returns
- Status of checking
Reimplemented from Input.
◆ get()
data_management::NumericTablePtr get |
( |
InputId |
id | ) |
const |
Returns an input object for model-based training
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ set()
void set |
( |
InputId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets an input object for model-based training
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Pointer to the object |
The documentation for this class was generated from the following file: