Tag Archives: subgraph mining

SPMF Upcoming feature: Graph viewer

Today, I will give you a preview of another upcoming feature of SPMF, which will be released in the next version of SPMF (2.59). It is the Graph Viewer tool. The Graph Viewer is a simple tool for visualizing graphs. … Continue reading

Posted in Data Mining, Data science, open-source, spmf | Tagged , , , , , , | Leave a comment

New version of SPMF (2.58)

This is to announce that a new version of SPMF has been released on the 27th November 2022. This version has 7 new pattern mining algorithms: Besides, it has several new features such as: (1) An integrated text editor to … Continue reading

Posted in Data Mining, Data science, open-source, spmf | Tagged , , , , , , | Leave a comment

An Overview of Pattern Mining Techniques

In this blog post, I will give an overview of some of the main pattern mining tasks, to explain what kind of patterns can be found in different types of symbolic data. I will describe some main types of data … Continue reading

Posted in Big data, Data Mining, Data science, Pattern Mining, Utility Mining | Tagged , , , , , , , , | 20 Comments

An introduction to frequent subgraph mining

In this blog post, I will give an introduction to an interesting data mining task called frequent subgraph mining, which consists of discovering interesting patterns in graphs (a pattern mining task). This task is important since data is naturally represented as graph in many domains (e.g. … Continue reading

Posted in Big data, Data Mining, Pattern Mining | Tagged , , , , , , | 12 Comments

On the correctness of the FSMS algorithm for frequent subgraph mining

In this blog post, I will explain why the FSMS algorithm for frequent subgraph mining is an incorrect algorithm.  I will publish this blog post because I have found that the algorithm is incorrect after spending a few days to implement the algorithm in 2017 and wish to save time to other researchers … Continue reading

Posted in Big data, Data Mining, Pattern Mining | Tagged , , , , | 2 Comments