|
latest version v1.9 - last update 24 Nov 2005 |
|
#include <ltiBagging.h>
Inheritance diagram for lti::bagging::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 classifier::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 | nbClassifiers |
| int | nbTrainingVectors |
| std::string | useClassifier |
| supervisedInstanceClassifier::parameters * | classifierParam |
| combination::parameters | combineParam |
|
|
default constructor
Reimplemented from lti::classifier::parameters. |
|
|
copy constructor
|
|
|
destructor
Reimplemented from lti::classifier::parameters. |
|
|
returns a pointer to a clone of the parameters
Reimplemented from lti::classifier::parameters. |
|
|
copy the contents of a parameters object
|
|
|
returns name of this type
Reimplemented from lti::classifier::parameters. |
|
|
copy the contents of a parameters object
|
|
||||||||||||
|
read the parameters from the given ioHandler
Reimplemented from lti::classifier::parameters. |
|
||||||||||||
|
write the parameters in the given ioHandler
Reimplemented from lti::classifier::parameters. |
|
|
The classifier that is used for building the ensemble.
|
|
|
The parameter object for the combine object that is used for aggregating.
|
|
|
number of classifiers in the ensemble
|
|
|
number of elements in each ensemble
|
|
|
The classifier that is used for building the ensemble.
|