|
latest version v1.9 - last update 24 Nov 2005 |
|
#include <ltiFeatureSelector.h>
Inheritance diagram for lti::featureSelector::parameters:


Public Member Functions | |
| parameters () | |
| parameters (const parameters &other) | |
| ~parameters () | |
| const char * | getTypeName () const |
| parameters & | copy (const parameters &other) |
| parameters & | operator= (const parameters &other) |
| virtual functor::parameters * | clone () const |
| virtual bool | write (ioHandler &handler, const bool complete=true) const |
| virtual bool | read (ioHandler &handler, const bool complete=true) |
Public Attributes | |
| int | nbFeatures |
| int | nbOfSplits |
|
|
default constructor
Reimplemented from lti::functor::parameters. Reimplemented in lti::plusLTakeAwayR::parameters, and lti::sffs::parameters. |
|
|
copy constructor
|
|
|
destructor
Reimplemented from lti::functor::parameters. Reimplemented in lti::plusLTakeAwayR::parameters, and lti::sffs::parameters. |
|
|
returns a pointer to a clone of the parameters
Implements lti::functor::parameters. Reimplemented in lti::plusLTakeAwayR::parameters, and lti::sffs::parameters. |
|
|
copy the contents of a parameters object
|
|
|
returns name of this type
Reimplemented from lti::functor::parameters. Reimplemented in lti::plusLTakeAwayR::parameters, and lti::sffs::parameters. |
|
|
copy the contents of a parameters object
|
|
||||||||||||
|
read the parameters from the given ioHandler
Reimplemented from lti::functor::parameters. Reimplemented in lti::plusLTakeAwayR::parameters, and lti::sffs::parameters. |
|
||||||||||||
|
write the parameters in the given ioHandler
Reimplemented from lti::functor::parameters. Reimplemented in lti::plusLTakeAwayR::parameters, and lti::sffs::parameters. |
|
|
Number of features that will be extracted.
|
|
|
Number of splits that are used in the cross validator. When an other cost function is chosen this parameter is not used. |