Provides methods to access final results obtained with the compute() method of the z-score normalization algorithm in the batch processing mode.
More...
◆ allocate() [1/2]
Allocates memory to store final results of the z-score normalization algorithms
- Parameters
-
[in] | input | Input objects for the z-score normalization algorithm |
[in] | parameter | Pointer to algorithm parameter |
[in] | method | Algorithm computation method |
- Returns
- Status of computations
◆ allocate() [2/2]
Allocates memory to store final results of the z-score normalization algorithms
- Parameters
-
[in] | input | Input objects for the z-score normalization algorithm |
[in] | method | Algorithm computation method |
- Returns
- Status of computations
◆ check()
Checks the correctness of the Result object
- Parameters
-
[in] | in | Pointer to the input object |
[in] | par | Pointer to the parameter object |
[in] | method | Algorithm computation method |
- Returns
- Status of computations
Reimplemented from Result.
◆ get()
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns the final result of the z-score normalization algorithm
- Parameters
-
- Returns
- Final result that corresponds to the given identifier
◆ set()
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets the Result object of the z-score normalization algorithm
- Parameters
-
[in] | id | Identifier of the Result object |
[in] | value | Pointer to the Result object |
The documentation for this class was generated from the following file: