Provides methods to access final results obtained with the compute() method of the min-max normalization algorithm in the batch processing mode.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
method |
|
) |
| |
Allocates memory to store final results of the min-max normalization algorithms
- Parameters
-
input | Input objects for the min-max 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 min-max normalization algorithm
- Parameters
-
id | Identifier of the final result, daal.algorithms.normalization.minmax.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 min-max 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: