| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package ai_lib :: Module bdt :: Class BDTNode |
|
| Method Summary | |
|---|---|
__init__(self)
| |
Evaluates the input data. | |
| boolean |
Rule used to perform evaluation. |
setRule(self,
ruleFunction)
| |
| Method Details |
|---|
evaluate(self, inputData, performActions=True)Evaluates the input data. If the evaluation is positive, passes the data on to theyes_node, otherwise to the no_node.
|
rule(self, inputData)Rule used to perform evaluation. This should be overridden by implementing classes.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:30 2005 | http://epydoc.sf.net |