Normalizes datasets in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations for the z-score normalization, double or float |
method | Z-score normalization computation method, daal.algorithms.normalization.zscore.Method |
- Enumerations
- daal.algorithms.normalization.zscore.Method Z-score normalization computation methods
- daal.algorithms.normalization.zscore.InputId Identifiers of z-score normalization input objects
- daal.algorithms.normalization.zscore.ResultId Identifiers of z-score normalization results
- daal.algorithms.normalization.zscore.ResulToComputetId Identifiers of z-score normalization optional result to compute
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.normalization.zscore.defaultDense)
Batch_Float64SumDense
is an alias of Batch(fptype=float64, method=daal.algorithms.normalization.zscore.sumDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.normalization.zscore.defaultDense)
Batch_Float32SumDense
is an alias of Batch(fptype=float32, method=daal.algorithms.normalization.zscore.sumDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Variant 2
Constructs z-score normalization algorithm by copying input objects of another z-score normalization algorithm
- Parameters
-
other | An algorithm to be used as the source to initialize the input objects of the algorithm |
Returns a pointer to the newly allocated z-score normalization algorithm with a copy of input objects of this z-score normalization algorithm
- Returns
- Pointer to the newly allocated algorithm
Returns method of the algorithm
- Returns
- Method of the algorithm
Returns the pointer to parameter
- Returns
- Pointer to parameter
The documentation for this class was generated from the following file: