Filter Example Range (In Database) (In-Database Processing)
Synopsis
Limits the number of rows to the specified value.Description
This operator allows you to only keep a smaller set of rows. You can specify the number of rows and the offset, the latter defines at which row the sample should start. Note that the sample is not a random sample, but consists of subsequent rows of the data set.
Input
- example set input
Output
- example set output
Parameters
- sample_size The number of examples which should be sampled Range: long
- offset Offset of the first row to return. Indexing starts at 0, there is no offset by default. Range: long