Function DecisionTree->__construct
Definitions
sources/decision_tree.php
- Create a decision tree handler.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$decision_tree | array | required parameter | N/A | N/A | Decision tree structure to work from |
$default_screen | ID_TEXT | start | N/A | N/A | Name of the default screen to start from |