Useful for taking random samples of datasets. More...
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const char * | help_text [] |
Useful for taking random samples of datasets.
Definition in file sample.cc.
const char* help_text[] |
{ "sample - Randomizes a data set", "", "Parameters:", " --in file.txt (input file)", " --out file100k.txt (output file)", " --n 100000 (number of points; if omitted, entire dataset)", " --seed 31415926 (srand seed; if omitted, time is used)" }