Class: Tree

tiny-forest~Tree(options)

Class representing a tree data structure.

Constructor

new Tree(options)

Create a Tree.
Parameters:
Name Type Description
options module:tiny-forest~TreeOptions A dictionary with properties as keys.
Source:

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.
Source: