#include "TIGS/TrainingSet.H"
#include "Component/ModelOptionDef.H"
#include "Image/ShapeOps.H"
#include "Media/MediaOpts.H"
#include "Raster/Raster.H"
#include "TIGS/TigsOpts.H"
#include "Util/AllocAux.H"
#include "rutz/trace.h"
Go to the source code of this file.
Variables | |
static const ModelOptionDef | OPT_TrainingSetDecimation |
static const ModelOptionDef | OPT_TrainingSetRebalance |
static const ModelOptionDef | OPT_TrainingSetRebalanceThresh |
static const ModelOptionDef | OPT_TrainingSetRebalanceGroupSize |
Manage a paired set of eye position data and input feature vectors
Definition in file TrainingSet.C.
const ModelOptionDef OPT_TrainingSetDecimation [static] |
{ MODOPT_ARG(int), "TrainingSetDecimation", &MOC_TIGS, OPTEXP_CORE, "Factor by which to decimate the number of samples in " "topdown context training sets", "tdata-decimation", '\0', "<int>", "1" }
Definition at line 52 of file TrainingSet.C.
const ModelOptionDef OPT_TrainingSetRebalance [static] |
{ MODOPT_FLAG, "TrainingSetRebalance", &MOC_TIGS, OPTEXP_CORE, "Whether to rebalance the training set so that the distribution " "of eye positions is as flat as possible", "tdata-rebalance", '\0', "", "false" }
Definition at line 59 of file TrainingSet.C.
const ModelOptionDef OPT_TrainingSetRebalanceGroupSize [static] |
{ MODOPT_ARG(uint), "TrainingSetRebalanceGroupSize", &MOC_TIGS, OPTEXP_CORE, "When rebalancing the training set's distribution of eye " "positions, pool the samples into this many samples per eye position", "tdata-rebalance-group-size", '\0', "<int>", "10" }
Definition at line 74 of file TrainingSet.C.
const ModelOptionDef OPT_TrainingSetRebalanceThresh [static] |
{ MODOPT_ARG(uint), "TrainingSetRebalanceThresh", &MOC_TIGS, OPTEXP_CORE, "When rebalancing the training set's distribution of eye " "positions, only include positions for which at least this many " "samples are available", "tdata-rebalance-thresh", '\0', "<int>", "10" }
Definition at line 66 of file TrainingSet.C.