Contains classes for computing the z-score normalization.
More...
|
class | Input |
| Input objects for the z-score normalization algorithm More...
|
|
◆ InputId
Available identifiers of input objects for the z-score normalization algorithm
Enumerator |
---|
data | Input data table
|
◆ Method
Available methods for z-score normalization computation
Enumerator |
---|
defaultDense | Default: performance-oriented method. Works with all types of numeric tables
|
sumDense | Precomputed sum: implementation of algorithm in the case of a precomputed sum. Works with all types of numeric tables
|
◆ ResultId
Available identifiers of results of the z-score normalization algorithm
Enumerator |
---|
normalizedData | z-score normalization results
|
means | Mean values
|
variances | Variances
|
◆ ResultToComputeId [1/2]
Available identifiers of optional results of the z-score normalization algorithm
Enumerator |
---|
mean | Numeric table of size 1 x p with the mean values of features >
|
variance | Numeric table of size 1 x p with the variances of features >
|
◆ ResultToComputeId [2/2]
Available identifiers of optional results of the PCA batch algorithms
Enumerator |
---|
mean | Numeric table of size 1 x p with the mean values of features >
|
variance | Numeric table of size 1 x p with the variances of features >
|
eigenvalue | Numeric table of size 1 x p with the always computed eigenvalues>
|