Archives
Categories
- Academia (87)
- artificial intelligence (34)
- Big data (82)
- Bioinformatics (3)
- cfp (10)
- Chinese posts (1)
- Conference (74)
- Data Mining (184)
- Data science (103)
- Database (2)
- General (43)
- Industry (2)
- Java (11)
- Latex (10)
- Machine Learning (20)
- Mathematics (2)
- open-source (39)
- Other (3)
- Pattern Mining (86)
- Plagiarism (1)
- Programming (17)
- Research (109)
- spmf (55)
- Time series (3)
- Uncategorized (23)
- Utility Mining (23)
- Video (19)
- Website (4)
-
Recent Posts
- End of my term as associate editor for Array
- Computer Science Journals and Conferences with the most withdrawals in 2023
- Reducing the cost of web hosting…
- SPMF 2.62 is released!
- My research is open-source
- Two new shopping datasets with taxonomy
- How to deal with unethical reviewers? The good example of the EAAI journal
- CSRankings: still a biased ranking
- The story of the most influential paper award of PAKDD 2024
- A brief report about PAKDD 2024
Recent Comments
- Philippe Fournier-Viger on A simple BAT script to unzip ZIP files in all sub-directories and then delete the ZIP files
- hamjii on A simple BAT script to unzip ZIP files in all sub-directories and then delete the ZIP files
- Philippe Fournier-Viger on How to call SPMF from R?
- Toni Garcia on How to call SPMF from R?
- K. P. Birla on About the author
Tag cloud
- academia
- ai
- algorithm
- apriori
- article
- articles
- artificial intelligence
- association rule
- big data
- cfp
- china
- conference
- data
- data mining
- data science
- episode
- graph
- high utility itemset mining
- icdm
- itemset
- itemset mining
- java
- journal
- latex
- machine learning
- open-source
- open source
- pakdd
- paper
- papers
- pattern mining
- periodic pattern
- phd
- Research
- researcher
- reviewer
- sequence
- sequential pattern
- software
- spmf
- udml
- utility mining
- video
- workshop
- writing
Number of visitors:
2,319,943
Tag Archives: software
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
1 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
2 Comments
An integrated text editor in SPMF
Today, I will talk about some upcoming feature for the next release of SPMF (2.58), which is a simple integrated text editor. This new release should happen in about 1 or 2 weeks (as I am very busy recently) and … Continue reading
Posted in Data Mining, open-source, spmf
Tagged data mining, software, spmf, text editor
Leave a comment
A New Tool for Running Performance Comparison of Algorithms in SPMF 2.54
Today, I am happy to announce a cool new feature in SPMF 2.54, which is a tool to automatically run performance experiments to compare several algorithms when a parameter is varied. This is a useful feature to compare algorithms when … Continue reading
Posted in open-source, Pattern Mining, spmf
Tagged data mining, experiments, java, pattern mining, software, spmf
Leave a comment
Some upcoming features of SPMF 2.54
Today, I will reveal some upcoming features of SPMF, which I am currently testing and will be released in the next version (2.54), probably in about 1 week. 1) The first new feature is that it will be possible to … Continue reading
Posted in open-source, Pattern Mining, spmf
Tagged open source, pattern mining, software, spmf
Leave a comment
SPMF 2.52 is released
This is just a short blog post to let you know that a new version of the SPMF library has been released, called version 2.52. This new version contains two new algorithms for high utility itemset mining and one for … Continue reading
Posted in Data Mining, open-source, Pattern Mining, spmf, Utility Mining
Tagged data mining, episode, itemset, open-source, pattern mining, release, software, spmf, utility
Leave a comment
Towards SPMF v3.0…
Today, I will talk a little bit about the recent improvements and future direction for the SPMF data mining library. How SPMF started? SPMF is a software project that I started around 2008 when I was a Ph.D student in … Continue reading
Posted in Data Mining, Data science, open-source, spmf
Tagged data mining, data science, library, open source, software, spmf
Leave a comment
The SPMF data mining library v.2.40 is released!
Hi all, I am please to announce that a new version of SPMF has just been published (v 2.40). It contains 9 novel algorithms: It also includes some bug fixes and other minor improvements. I did not release a new version of SPMF since a few … Continue reading
Posted in Data Mining, open-source, Pattern Mining, spmf
Tagged data mining, library, open source, pattern mining, software, spmf
Leave a comment
Analyzing the source code of SPMF (5 years later)
Five years ago, I had analyzed the source code of the SPMF data mining software using an open-source tool called CodeAnalyzer ( http://sourceforge.net/projects/codeanalyze-gpl/ ). This had provided some interesting insights about the structure of the project, especially in terms of lines of codes and code to … Continue reading
Posted in Data Mining, Data science, open-source, spmf
Tagged data analysis, data mining, data science, open source, software, spmf
Leave a comment
How to run SPMF without installing Java?
The SPMF data mining software is a popular open-source software for discovering patterns in data and for performing other data mining tasks. Typically, to run SPMF, Java must have been installed on a computer. However, it is possible to run SPMF on a computer that does not have Java installed. For example, … Continue reading
Posted in Data Mining, Data science, open-source, Pattern Mining, Research, spmf
Tagged data mining, pattern mining, software, spmf
Leave a comment