Parameters of the Min-max normalization algorithm.
More...
Constructs the parameter of Min-max normalization algorithm
- Parameters
-
context | Context to manage the Min-max normalization algorithm |
cObject | Address of C++ parameter |
Gets the lower bound of the features value will be obtained during normalization.
- Returns
- The lower bound of the features value will be obtained during normalization
Gets the upper bound of the features value will be obtained during normalization.
- Returns
- The upper bound of the features value will be obtained during normalization
void setLowerBound |
( |
double |
lowerBound | ) |
|
Sets the lower bound of the features value will be obtained during normalization.
- Parameters
-
lowerBound | The lower bound of the features value will be obtained during normalization |
Sets the moments algorithm used by Min-max normalization algorithm
- Parameters
-
moments | Low order moments algorithm |
void setUpperBound |
( |
double |
upperBound | ) |
|
Sets the upper bound of the features value will be obtained during normalization.
- Parameters
-
upperBound | The upper bound of the features value will be obtained during normalization |
The documentation for this class was generated from the following file:
- normalization/minmax/Parameter.java