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


Public Member Functions | |
| decisionTree () | |
| decisionTree (const decisionTree &other) | |
| virtual | ~decisionTree () |
| virtual const char * | getTypeName () const |
| decisionTree & | copy (const decisionTree &other) |
| decisionTree & | operator= (const decisionTree &other) |
| const parameters & | getParameters () const |
| virtual bool | write (ioHandler &handler, const bool complete=true) const |
| virtual bool | read (ioHandler &handler, const bool complete=true) |
Static Protected Attributes | |
| static const dtNode * | nodeArray [] |
| static const objectFactory< dtNode > | nodeFactory |
Classes | |
| class | dtNode |
| a simple Node for decision trees More... | |
| class | parameters |
| the parameters for the class decisionTree More... | |
|
|
default constructor
|
|
|
copy constructor
|
|
|
destructor
|
|
|
copy data of "other" classifier.
|
|
|
returns used parameters
Reimplemented from lti::supervisedInstanceClassifier. Reimplemented in lti::crispDecisionTree, and lti::manualCrispDecisionTree. |
|
|
returns the name of this type ("decisionTree")
Reimplemented from lti::supervisedInstanceClassifier. Reimplemented in lti::crispDecisionTree, and lti::manualCrispDecisionTree. |
|
|
alias for copy member
|
|
||||||||||||
|
read the parameters from the given ioHandler
Reimplemented from lti::classifier. Reimplemented in lti::crispDecisionTree. |
|
||||||||||||
|
write the parameters in the given ioHandler
Reimplemented from lti::classifier. Reimplemented in lti::crispDecisionTree. |
|
|
The array of all dtNodes.
|
|
|
The objectFactory for all types of dtNodes.
|