Archives
Categories
- Academia (23)
- artificial intelligence (4)
- Big data (33)
- Conference (14)
- Data Mining (64)
- Data science (29)
- General (34)
- Graph mining (3)
- Latex (2)
- Mathematics (2)
- Open-source (7)
- Other (2)
- Plagiarism (7)
- Programming (16)
- Research (59)
- Time series (1)
- Utility Mining (4)
Tag cloud
- academia
- algorithm
- algorithms
- articles
- association rules
- big data
- comparison
- conference
- data mining
- data science
- datasets
- frequent pattern mining
- frequent patterns
- graph
- high-utility mining
- ilahia
- india
- itemset mining
- java
- journal
- latex
- library
- M.Sc.
- open-source
- pakdd
- paper
- pattern mining
- Ph.D.
- phd
- plagiarism
- programming
- publications
- Research
- research advisor
- research papers
- review
- reviewer
- sequence
- sequential patterns
- software
- source code
- spmf
- utility mining
- visualization
- writing
Recent Comments
- Philippe Fournier-Viger on An Introduction to High-Utility Itemset Mining
- Gutha Jaya Krishna on An Introduction to High-Utility Itemset Mining
- Yonatan on About the author
- Philippe Fournier-Viger on About the author
- Yonatan on About the author
-
Recent Posts
- How to run SPMF without installing Java?
- KDD 2018 workshop on utility-driven mining
- Plagiarism by Sudhir Mohod and Sharda Khode from Bapurao Deshmukh College (BDCE)
- Plagiarism by Kalli S N Prasad and S Venkata Suryanaryana at GVIT College Bhimavaram (affiliated to JNTUK) and CVR college
- Comparing Two LaTeX documents with Latexdiff
- The conference that tolerates up to 20 % plagiarism
- Subgraph mining datasets
- Plagiarism by Divvela Srinivasa Rao at Lakireddy Balireddy College of Engineering (LBRCE)
- Why doing a Ph.D.?
- How to review a research paper?
Number of visitors:
759837
Tag Archives: frequent pattern mining
On the Completeness of the CloSpan and IncSpan algorithms
In this blog post, I will briefly discuss the fact that the popular CloSpan algorithm for frequent sequential pattern mining is an incomplete algorithm. This means that in some special situations, CloSpan does not produce the expected results that it has been designed for, and … Continue reading
An Introduction to Sequential Pattern Mining
In this blog post, I will give an introduction to sequential pattern mining, an important data mining task with a wide range of applications from text analysis to market basket analysis. This blog post is aimed to be a short … Continue reading
Posted in Big data, Data Mining, Data science
Tagged big data, data mining, data science, frequent pattern mining, frequent patterns, pattern, sequence, sequential pattern
34 Comments
An Introduction to High-Utility Itemset Mining
In this blog post, I will give an introduction about a popular problem in data mining, which is called “high-utility itemset mining” or more generally utility mining. I will give an overview of this problem, explains why it is interesting, and provide source code of … Continue reading
Posted in Data Mining, Research, Utility Mining
Tagged data mining, datasets, frequent pattern mining, high-utility mining, itemset mining, java, open-source, source code, spmf, utility mining
109 Comments
How to auto-adjust the minimum support threshold according to the data size
Today, I will do a quick post on how to automatically adjust the minimum support threshold of frequent pattern mining algorithms such as Apriori, FPGrowth and PrefixSpan according to the size of the data. The problem is simple. Let’s consider … Continue reading
Posted in Data Mining, Programming
Tagged apriori, fpgrowth, frequent pattern mining, itemset mining, minsup, prefixspan
58 Comments