
#include "TIGS/LeastSquaresLearner.H"#include "Component/ModelOptionDef.H"#include "GUI/XWinManaged.H"#include "Image/LinearAlgebra.H"#include "Image/MatrixOps.H"#include "Image/MathOps.H"#include "Image/Range.H"#include "Raster/Raster.H"#include "TIGS/TigsOpts.H"#include "TIGS/TrainingSet.H"#include "Util/CpuTimer.H"#include "Util/log.H"#include "rutz/trace.h"
Go to the source code of this file.
Variables | |
| static const ModelOptionDef | OPT_LsqSvdThresholdFactor |
| static const ModelOptionDef | OPT_LsqUseWeightsFile |
Definition in file LeastSquaresLearner.C.
const ModelOptionDef OPT_LsqSvdThresholdFactor [static] |
{ MODOPT_ARG(float), "LsqSvdThresholdFactor", &MOC_TIGS, OPTEXP_CORE,
"Multiple of the largest eigenvalue below which eigenvectors "
"with small eigenvalues will be thrown out",
"lsq-svd-thresh", '\0', "<float>", "1.0e-8f" }
Definition at line 57 of file LeastSquaresLearner.C.
const ModelOptionDef OPT_LsqUseWeightsFile [static] |
{ MODOPT_FLAG, "LsqUseWeightsFile", &MOC_TIGS, OPTEXP_CORE,
"Whether to write/read least-squares weights file(s)",
"lsq-use-weights-files", '\0', "", "false" }
Definition at line 64 of file LeastSquaresLearner.C.
1.6.3