| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package ai_lib :: Module bdt :: Class BDTTerminal |
|
A generic terminal node on a binary decision tree.
This represents the end of a decision chain, which should normally result in some action being performed.| Method Summary | |
|---|---|
__init__(self)
| |
Defines action performed by node. | |
Performs action on the input data. | |
Defines external action performed by node. | |
| Method Details |
|---|
action(self, inputData)Defines action performed by node. |
evaluate(self, inputData, performActions=True)Performs action on the input data. |
setAction(self, actionFunction)Defines external action performed by node. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:30 2005 | http://epydoc.sf.net |