Input objects for the Sum of functions
More...
services::Status check |
( |
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks the correctness of the input
- Parameters
-
[in] | par | Pointer to the structure of the algorithm parameters |
[in] | method | Computation method |
- Returns
- Status of computations
data_management::NumericTablePtr get |
( |
InputId |
id | ) |
const |
Returns the input numeric table for Sum of functions
- Parameters
-
[in] | id | Identifier of the input numeric table |
- Returns
- Input object that corresponds to the given identifier
void set |
( |
InputId |
id, |
|
|
const data_management::NumericTablePtr & |
ptr |
|
) |
| |
Sets one input object for Sum of functions
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the object |
The documentation for this class was generated from the following file: