Provides methods to access final results obtained with the compute() method of the z-score normalization algorithm in the batch processing mode.
More...
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
const int |
method |
|
) |
| |
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
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const int |
method |
|
) |
| |
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
services::Status check |
( |
const daal::algorithms::Input * |
in, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
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
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
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: