|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Weight | |
|---|---|
| org.databene.benerator.distribution | |
| org.databene.benerator.distribution.function | |
| Uses of Weight in org.databene.benerator.distribution |
|---|
| Subinterfaces of Weight in org.databene.benerator.distribution | |
|---|---|
interface |
WeightFunction
Common interface for weight functions. |
| Classes in org.databene.benerator.distribution that implement Weight | |
|---|---|
class |
AbstractWeightFunction
Abstract implementation of the WeightFunction interface. |
| Uses of Weight in org.databene.benerator.distribution.function |
|---|
| Classes in org.databene.benerator.distribution.function that implement Weight | |
|---|---|
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)). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||