Module fp_growth::tree[][src]

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.