
#include "TIGS/MovingAvgLearner.H"#include "Component/ModelOptionDef.H"#include "TIGS/TrainingSet.H"#include "TIGS/TigsOpts.H"#include "rutz/trace.h"
Go to the source code of this file.
Variables | |
| static const ModelOptionDef | OPT_MovingAvgFactor |
Transform another learner with a moving average
Definition in file MovingAvgLearner.C.
const ModelOptionDef OPT_MovingAvgFactor [static] |
{ 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.
1.6.3