com.metsci.glimpse.util.math.fast
Class FastSigmoid

java.lang.Object
  extended by com.metsci.glimpse.util.math.fast.FastFunc
      extended by com.metsci.glimpse.util.math.fast.FastSigmoid

public class FastSigmoid
extends FastFunc

Author:
ellis

Constructor Summary
FastSigmoid(double min, double max, int samples)
           
 
Method Summary
static FastSigmoid createFastSigmoid(int numSamples)
           
 double evaluate(double t)
           
 
Methods inherited from class com.metsci.glimpse.util.math.fast.FastFunc
lookup, lookup
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastSigmoid

public FastSigmoid(double min,
                   double max,
                   int samples)
Method Detail

evaluate

public double evaluate(double t)
Overrides:
evaluate in class FastFunc

createFastSigmoid

public static FastSigmoid createFastSigmoid(int numSamples)


Copyright © 2012 Metron, Inc.. All Rights Reserved.