Contains classes for computing the min-max normalization.
More...
|
struct | ParameterBase |
| Base class that specifies the parameters of the algorithm in the batch computing mode. More...
|
|
struct | Parameter< algorithmFPType > |
| Class that specifies the parameters of the algorithm in the batch computing mode. More...
|
|
class | Input |
| Input objects for the min-max normalization algorithm More...
|
|
class | Result |
| Provides methods to access final results obtained with the compute() method of the min-max normalization algorithm in the batch processing mode. More...
|
|
Available identifiers of input objects for the min-max normalization algorithm
Enumerator |
---|
data |
Input data table
|
Available methods for min-max normalization computation
Enumerator |
---|
defaultDense |
Default: performance-oriented method. Works with all types of numeric tables
|
Available identifiers of results of the min-max normalization algorithm
Enumerator |
---|
normalizedData |
min-max normalization results
|