Parameters of the Min-max normalization algorithm.
More...
◆ Parameter()
Constructs the parameter of Min-max normalization algorithm
- Parameters
-
context | Context to manage the Min-max normalization algorithm |
cObject | Address of C++ parameter |
◆ getLowerBound()
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
◆ getUpperBound()
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
◆ setLowerBound()
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 |
◆ setMoments()
Sets the moments algorithm used by Min-max normalization algorithm
- Parameters
-
moments | Low order moments algorithm |
◆ setUpperBound()
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