#include "TIGS/TopdownLearnerFactory.H"
#include "TIGS/LeastSquaresLearner.H"
#include "TIGS/MeanEyeposLearner.H"
#include "TIGS/MovingAvgLearner.H"
Go to the source code of this file.
Functions | |
nub::ref< TopdownLearner > | makeTopdownLearner (OptionManager &mgr, const std::string &type) |
Build a TopdownLearner from a type string. |
Build a TopdownLearner from a type string
Definition in file TopdownLearnerFactory.C.
nub::ref<TopdownLearner> makeTopdownLearner | ( | OptionManager & | mgr, | |
const std::string & | type | |||
) |
Build a TopdownLearner from a type string.
Definition at line 47 of file TopdownLearnerFactory.C.
References makeTopdownLearner().
Referenced by makeTopdownLearner().