Archives
Categories
- Academia (70)
- artificial intelligence (33)
- Big data (75)
- cfp (7)
- Conference (58)
- Data Mining (140)
- Data science (69)
- General (40)
- Industry (1)
- Interview (1)
- Latex (7)
- Machine Learning (17)
- Mathematics (2)
- open-source (15)
- Other (2)
- Pattern Mining (48)
- Programming (16)
- Research (107)
- Time series (3)
- Uncategorized (18)
- Utility Mining (17)
- Video (17)
- Website (3)
-
Recent Posts
- Drawing the Powerset of a Set using Latex and TIKZ (Hasse Diagram)
- A New Tool for Running Performance Comparison of Algorithms in SPMF 2.54
- Abnormal Google Scholar Profiles
- How to draw an FP-Tree with Latex and TIKZ?
- UDML 2022 workshop on utility mining and learning is back at ICDM
- How to Analyze the Complexity of Pattern Mining Algorithms?
- The problem with Short Papers
- (video) Rare Itemset Mining
- How to draw a sequence in latex (using TIKZ)
- A simple BAT script to unzip ZIP files in all sub-directories and then delete the ZIP files
Recent Comments
- Drawing the Powerset of a Set using Latex and TIKZ (Hasse Diagram) | The Data Mining Blog on Drawing the Powerset of a Set using Java and GraphViz (Hasse Diagram)
- Philippe Fournier-Viger on Six important skills to become a succesful researcher
- Anna Collins on Common Mistakes to Avoid when Submitting a Research Paper
- oportuna on Six important skills to become a succesful researcher
- How to Analyze the Complexity of Pattern Mining Algorithms? | The Data Mining Blog on How many association rules in a dataset?
Tag cloud
- academia
- ai
- algorithm
- algorithms
- 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
- pakdd
- paper
- papers
- pattern mining
- phd
- programming
- Research
- researcher
- review
- reviewer
- sequence
- sequential pattern
- software
- spmf
- university
- utility mining
- video
- workshop
- writing
Number of visitors:
2,072,347
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