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


Public Member Functions | |
| crispDecisionTree () | |
| crispDecisionTree (const crispDecisionTree &other) | |
| virtual | ~crispDecisionTree () |
| virtual const char * | getTypeName () const |
| crispDecisionTree & | copy (const crispDecisionTree &other) |
| crispDecisionTree & | operator= (const crispDecisionTree &other) |
| const parameters & | getParameters () const |
| virtual bool | classify (const dvector &feature, outputVector &result) const |
| virtual bool | write (ioHandler &handler, const bool complete=true) const |
| virtual bool | read (ioHandler &handler, const bool complete=true) |
Classes | |
| class | crispDecisionFunction |
| Base class for decision functions of crispNode. More... | |
| class | crispNode |
| A crisp decision tree node. More... | |
| class | multivariateCrispDecisionFunction |
| This class implements a multivariate decision. More... | |
| class | parameters |
| the parameters for the class crispDecisionTree More... | |
| class | univariateCrispDecisionFunction |
| This class implements the most common decision function: Each node has a real-valued threshold in one dimension only. More... | |
A crisp decision tree has the following properties:
|
|
default constructor
|
|
|
copy constructor
|
|
|
destructor
|
|
||||||||||||
|
Classification. Classifies the feature and returns the outputVector with the classification result.
Implements lti::supervisedInstanceClassifier. |
|
|
copy data of "other" classifier.
|
|
|
returns used parameters
Reimplemented from lti::decisionTree. Reimplemented in lti::manualCrispDecisionTree. |
|
|
returns the name of this type ("crispDecisionTree")
Reimplemented from lti::decisionTree. Reimplemented in lti::manualCrispDecisionTree. |
|
|
alias for copy member
|
|
||||||||||||
|
read the parameters from the given ioHandler
Reimplemented from lti::decisionTree. |
|
||||||||||||
|
write the parameters in the given ioHandler
Reimplemented from lti::decisionTree. |