Uses of Interface
org.smallmind.instrument.Sample

Packages that use Sample
org.smallmind.instrument   
 

Uses of Sample in org.smallmind.instrument
 

Classes in org.smallmind.instrument that implement Sample
 class ExponentiallyDecayingSample
          Uses Cormode et al's forward-decayiny priority reservoir sampling method to produce a statistically representative sample, exponentially biased towards newer entries.
 class UniformSample
          Uses Vitter's Algorithm R to produce a statistically representative sample.
 

Methods in org.smallmind.instrument that return Sample
abstract  Sample Samples.createSample()
           
 



Copyright © 2012. All Rights Reserved.