| Class | Description |
|---|---|
| AFileSamplingAlgorithm |
An abstract class for file-based sampling algorithms providing basic
functionality of an algorithm.
|
| DatasetFileSorter |
Sorts a Dataset file with a Mergesort.
|
| ReservoirSampling |
Implementation of the Reservoir Sampling algorithm(comparable to a Simple
Random Sampling for streamed data).
|
| SystematicFileSampling |
File-level implementation of Systematic Sampling: Sort datapoints and pick
every k-th datapoint for the sample.
|