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,813
Category Archives: Data science
SPMF’s architecture (2) The Main class and the Command Processor
In this blog post, I will continue explaining the architecture of the SPMF data mining library. In the previous post, I have introduced a key component of SPMF called the Algorithm Manager, which manages all the algorithms offered in SPMF. … Continue reading
Posted in Data Mining, Data science, open-source, spmf
Tagged architecture, data mining, data science, GPL, machine learning, open source, pattern mining, software, spmf
Leave a comment
SPMF’s architecture (1) The Algorithm Manager
In this new series of blog posts, I will talk about the architecture of the SPMF data mining library, and in particular, I will talk about the AlgorithmManager, which is a key component of SPMF, which manages all the algorithms … Continue reading
Posted in Data Mining, Data science, Java, open-source, Pattern Mining
Tagged architecture, data mining, data science, GPL, java, machine learning, open source, pattern mining, software, spmf
1 Comment
How to call SPMF from Visual Basic .Net (VB)?
Today, I will explain how to use SPMF from Visual Basic .Net. Previously, I have explained how to call SPMF from C#, from R, from C++ (on Windows) and from Python. Requirements Let me first describe the requirements. It is … Continue reading
Posted in Data Mining, Data science, Pattern Mining, spmf
Tagged .net, apriori, data mining, data science, example, itemset mining, open source, pattern mining, spmf, visual basic
Leave a comment
How to call SPMF from a C++ Program (Windows)?
I will explain how to call SPMF from a C++ program for the Windows platform. If you are interested by other programming languages, you can check my previous blog posts, where I give examples of how to call SPMF from … Continue reading
Posted in Data Mining, Data science, open-source, spmf
Tagged apriori, C++, call spmf from C++, external program, itemset, pattern mining, spmf, windows
Leave a comment
How to call SPMF from R?
In previous blog posts, I have explained how to call SPMF as an external program from Python and how to call SPMF from C#. Today, I will explain how to call SPMF from an R program. Requirements Since SPMF is … Continue reading
Posted in Data Mining, Data science, open-source, spmf
Tagged apriori, calling spmf from R, data mining, external program, itemset, jar file, R, R language, spmf
4 Comments
How to call SPMF from Python?
In this blog post, I will explain how to call the SPMF data mining library from Python. Generally, there are two ways to call SPMF from Python. The first way is to use an unofficial Python wrapper for SPMF such as … Continue reading
How to call SPMF from C#?
This blog post is the first of a series of blog post on using SPMF from different programming languages. Today, I will explain how to call the SPMF data mining library from C#. In other blog posts, I explain how … Continue reading
Posted in Data Mining, Data science, open-source, spmf
Tagged apriori, apriori algorithm, c#, command line, data mining, data science, pattern mining, run an algorithm, spmf, tutorial
4 Comments
Brief report about the BDA 2022 conference
This week, I wasattending the BDA 2022 conference, which is the 10th International Conference on Big Data Analytics. The BDA 2022 conference washeld in Hyderabad, India from the 20th to 22nd December 2022. The BDA conference is an international conference … Continue reading
Posted in Big data, Conference, Data Mining, Data science
Tagged bda, bda 2022, conference, data mining, data science
Leave a comment
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
New version of SPMF (2.58)
This is to announce that a new version of SPMF has been released on the 27th November 2022. This version has 7 new pattern mining algorithms: Besides, it has several new features such as: (1) An integrated text editor to … Continue reading
Posted in Data Mining, Data science, open-source, spmf
Tagged association rule, data mining, itemset mining, java, pattern mining, spmf, subgraph mining
Leave a comment