|
latest version v1.9 - last update 10 Apr 2010 |
|
the parameters for the class regularizedPCA More...
#include <ltiRegularizedPCA.h>


Public Member Functions | |
| parameters () | |
| parameters (const parameters &other) | |
| virtual | ~parameters () |
| const char * | getTypeName () const |
| parameters & | copy (const parameters &other) |
| parameters & | operator= (const parameters &other) |
| virtual functor::parameters * | clone () const |
| virtual bool | read (ioHandler &handler, const bool complete=true) |
| virtual bool | write (ioHandler &handler, const bool complete=true) const |
Public Attributes | |
| T | kappa |
the parameters for the class regularizedPCA
| lti::regularizedPCA< T >::parameters::parameters | ( | void | ) | [inline] |
default constructor
Reimplemented from lti::principalComponents< T >::parameters.
References lti::regularizedPCA< T >::parameters::kappa.
Referenced by lti::regularizedPCA< T >::parameters::clone().
| lti::regularizedPCA< T >::parameters::parameters | ( | const parameters & | other | ) | [inline] |
copy constructor
| other | the parameters object to be copied |
Reimplemented from lti::principalComponents< T >::parameters.
References lti::regularizedPCA< T >::parameters::copy().
| virtual lti::regularizedPCA< T >::parameters::~parameters | ( | ) | [inline, virtual] |
destructor
Reimplemented from lti::principalComponents< T >::parameters.
| virtual functor::parameters* lti::regularizedPCA< T >::parameters::clone | ( | ) | const [inline, virtual] |
returns a pointer to a clone of the parameters
Reimplemented from lti::principalComponents< T >::parameters.
References lti::regularizedPCA< T >::parameters::parameters().
| parameters& lti::regularizedPCA< T >::parameters::copy | ( | const parameters & | other | ) | [inline] |
copy the contents of a parameters object
| other | the parameters object to be copied |
Reimplemented from lti::principalComponents< T >::parameters.
References lti::functor::parameters::copy(), and lti::regularizedPCA< T >::parameters::kappa.
Referenced by lti::regularizedPCA< T >::parameters::operator=(), and lti::regularizedPCA< T >::parameters::parameters().
| const char* lti::regularizedPCA< T >::parameters::getTypeName | ( | void | ) | const [inline, virtual] |
returns name of this type
Reimplemented from lti::principalComponents< T >::parameters.
| parameters& lti::regularizedPCA< T >::parameters::operator= | ( | const parameters & | other | ) | [inline] |
Assigns the contents of the other object to this object.
Reimplemented from lti::principalComponents< T >::parameters.
References lti::regularizedPCA< T >::parameters::copy().
| virtual bool lti::regularizedPCA< T >::parameters::read | ( | ioHandler & | handler, | |
| const bool | complete = true | |||
| ) | [inline, virtual] |
read the parameters from the given ioHandler
| handler | the ioHandler to be used | |
| complete | if true (the default) the enclosing begin/end will be also read, otherwise only the data block will be read. |
Reimplemented from lti::principalComponents< T >::parameters.
References lti::regularizedPCA< T >::parameters::kappa, lti::ioHandler::readBegin(), and lti::ioHandler::readEnd().
| virtual bool lti::regularizedPCA< T >::parameters::write | ( | ioHandler & | handler, | |
| const bool | complete = true | |||
| ) | const [inline, virtual] |
write the parameters in the given ioHandler
| handler | the ioHandler to be used | |
| complete | if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written. |
Reimplemented from lti::principalComponents< T >::parameters.
References lti::regularizedPCA< T >::parameters::kappa, lti::ioHandler::writeBegin(), and lti::ioHandler::writeEnd().
| T lti::regularizedPCA< T >::parameters::kappa |
The kappa parameter.
Kappa controls the factor by which the last significant eigenvalue is scaled to yield a replacement for the insignificant eigenvalues.
Referenced by lti::regularizedPCA< T >::parameters::copy(), lti::regularizedPCA< T >::parameters::parameters(), lti::regularizedPCA< T >::parameters::read(), and lti::regularizedPCA< T >::parameters::write().