saaps.util
Class NormParam

java.lang.Object
  |
  +--saaps.util.NormParam

public class NormParam
extends java.lang.Object


Constructor Summary
NormParam()
          Creates new NormParam
NormParam(double imin, double imax, double omin, double omax)
           
 
Method Summary
 double normalize(double x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormParam

public NormParam()
Creates new NormParam

NormParam

public NormParam(double imin,
                 double imax,
                 double omin,
                 double omax)
Method Detail

normalize

public double normalize(double x)