public abstract class NormalizeDoubleElementwise extends Object implements NormalizeDouble
The NormalizeDoubleElementwise normalizes DoubleGenotypes
elementwise.
| Constructor and Description |
|---|
NormalizeDoubleElementwise() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
normalize(double value,
double lb,
double ub)
Normalize a double value.
|
void |
normalize(DoubleGenotype genotype)
Normalizes the
Genotype . |
public void normalize(DoubleGenotype genotype)
NormalizeGenotype .normalize in interface Normalize<DoubleGenotype>genotype - the genotype to be normalizedpublic abstract double normalize(double value,
double lb,
double ub)
value - the value to be normalizedlb - the lower boundub - the upper bound