Provides methods to access final results obtained with the compute() method of the z-score normalization algorithm in the batch processing mode.
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
| def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Allocates memory to store final results of the z-score normalization algorithms
- Parameters
-
| input | Input objects for the z-score normalization algorithm |
| parameter | Pointer to algorithm parameter |
| method | Algorithm computation method |
- Returns
- Status of computations
- Variant 2
Allocates memory to store final results of the z-score normalization algorithms
- Parameters
-
| input | Input objects for the z-score normalization algorithm |
| method | Algorithm computation method |
- Returns
- Status of computations
- Full Names
allocate_Float64 is for float64
allocate_Float32 is for float32
| def check |
( |
|
self, |
|
|
|
arg2, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the correctness of the Result object
- Parameters
-
| in | Pointer to the input object |
| par | Pointer to the parameter object |
| method | Algorithm computation method |
- Returns
- Status of computations
Returns the final result of the z-score normalization algorithm
- Parameters
-
| id | Identifier of the final result, daal.algorithms.normalization.zscore.ResultId |
- Returns
- Final result that corresponds to the given identifier
| def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the Result object of the z-score normalization algorithm
- Parameters
-
| id | Identifier of the Result object |
| value | Pointer to the Result object |
The documentation for this class was generated from the following file: