Tag Archives: fp-tree

An Online Tool to Draw FP-Trees

This blog post is to introduce a new tool made of HTML5 and JavaScript for drawing FP-trees, which you can access here: https://www.philippe-fournier-viger.com/tools/draw_fptree.php If you are not familiar with FP-trees, the FP-tree is a data structure used in the field of … Continue reading

Posted in Data Mining, Data science, Pattern Mining | Tagged , , , , , , , , | Leave a comment

How to draw an FP-Tree in Latex? (using TIKZ)

In this blog post, I will show how to draw a beautiful FP-Tree data structure in a Latex document. The FP-Tree is a tree-like structure that was proposed in the FP-Growth algorithm for itemset mining, and is also used in … Continue reading

Posted in Latex, Pattern Mining | Tagged , , , , , , , , , | 1 Comment