TrainingSet.C File Reference

#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"
Include dependency graph for TrainingSet.C:

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

Detailed Description

Manage a paired set of eye position data and input feature vectors

Definition in file TrainingSet.C.


Variable Documentation

const ModelOptionDef OPT_TrainingSetDecimation [static]
Initial value:
  { 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]
Initial value:
  { 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]
Initial value:
  { 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]
Initial value:
  { 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.

Generated on Sun May 8 08:18:55 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3