Provides methods to access final results obtained with the compute() method of the min-max normalization algorithm in the batch processing mode.
More...
◆ allocate()
Allocates memory to store final results of the min-max normalization algorithms
- Parameters
-
[in] | input | Input objects for the min-max 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 min-max 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 min-max 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: