Archives
Categories
- Academia (90)
- artificial intelligence (35)
- Big data (83)
- Bioinformatics (6)
- cfp (11)
- China (1)
- Chinese posts (1)
- Conference (76)
- Data Mining (189)
- Data science (107)
- Database (2)
- General (43)
- Industry (2)
- Java (12)
- Latex (10)
- Machine Learning (22)
- Mathematics (2)
- open-source (40)
- Other (3)
- Pattern Mining (90)
- Plagiarism (1)
- Programming (17)
- Research (108)
- spmf (58)
- Time series (3)
- Uncategorized (23)
- Utility Mining (23)
- Video (19)
- Website (5)
-
Recent Posts
- Update on SPMF next version: the visual pattern viewer
- CFP: HP4MoDa 2025 @ IEEE BIBM 2025
- An Improved Pattern Viewer
- Computer Science Journals and Conferences with the most withdrawals in 2024
- Unusual Web traffic and end of the forum.
- Fast and Effective Genome Sequence Compression, with a multi-purpose method called HMG (2025)
- Categorical data clustering: 25 years beyond K-modes (a survey)
- Vertical and horizontal databases in itemset mining
- CFP: PM4B 2005: A new workshop on pattern mining and machine learning in bioinformatics @ PAKDD 2025
- Merry X-mas and Happy New Year!
Recent Comments
- Philippe Fournier-Viger on What is a Closed Itemset and Why is it Useful?
- Philippe Fournier-Viger on An Improved Pattern Viewer
- Bairavi Balaguru on What is a Closed Itemset and Why is it Useful?
- Kushal P. Birla on An Improved Pattern Viewer
- Kushal P. Birla on An Improved Pattern Viewer
-
Tag cloud
- academia
- ai
- algorithm
- apriori
- article
- articles
- artificial intelligence
- association rule
- big data
- cfp
- china
- conference
- data
- data mining
- data science
- episode
- graph
- high utility itemset mining
- icdm
- itemset
- itemset mining
- java
- journal
- latex
- machine learning
- open-source
- open source
- pakdd
- paper
- papers
- pattern mining
- periodic pattern
- phd
- Research
- researcher
- reviewer
- sequence
- sequential pattern
- software
- spmf
- udml
- utility mining
- video
- workshop
- writing
Number of visitors:
2,375,163
Tag Archives: subgraph
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 frequent subgraph, graph mining, gui, spmf, subgraph, subgraph mining, viewer
Leave a comment
How to draw subgraphs side-by-side in Latex? (with TIKZ)
Today, I will give an example of how to draw a figure containing three subgraphs that appear side by side in Latex using the TIKZ library, and where each subgraph has a caption. This can be useful when writing research … Continue reading
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 data mining, graph, gspan, pattern mining, subgraph, subgraph mining, tkg
12 Comments
Subgraph mining datasets
In this post, I will provide links to standard benchmark datasets that can be used for frequent subgraph mining. Moreover, I will provide a set of small graph datasets that can be used for debugging subgraph mining algorithms. The format of graph datasets A graph dataset is a text … Continue reading
Posted in Big data, Data Mining
Tagged data mining, dataset, frequent subgraph, graph, subgraph
Leave a comment