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

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.
 class AttachedWeight<E>
          IndividualWeight implementation that weighs objects individually.
 class FeatureWeight
          Implements the IndividualWeight function for arbitrary feature names, supporting e.g. properties, attributes, or Map keys.
 class IndividualWeight<E>
          Distribution type that provides an individual weight for each object.
 

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)).
 



Copyright © 2013. All Rights Reserved.