| Package | Description |
|---|---|
| org.smallmind.instrument |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Sample |
Samples.createSample() |
Copyright © 2016. All rights reserved.