TsvSampleOptions

Container for command line options.

Members

Functions

processArgs
auto processArgs(string[] cmdArgs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

compatibilityMode
bool compatibilityMode;
Undocumented in source.
delim
char delim;
Undocumented in source.
files
string[] files;
Undocumented in source.
genRandomInorder
bool genRandomInorder;
Undocumented in source.
hasHeader
bool hasHeader;
Undocumented in source.
hasWeightField
bool hasWeightField;
Undocumented in source.
helpVerbose
bool helpVerbose;
Undocumented in source.
inclusionProbability
double inclusionProbability;
Undocumented in source.
keyFields
size_t[] keyFields;
Undocumented in source.
preferAlgorithmR
bool preferAlgorithmR;
Undocumented in source.
preferSkipSampling
bool preferSkipSampling;
Undocumented in source.
printRandom
bool printRandom;
Undocumented in source.
programName
string programName;
Undocumented in source.
randomValueHeader
string randomValueHeader;
Undocumented in source.
sampleSize
size_t sampleSize;
Undocumented in source.
seed
uint seed;
Undocumented in source.
seedValueOptionArg
uint seedValueOptionArg;
Undocumented in source.
srsWithReplacement
bool srsWithReplacement;
Undocumented in source.
staticSeed
bool staticSeed;
Undocumented in source.
useBernoulliSampling
bool useBernoulliSampling;
Undocumented in source.
useDistinctSampling
bool useDistinctSampling;
Undocumented in source.
usingUnpredictableSeed
bool usingUnpredictableSeed;
Undocumented in source.
versionWanted
bool versionWanted;
Undocumented in source.
weightField
size_t weightField;
Undocumented in source.

Meta