MovingAvgLearner.C File Reference

#include "TIGS/MovingAvgLearner.H"
#include "Component/ModelOptionDef.H"
#include "TIGS/TrainingSet.H"
#include "TIGS/TigsOpts.H"
#include "rutz/trace.h"
Include dependency graph for MovingAvgLearner.C:

Go to the source code of this file.

Variables

static const ModelOptionDef OPT_MovingAvgFactor

Detailed Description

Transform another learner with a moving average

Definition in file MovingAvgLearner.C.


Variable Documentation

const ModelOptionDef OPT_MovingAvgFactor [static]
Initial value:
  { MODOPT_ARG(float), "MovingAvgFactor", &MOC_TIGS, OPTEXP_CORE,
    "Compute a moving average with 'image = factor*old + (1-factor)*new'",
    "moving-avg-factor", '\0', "<float>", "0.9" }

Definition at line 49 of file MovingAvgLearner.C.

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