LeastSquaresLearner.C File Reference

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

Go to the source code of this file.

Variables

static const ModelOptionDef OPT_LsqSvdThresholdFactor
static const ModelOptionDef OPT_LsqUseWeightsFile

Detailed Description

Definition in file LeastSquaresLearner.C.


Variable Documentation

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

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