Computes Min-max normalization in the batch processing mode.
More...
Constructs the Min-max normalization algorithm
- Parameters
-
context | Context to manage the Min-max normalization algorithm |
cls | Data type to use in intermediate computations for Min-max normalization, Double.class or Float.class |
method | Min-max normalization computation method, Method |
Constructs algorithm that computes normalization by copying input objects and parameters of another algorithm
- Parameters
-
context | Context to manage the normalization algorithms |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Returns the newly allocated algorithm that computes normalization with a copy of input objects and parameters of this algorithm
- Parameters
-
context | Context to manage the normalization algorithms |
- Returns
- The newly allocated algorithm
Computes Min-max normalization
- Returns
- Min-max normalization results
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the result of the Min-max normalization algorithm
- Parameters
-
result | Structure to store the result of the Min-max normalization algorithm |
Computation method for the algorithm
Parameters of the algorithm
The documentation for this class was generated from the following file:
- normalization/minmax/Batch.java