Module tree

Source
Expand description

Tree implements the tree data struct in FP-Growth algorithm.

Structsยง

Node
Node<T> represents the single node in a tree.
Tree
Tree<T> represents the main tree data struct will be used during the FP-Growth algorithm.