|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.sir.util.HyperbolicNormalizer
Class for normalizing values.
Constructor Summary | |
HyperbolicNormalizer()
Create a new instance of HyperbolicNormalizer. |
|
HyperbolicNormalizer(double mediumValue,
double x,
double y,
boolean reciproc)
Create a new instance of HyperbolicNormalizer. |
Method Summary | |
double |
normalize(double value)
Return a normalized value. |
double |
normalize2(double value)
Return a normalized value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HyperbolicNormalizer()
public HyperbolicNormalizer(double mediumValue, double x, double y, boolean reciproc)
mediumValue
- Input value whose mormalization result is 0.5.x
- X coordinate of a point on the graph of the normalization
function of normalize(). Must be != 0.5.y
- Y coordinate (value) corresponding to x. 0 < y < 1Method Detail |
public double normalize(double value)
public double normalize2(double value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |