Uses of Interface
org.databene.benerator.distribution.WeightFunction

Packages that use WeightFunction
org.databene.benerator.distribution   
org.databene.benerator.distribution.function   
 

Uses of WeightFunction in org.databene.benerator.distribution
 

Classes in org.databene.benerator.distribution that implement WeightFunction
 class AbstractWeightFunction
          Abstract implementation of the WeightFunction interface.
 

Constructors in org.databene.benerator.distribution with parameters of type WeightFunction
WeightedDoubleGenerator(double min, double max, double granularity, WeightFunction function)
           
WeightedLongGenerator(long min, long max, long granularity, WeightFunction function)
           
WeightedLongGenerator(long min, long max, WeightFunction function)
           
 

Uses of WeightFunction in org.databene.benerator.distribution.function
 

Classes in org.databene.benerator.distribution.function that implement WeightFunction
 class ConstantFunction
          Returns a constant value, independent of the argument.
 class DiscreteFunction
          Discrete function that is based on an array.
 class ExponentialFunction
          Exponential function. a * e^bx.
 class GaussianFunction
          Gaussian Function. 1/(deviation*sqrt(2PI)) * e^(-(x - average)^2/(4 * deviation^2)).
 



Copyright © 2013. All Rights Reserved.