filter Package

Classes

BootstrapSampler

Approximate bootstrap sampling using Poisson sampling.

RangeFilter

Filters a dataview on a column of type Single, Double or Key (contiguous). Keeps the values that are in the specified min/max range. NaNs are always filtered out. If the input is a Key type, the min/max are considered percentages of the number of values.

SkipFilter

Skip the first N rows of the dataset, allowing limiting input to a subset of rows.

TakeFilter

Take N first rows of the dataset, allowing limiting input to a subset of rows.