Archives
Categories
- Academia (74)
- artificial intelligence (36)
- Big data (80)
- cfp (8)
- Chinese posts (1)
- Conference (67)
- Data Mining (164)
- Data science (89)
- Database (1)
- General (42)
- Industry (2)
- Interview (1)
- Java (10)
- Latex (8)
- Machine Learning (19)
- Mathematics (2)
- open-source (35)
- Other (2)
- Pattern Mining (60)
- Programming (17)
- Research (108)
- spmf (41)
- Time series (3)
- Uncategorized (16)
- Utility Mining (17)
- Video (18)
- Website (3)
-
Recent Posts
- UDML 2023 workshop!
- How to Detect and Classify Metamorphic Malware with Sequential Pattern Mining (MalSPM)
- How to propose a special issue for a journal?
- ASCII Art for SPMF
- Efficiency problems with using java.util.Hashmap
- SPMF’s architecture (5) The Graphical User Interface
- SPMF 3.0: Towards even more efficiency
- SPMF’s architecture (4) The MemoryLogger
- Unethical services in academia
- SPMF’s architecture (3) The Preference Manager
Recent Comments
- Philippe Fournier-Viger on How to auto-adjust the minimum support threshold according to the data size
- Nabil R Adam on How to auto-adjust the minimum support threshold according to the data size
- SPMF’s architecture (5) The Graphical User Interface | The Data Mining Blog on SPMF’s architecture (2) The Main class and the Command Processor
- SPMF’s architecture (3) The Preference Manager | The Data Mining Blog on SPMF’s architecture (1) The Algorithm Manager
- Philippe Fournier-Viger on The KDDCup 2015 dataset
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 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
- udml
- utility mining
- video
- workshop
- writing
Number of visitors:
2,157,892
Tag Archives: sequential rule
How many association rules in a dataset?
This is a very short blog post about the calculation of the number of possible association rules in a dataset. I will assume that you know already what is association rule mining. Let’s say that you have a dataset that … Continue reading
Posted in Pattern Mining
Tagged association rule, episode rule, pattern mining, sequential rule
3 Comments
(video) Mining Sequential Rules with RuleGrowth
This is a video presentation of the paper “Mining Partially-Ordered Sequential Rules Common to Multiple Sequences” about discovering sequential rules in sequences using the RuleGrowth algorithm. VIDEO LINK: https://www.philippe-fournier-viger.com/spmf/videos/rulegrowth.mp4 More information about the RuleGrowth algorithm are provided in this research paper: Fournier-Viger, P., Wu, C.-W., Tseng, V.S., Cao, L., Nkambou, R. (2015). Mining Partially-Ordered Sequential Rules Common to Multiple … Continue reading
Posted in Big data, Data Mining, Pattern Mining
Tagged data mining, data science, pattern mining, sequence, sequential rule
Leave a comment