Constructor
new Tree(options)
Create a Tree.
Parameters:
Name | Type | Description |
---|---|---|
options |
module:tiny-forest~TreeOptions | A dictionary with properties as keys. |
Methods
start(inputopt)
Start climbing the tree starting with root.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
input |
* |
<optional> |
Input value provided to the index function of the root node. |