Archives
Categories
- Academia (72)
- artificial intelligence (37)
- Big data (79)
- cfp (8)
- Chinese posts (1)
- Conference (66)
- Data Mining (158)
- Data science (83)
- Database (1)
- General (42)
- Industry (1)
- Interview (1)
- Java (6)
- Latex (8)
- Machine Learning (19)
- Mathematics (2)
- open-source (31)
- Other (2)
- Pattern Mining (55)
- Programming (16)
- Research (108)
- spmf (35)
- Time series (3)
- Uncategorized (16)
- Utility Mining (17)
- Video (18)
- Website (3)
-
Recent Posts
- SPMF’s architecture (2) The Main class and the Command Processor
- SPMF’s architecture (1) The Algorithm Manager
- How to call SPMF from Visual Basic .Net (VB)?
- How to call SPMF from a C++ Program (Windows)?
- How to call SPMF from R?
- How to call SPMF from Python?
- How to call SPMF from C#?
- Happy New Year 2023!
- Brief report about the BDA 2022 conference
- Unethical reviewers in academia (part 3)
Recent Comments
- Philippe Fournier-Viger on The KDDCup 2015 dataset
- Jiahao on The KDDCup 2015 dataset
- How to call SPMF from Visual Basic .Net (VB)? | The Data Mining Blog on How to call SPMF from R?
- SPMF’s architecture (2) The Main class and the Command Processor | The Data Mining Blog on SPMF’s architecture (1) The Algorithm Manager
- How to call SPMF from Visual Basic .Net (VB)? | The Data Mining Blog on How to call SPMF from C#?
Tag cloud
- academia
- ai
- algorithm
- algorithms
- apriori
- article
- articles
- artificial intelligence
- big data
- china
- conference
- data
- data mining
- data science
- frequent pattern mining
- graph
- high-utility mining
- high utility itemset mining
- icdm
- itemset
- itemset mining
- java
- journal
- latex
- machine learning
- open-source
- open source
- paper
- papers
- pattern mining
- periodic pattern
- phd
- programming
- Research
- researcher
- review
- reviewer
- sequence
- sequential pattern
- software
- spmf
- utility mining
- video
- workshop
- writing
Number of visitors:
2,138,817
Tag Archives: association rules
25 years of pattern mining
This year, we are in 2019, and it is already 25 years since Agrawal wrote his seminal papers on frequent itemset mining and association rule mining in 1994. Since then, there has been thousands of papers published on this topic, some about algorithm design, new pattern mining … Continue reading
Choosing data structures according to what you want to do
Today, I write a post about programming. I want to share a simple but important idea for writing optimized code. The idea is to choose data structures according to what you want to do instead of what you want to … Continue reading
Posted in Data Mining, Programming
Tagged association rules, bitset, optimization, programming, red-black tree, topkrules
Leave a comment