Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Normalizes datasets in the batch processing mode. More...
Public Member Functions | |
def | __init__ |
def | parameter |
def | getParameter |
def | getMethod |
def | clone |
def | compute |
![]() | |
def | getResult |
def | getParameter |
def | parameter |
def | setResult |
def | clone |
![]() | |
def | computeNoThrow |
def | compute |
def | checkComputeParams |
def | checkResult |
def | setupCompute |
def | resetCompute |
def | enableResetOnCompute |
def | hostApp |
def | setHostApp |
![]() | |
def | checkComputeParams |
def | getBaseParameter |
![]() | |
def | enableChecks |
def | isChecksEnabled |
![]() | |
def | checkComputeParams |
def | checkResult |
def | getMethod |
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 |
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 | |||
) |
Constructs z-score normalization algorithm by copying input objects of another z-score normalization algorithm
other | An algorithm to be used as the source to initialize the input objects of the algorithm |
def clone | ( | self | ) |
Returns a pointer to the newly allocated z-score normalization algorithm with a copy of input objects of this z-score normalization algorithm
def compute | ( | self | ) |
Invokes computations
def getMethod | ( | self | ) |
Returns method of the algorithm
def getParameter | ( | self | ) |
Returns the pointer to parameter
def parameter | ( | self, | |
args | |||
) |
Gets parameter of the algorithm
Gets parameter of the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.